-
Couldn't load subscription status.
- Fork 3.2k
Closed
Labels
C: downloadAbout fetching data from PyPI and other sourcesAbout fetching data from PyPI and other sourcesstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: enhancementImprovements to functionalityImprovements to functionality
Description
- Pip version: 9.0.1
- Python version: 3.6.2
- Operating system: macOS 10.13
Description
When I have poor internet connection (the network is cut unexpectedly), updating pip package is painful. When I retry the pip install, it would stop at the midpoint and give me the same md5 error.
All I have to do is
- Download the package from pypi (using browser or wget, both have retry/resume capability)
- Pip install
- remove the package
If pip download have resume feature then the problem could be solved.
What I've run
pip install -U jupyterlab in poor network condition
Collecting jupyterlab
Downloading jupyterlab-0.28.4-py2.py3-none-any.whl (8.7MB)
4% |█▋ | 430kB 1.1MB/s eta 0:00:08
THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
jupyterlab from https://pypi.python.org/packages/b1/6d/d1d033186a07e08af9dc09db41401af7d6e18f98b73bd3bef75a1139dd1b/jupyterlab-0.28.4-py2.py3-none-any.whl#md5=9a93b1dc85f5924151f0ae9670024bd0:
Expected md5 9a93b1dc85f5924151f0ae9670024bd0
Got 4b6835257af9609a227a72b18ea011e3
MichiK, CTimmerman, xgouchet, tarekeldeeb, dorokhin and 17 more
Metadata
Metadata
Assignees
Labels
C: downloadAbout fetching data from PyPI and other sourcesAbout fetching data from PyPI and other sourcesstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: enhancementImprovements to functionalityImprovements to functionality