Installation problem: No local packages found for "entrypoints"
See original GitHub issueI 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
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Problems with entrypoints (from other packages) when ...
There're two problems in the package. The main importable directory is named json-server . It's a bug, - is forbidden in Python names....
Read more >History - setuptools 65.6.3.post20221216 documentation
As discovered in #940, not all versions of pip will successfully install Setuptools from its pre-built wheel. If you encounter issues with “No...
Read more >pythonloc - PyPI
Installing packages that have so called "entry points" to __pypackages__ presents a problem. The entry points, or "binaries", are no longer available on ......
Read more >A Practical Guide to Using Setup.py - GoDataDriven
In this blog I'll go into the details of this file. Where we start. Here I assume that you already have a package...
Read more >PEP 582 - Python local packages directory
When installing a package with entry points, they get buried somewhere in __pypackages__ . The node/JavaScript world has a similar problem, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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).