You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: