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

west and python3.5 #27

Closed
tejlmand opened this issue Sep 12, 2018 · 2 comments
Closed

west and python3.5 #27

tejlmand opened this issue Sep 12, 2018 · 2 comments

Comments

@tejlmand
Copy link
Collaborator

When running python3.5, I get the foolowing error when trying to do

pip3 install west
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
from pip import main
ImportError: cannot import name 'main'

Running with python3.6 works great.

@mbolivar
Copy link
Contributor

Thanks for the report!

Based on your error output, it looks like this is an issue in your environment due to a failed pip upgrade at some point in the past:

pypa/pip#5599

Does any of the debugging advice in that issue help?

@tejlmand
Copy link
Collaborator Author

@mbolivar you were right.
Never seen this issue before, but interesting to know they discourage updating pip by itself when using a distro version (in my case ubuntu).
Have updated pip often, by itself, and never experienced this.

So everything is working now.

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

2 participants