question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation problem: No local packages found for "entrypoints"

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
ajmazuriecommented, Jun 23, 2016

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:

$ pip install entrypoints
$ pip install jupyter
1reaction
takluyvercommented, May 14, 2016

Closing as @DSLituiev found a way to get pip working (from discussion on SO).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found