erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.88k stars 735 forks source link

[Notice] "Not supported URL scheme http+docker" error with requests==2.32.x #524

Closed cococo2000 closed 4 months ago

cococo2000 commented 4 months ago

https://github.com/docker/docker-py/issues/3256

Temporary Fix: Pin Requests Library to Version 2.31.0

Before the current issue was addressed, we need to temporarily point the requests library to version 2.31.0. This can be done by adding requests==2.31.0 to requirements.txt.