seems like an issue with pypi, when trying to install a package with pypi server, it fails
It seems like there were some pypi issues indeed, these last errors were not related to clearml at all, but to independent python packages
i am installing each dependency separately usingpip install git+
<package>
for furl
try with pip install git+
https://github.com/gruns/furl
trying to solve with:
pip install git+ https://github.com/allegroai/furl.git
Hi NuttyOctopus69 ,
I’m getting the same, suspect its some pypi server issues (from https://status.python.org/ ).
You can install it the latest version from GitHub withpip install git+
pip install clearml
works for me now, if you like to try…
Collecting furl>=2.0.0 (from clearml==0.17.4)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
ERROR: Could not find a version that satisfies the requirement furl>=2.0.0 (from clearml==0.17.4) (from versions: none)
ERROR: No matching distribution found for furl>=2.0.0 (from clearml==0.17.4)