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;








1















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.










share|improve this question




























    1















    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.










    share|improve this question
























      1












      1








      1








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 19:46









      free_roadfree_road

      117




      117






















          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer























          • 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











          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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.






          share|improve this answer























          • 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















          0














          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.






          share|improve this answer























          • 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













          0












          0








          0







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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



















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

          155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해