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

NAPALM isn't working #690

Closed
dududuarte opened this issue Apr 5, 2018 · 3 comments
Closed

NAPALM isn't working #690

dududuarte opened this issue Apr 5, 2018 · 3 comments

Comments

@dududuarte
Copy link

When i try to do

pip3 install napalm

it gives this output:

Collecting napalm
Downloading napalm-2.3.0.tar.gz (147kB)
100% |████████████████████████████████| 153kB 2.3MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-h1r3rl6y/napalm/setup.py", line 6, in
from pip.req import parse_requirements
ImportError: No module named 'pip.req'

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-h1r3rl6y/napalm/

It is a fresh install so i don't know what is missing. Can someone give me a quick answer so i don't have to wait 10days in the group.google chat? Thank you

@hslabbert
Copy link

Sounds like #689. Are you on pip 10?

@dududuarte
Copy link
Author

Yes im indeed on pip10:
pip 10.0.0b2 from /usr/local/lib/python3.5/dist-packages/pip-10.0.0b2-py3.5.egg/pip (python 3.5)

@ktbyers
Copy link
Contributor

ktbyers commented Apr 5, 2018

You need to reinstall pip9 until we change our setup.py file (and release a new version). PIP10 broke their API.

@ktbyers ktbyers closed this as completed Apr 5, 2018
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

3 participants