Closed ltaulell closed 8 years ago
That error message indicates that you have a very old version of pip - please upgrade pip first:
pip install --upgrade setuptools pip
And then try installing Jupyter (or entrypoints) again.
pip 7.1.2 (and setuptool 20.1.1) is -that- old ? :o) upgraded to pip 8.1.2 => same error
Searching for entrypoints
Reading https://pypi.python.org/simple/entrypoints/
No local packages or download links found for entrypoints
error: Could not find suitable distribution for Requirement.parse('entrypoints')
hmm, sorry for that. You're package is just not compatible with easy_install (with --prefix and --install-dir directives).
pip is not always -the- installing solution.
problem solved.
Ah, right. Yep, pip 7 is definitely new enough, but easy_install is basically dead, and cannot install wheels.
Hi,
jupyter-1.0.0 metapackage has a dependency on entrypoints
Trying to install jupyter issue an error on entrypoints:
Forcing to the whl file does no better:
Bests