Entering edit mode
19 months ago
Forough
▴
10
hi,
I want to download htseq from https://pypi.org/project/HTSeq/ but I face this error:
ERROR: Could not install packages due to an OSError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url:
/packages/a8/0f/04405b7fa4aab62adc7d7d12af3aaeb5015acffffdc0a03f372b7083c0fa/HTSeq-
2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (Caused by
ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)"))
I tried both "pip install HTSeq" and getting the file with "wget" but they don't work?
Thank you for your help in advance.
Can you try
git clone https://github.com/htseq/htseq.git
?Looks like you are not able to open
files.pythonhosted.org
which may be a local firewall restriction (since the site is available).