Need help determining correct filepaths for pip, kernels etcLink Conda environment with Jupyter Notebookjupyter notebook import error: no module named 'matplotlib'Cannot add python3 kernel to JupyterPycharm autocomplete doesn't work in conda envJupyter Notebook won't run python 3 - import pygments errorCant Launch Jupyter NotebookTrouble importing module in Python 2.7UserWarning: Boolean Series key will be reindexed to match DataFrame indexMigration error at startup for Jupyter NotebookI can't install Jupyter and Matplotlib in my anaconda env
Fermat's statement about the ancients: How serious was he?
I have a problematic assistant manager, but I can't fire him
Whats the meaning of enp#s#f#?
Specific use case of to_address
Does putting salt first make it easier for attacker to bruteforce the hash?
What is the color of artificial intelligence?
What aircraft was used as Air Force One for the flight between Southampton and Shannon?
How can one's career as a reviewer be ended?
Generate basis elements of the Steenrod algebra
Printing Pascal’s triangle for n number of rows in Python
Longest bridge/tunnel that can be cycled over/through?
Bb13b9 confusion
Non-aqueous eyes?
Can the removal of a duty-free sales trolley result in a measurable reduction in emissions?
Teaching a class likely meant to inflate the GPA of student athletes
Has there been a multiethnic Star Trek character?
How to trick the reader into thinking they're following a redshirt instead of the protagonist?
What is the purpose of bonds within an investment portfolio?
Advantages of the Exponential Family: why should we study it and use it?
Does Assassinate grant two attacks?
Should I refuse being named as co-author of a bad quality paper?
How can I remove material from this wood beam?
Insert external file and modify each line from script
Proving that a Russian cryptographic standard is too structured
Need help determining correct filepaths for pip, kernels etc
Link Conda environment with Jupyter Notebookjupyter notebook import error: no module named 'matplotlib'Cannot add python3 kernel to JupyterPycharm autocomplete doesn't work in conda envJupyter Notebook won't run python 3 - import pygments errorCant Launch Jupyter NotebookTrouble importing module in Python 2.7UserWarning: Boolean Series key will be reindexed to match DataFrame indexMigration error at startup for Jupyter NotebookI can't install Jupyter and Matplotlib in my anaconda env
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm having a 'module not found' issue, and my problem research has pointed me toward possible filepath name issues. I need some help verifying that my filepaths are correctly aligned.
When I first set up Jupyter Notebook and Python on my computer, and I didn't understand virtualenv at all, I made a lot of errors which were later discovered when coming across the 'module not found' issue.
I thought I had gotten this sorted at a few months back, as I haven't had any problems since and have used pip multiple times since for loading new libraries.
THE ERROR:
import tweepy
ModuleNotFoundError: No module named 'tweepy'
CHECKING IN PYTHON NOTEBOOK:
import sys
print(sys.executable)
/Users/Moos/anaconda3/envs/python3/bin/python
print(sys.path)
['',
'/Users/Moos/anaconda3/envs/python3/lib/python36.zip',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/lib-dynload',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-packages',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/aeosa',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/IPython/extensions','/Users/Moos/.ipython'
]
IN TERMINAL:
which pip
/Users/Moos/anaconda3/bin/pip
which pip3
/Users/Moos/anaconda3/bin/pip3
jupyter kernelspec list
Available kernels:
python2 /usr/local/share/jupyter/kernels/python2
python3 /usr/local/share/jupyter/kernels/python3
Is there an issue with the kernelspec list? Should they be referencing the anaconda3 pathway?
Repeat: I do not have this problem with any other library.
python jupyter-notebook anaconda libraries filepath
add a comment |
I'm having a 'module not found' issue, and my problem research has pointed me toward possible filepath name issues. I need some help verifying that my filepaths are correctly aligned.
When I first set up Jupyter Notebook and Python on my computer, and I didn't understand virtualenv at all, I made a lot of errors which were later discovered when coming across the 'module not found' issue.
I thought I had gotten this sorted at a few months back, as I haven't had any problems since and have used pip multiple times since for loading new libraries.
THE ERROR:
import tweepy
ModuleNotFoundError: No module named 'tweepy'
CHECKING IN PYTHON NOTEBOOK:
import sys
print(sys.executable)
/Users/Moos/anaconda3/envs/python3/bin/python
print(sys.path)
['',
'/Users/Moos/anaconda3/envs/python3/lib/python36.zip',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/lib-dynload',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-packages',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/aeosa',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/IPython/extensions','/Users/Moos/.ipython'
]
IN TERMINAL:
which pip
/Users/Moos/anaconda3/bin/pip
which pip3
/Users/Moos/anaconda3/bin/pip3
jupyter kernelspec list
Available kernels:
python2 /usr/local/share/jupyter/kernels/python2
python3 /usr/local/share/jupyter/kernels/python3
Is there an issue with the kernelspec list? Should they be referencing the anaconda3 pathway?
Repeat: I do not have this problem with any other library.
python jupyter-notebook anaconda libraries filepath
add a comment |
I'm having a 'module not found' issue, and my problem research has pointed me toward possible filepath name issues. I need some help verifying that my filepaths are correctly aligned.
When I first set up Jupyter Notebook and Python on my computer, and I didn't understand virtualenv at all, I made a lot of errors which were later discovered when coming across the 'module not found' issue.
I thought I had gotten this sorted at a few months back, as I haven't had any problems since and have used pip multiple times since for loading new libraries.
THE ERROR:
import tweepy
ModuleNotFoundError: No module named 'tweepy'
CHECKING IN PYTHON NOTEBOOK:
import sys
print(sys.executable)
/Users/Moos/anaconda3/envs/python3/bin/python
print(sys.path)
['',
'/Users/Moos/anaconda3/envs/python3/lib/python36.zip',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/lib-dynload',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-packages',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/aeosa',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/IPython/extensions','/Users/Moos/.ipython'
]
IN TERMINAL:
which pip
/Users/Moos/anaconda3/bin/pip
which pip3
/Users/Moos/anaconda3/bin/pip3
jupyter kernelspec list
Available kernels:
python2 /usr/local/share/jupyter/kernels/python2
python3 /usr/local/share/jupyter/kernels/python3
Is there an issue with the kernelspec list? Should they be referencing the anaconda3 pathway?
Repeat: I do not have this problem with any other library.
python jupyter-notebook anaconda libraries filepath
I'm having a 'module not found' issue, and my problem research has pointed me toward possible filepath name issues. I need some help verifying that my filepaths are correctly aligned.
When I first set up Jupyter Notebook and Python on my computer, and I didn't understand virtualenv at all, I made a lot of errors which were later discovered when coming across the 'module not found' issue.
I thought I had gotten this sorted at a few months back, as I haven't had any problems since and have used pip multiple times since for loading new libraries.
THE ERROR:
import tweepy
ModuleNotFoundError: No module named 'tweepy'
CHECKING IN PYTHON NOTEBOOK:
import sys
print(sys.executable)
/Users/Moos/anaconda3/envs/python3/bin/python
print(sys.path)
['',
'/Users/Moos/anaconda3/envs/python3/lib/python36.zip',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/lib-dynload',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-packages',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/aeosa',
'/Users/Moos/anaconda3/envs/python3/lib/python3.6/site-
packages/IPython/extensions','/Users/Moos/.ipython'
]
IN TERMINAL:
which pip
/Users/Moos/anaconda3/bin/pip
which pip3
/Users/Moos/anaconda3/bin/pip3
jupyter kernelspec list
Available kernels:
python2 /usr/local/share/jupyter/kernels/python2
python3 /usr/local/share/jupyter/kernels/python3
Is there an issue with the kernelspec list? Should they be referencing the anaconda3 pathway?
Repeat: I do not have this problem with any other library.
python jupyter-notebook anaconda libraries filepath
python jupyter-notebook anaconda libraries filepath
asked Mar 24 at 19:46
free_roadfree_road
117
117
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Maybe a trivial suggestion but have you checked if the "tweepy" is actually available in your current environment?
To check this you can type the following in anaconda prompt: "conda list tweepy", otherwise you might use the anaconda navigator to perform the same check visually.
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f55327866%2fneed-help-determining-correct-filepaths-for-pip-kernels-etc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Maybe a trivial suggestion but have you checked if the "tweepy" is actually available in your current environment?
To check this you can type the following in anaconda prompt: "conda list tweepy", otherwise you might use the anaconda navigator to perform the same check visually.
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
add a comment |
Maybe a trivial suggestion but have you checked if the "tweepy" is actually available in your current environment?
To check this you can type the following in anaconda prompt: "conda list tweepy", otherwise you might use the anaconda navigator to perform the same check visually.
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
add a comment |
Maybe a trivial suggestion but have you checked if the "tweepy" is actually available in your current environment?
To check this you can type the following in anaconda prompt: "conda list tweepy", otherwise you might use the anaconda navigator to perform the same check visually.
Maybe a trivial suggestion but have you checked if the "tweepy" is actually available in your current environment?
To check this you can type the following in anaconda prompt: "conda list tweepy", otherwise you might use the anaconda navigator to perform the same check visually.
answered Mar 25 at 10:26
ViktorViktor
1
1
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
add a comment |
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
Available in the current env, as well as pip and pip3 list checks. Tried another new library again today, same problem. Really odd, b/c I thought I fixed this issue months back, when I encountered the same problems. Worked fine all this time until just the other day -- did nothing out of the ordinary.
– free_road
Mar 27 at 20:45
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f55327866%2fneed-help-determining-correct-filepaths-for-pip-kernels-etc%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