jupyter: Installation problem: No local packages found for "entrypoints"
I am trying to install Jupyter on CentOS 6.7, python3.4 and getting this error. Where can one get this entrypoints
package? Can find none on google.
Processing dependencies for jupyter==1.0.0
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')
Same error with easy_install3 jupyter
or easy_install3 -U git://github.com/jupyter/jupyter
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (12 by maintainers)
Commits related to this issue
- [dist] improved Makefile with additional targets and proper PHONY rules [dist] switched to semantic versioning [api] JavaScript mimetype handler now uses RequireJS to handle dependencies [bugfix] fixe... — committed to ajmazurie/callysto by ajmazurie 8 years ago
- Fix weird circleci entrypoints bug (maybe) See: https://github.com/jupyter/jupyter/issues/150 — committed to OpenGeoscience/geonotebook by kotfic 7 years ago
To add to the discussion, the problem is not due to an older version of pip; I got today the very same error message with version 8.1.2.
In case somebody else find this through Google, the solution appears to install the ‘entrypoints’ package prior to jupyter:
Closing as @DSLituiev found a way to get pip working (from discussion on SO).
Easy install will not work. That tool really needs to die. Try using pip to install just entrypoints, with a -t flag to specify the target directory, and then, if you must, use easy_install to install the other stuff. On 6 May 2016 2:08 a.m., “Carol Willing” notifications@github.com wrote: