Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error: No .egg-info directory found in /tmp/pip-pip-egg-info-ZpoKEX #428

Closed
WaterHyacinthInNANHU opened this issue Mar 25, 2021 · 1 comment

Comments

@WaterHyacinthInNANHU
Copy link

Hi!
When I execute sudo pip install python-igraph --upgrade I got the following error

yan@yan-Inspiron-7559:~/3DSAR/tools/calibration/kalibr_docker_ws$ sudo pip install python-igraph --upgrade
[sudo] password for yan: 
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
WARNING: The directory '/home/yan/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting python-igraph
  Downloading python-igraph-0.9.0.tar.gz (3.4 MB)
     |████████████████████████████████| 3.4 MB 343 kB/s 
ERROR: No .egg-info directory found in /tmp/pip-pip-egg-info-ZpoKE

ERROR: No .egg-info directory found in /tmp/pip-pip-egg-info-ZpoKE
Could anyone help me out?

@WaterHyacinthInNANHU
Copy link
Author

Fixed by running sudo pip install python-igraph==0.7.1-4 instead.
References:

If you are still using Python 2.7, python-igraph 0.8.x is the latest version that you should attempt to install.
--igraph official

&&

#364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant