Currently, bdbag seems to be listed as compatible with python 3.5 (along with other versions. However, in our recent experience geneontology/pipeline#247, this no longer seems to be the case.
Basically, the latest version of requests no longer supports python 3.5. As the bdbag requirement is anything above requests 2.7.0, by default in many setups, bdbag will no longer operate.
One way around this might be to put an upper bound on requests to 2.25.1.
Currently,
bdbagseems to be listed as compatible with python 3.5 (along with other versions. However, in our recent experience geneontology/pipeline#247, this no longer seems to be the case.Basically, the latest version of
requestsno longer supports python 3.5. As the bdbag requirement is anything aboverequests2.7.0, by default in many setups, bdbag will no longer operate.One way around this might be to put an upper bound on
requeststo2.25.1.