OS X Mojave ModuleNotFoundError for pip and conda
up vote
0
down vote
favorite
Since I have installed OS X Mojave to my MBP I get a ModuleNotFoundError when I try to use conda or pip. Does anyone have the same problem?
File "/Users/stfn/anaconda3/bin/pip", line 7, in <module>
from pip._internal import main
ModuleNotFoundError: No module named 'pip'
macos pip anaconda conda macos-mojave
add a comment |
up vote
0
down vote
favorite
Since I have installed OS X Mojave to my MBP I get a ModuleNotFoundError when I try to use conda or pip. Does anyone have the same problem?
File "/Users/stfn/anaconda3/bin/pip", line 7, in <module>
from pip._internal import main
ModuleNotFoundError: No module named 'pip'
macos pip anaconda conda macos-mojave
Try:export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Since I have installed OS X Mojave to my MBP I get a ModuleNotFoundError when I try to use conda or pip. Does anyone have the same problem?
File "/Users/stfn/anaconda3/bin/pip", line 7, in <module>
from pip._internal import main
ModuleNotFoundError: No module named 'pip'
macos pip anaconda conda macos-mojave
Since I have installed OS X Mojave to my MBP I get a ModuleNotFoundError when I try to use conda or pip. Does anyone have the same problem?
File "/Users/stfn/anaconda3/bin/pip", line 7, in <module>
from pip._internal import main
ModuleNotFoundError: No module named 'pip'
macos pip anaconda conda macos-mojave
macos pip anaconda conda macos-mojave
asked Nov 8 at 19:07
Fran.yanno
356
356
Try:export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20
add a comment |
Try:export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20
Try:
export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20
Try:
export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53214549%2fos-x-mojave-modulenotfounderror-for-pip-and-conda%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try:
export PYTHONNOUSERSITE=1
– Nehal J Wani
Nov 11 at 5:20