Jupyter Notebook can't find moduleTrouble importing Twitter API on Jupyter/ipython notebookConda environments not showing up in Jupyter Notebooknumpy & pandas 'ModuleNotFoundError' in Jupyter notebook (Python 3)Jupyter Notebook: no module named pandasSetting up Jupyter Notebook for JModelicaPython jupyter library import errorNo module named Pandas in Jupyter NotebookRunning Jupyter Notebook from cmd raises ModuleNotFoundError: No module named pysqlite2ModuleNotFoundError: No module named 'myutils'"Yet another issue with Jupyter Notebook (_sqlite3 and pysqlite2 not found)

Python program to take in two strings and print the larger string

How should I introduce map drawing to my players?

When the Torah was almost lost and one (or several) Rabbis saved it?

How to deal with a colleague who is being aggressive?

USPS Back Room - Trespassing?

Why didn't Thanos use the Time Stone to stop the Avengers' plan?

What is the difference between singing and speaking?

What was the idiom for something that we take without a doubt?

Does pair production happen even when the photon is around a neutron?

Can the product of any two aperiodic functions which are defined on the entire number line be periodic?

How can I tell if I'm being too picky as a referee?

In the 3D Zeldas, is it faster to roll or to simply walk?

First Match - awk

Why did Theresa May offer a vote on a second Brexit referendum?

What does $!# mean in Shell scripting?

The art of clickbait captions

Is it legal to meet with potential future employers in the UK, whilst visiting from the USA

What is a fully qualified name?

Need to read my home electrical meter

Find the three digit Prime number P from the given unusual relationships

Is the Unsullied name meant to be ironic? How did it come to be?

Is Jon Snow the last of his House?

Efficient Algorithm for the boundary of a set of tiles

Python program to find Armstrong numbers in a certain range



Jupyter Notebook can't find module


Trouble importing Twitter API on Jupyter/ipython notebookConda environments not showing up in Jupyter Notebooknumpy & pandas 'ModuleNotFoundError' in Jupyter notebook (Python 3)Jupyter Notebook: no module named pandasSetting up Jupyter Notebook for JModelicaPython jupyter library import errorNo module named Pandas in Jupyter NotebookRunning Jupyter Notebook from cmd raises ModuleNotFoundError: No module named pysqlite2ModuleNotFoundError: No module named 'myutils'"Yet another issue with Jupyter Notebook (_sqlite3 and pysqlite2 not found)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















Hi I have been trying to install twython for Jupyter Notebook. I have proved through the python repl that it is universally installed throughout my laptop. But it still won't appear on Jupyter Notebook. Looking for help trying to figure out it is found in a spot that it can be found by my Anaconda 3 Jupyter Notebook.



Context: Homework assignment trying to mine twitter for tweets



Here is the errors I am receiving and I am running Mac OS



/Users/rachelmanca/twitter/__init__.py:22: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available.
"The twython library has not been installed. "
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-4-38297a1141e0> in <module>
----> 1 import twitter
2 import twython
3 #---------------------------------------------
4 # Define a Function to Login Twitter API
5 def oauth_login():

~/twitter/__init__.py in <module>
34
35
---> 36 from nltk.twitter.common import json2csv

ModuleNotFoundError: No module named 'nltk.twitter









share|improve this question




























    1















    Hi I have been trying to install twython for Jupyter Notebook. I have proved through the python repl that it is universally installed throughout my laptop. But it still won't appear on Jupyter Notebook. Looking for help trying to figure out it is found in a spot that it can be found by my Anaconda 3 Jupyter Notebook.



    Context: Homework assignment trying to mine twitter for tweets



    Here is the errors I am receiving and I am running Mac OS



    /Users/rachelmanca/twitter/__init__.py:22: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available.
    "The twython library has not been installed. "
    ---------------------------------------------------------------------------
    ModuleNotFoundError Traceback (most recent call last)
    <ipython-input-4-38297a1141e0> in <module>
    ----> 1 import twitter
    2 import twython
    3 #---------------------------------------------
    4 # Define a Function to Login Twitter API
    5 def oauth_login():

    ~/twitter/__init__.py in <module>
    34
    35
    ---> 36 from nltk.twitter.common import json2csv

    ModuleNotFoundError: No module named 'nltk.twitter









    share|improve this question
























      1












      1








      1








      Hi I have been trying to install twython for Jupyter Notebook. I have proved through the python repl that it is universally installed throughout my laptop. But it still won't appear on Jupyter Notebook. Looking for help trying to figure out it is found in a spot that it can be found by my Anaconda 3 Jupyter Notebook.



      Context: Homework assignment trying to mine twitter for tweets



      Here is the errors I am receiving and I am running Mac OS



      /Users/rachelmanca/twitter/__init__.py:22: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available.
      "The twython library has not been installed. "
      ---------------------------------------------------------------------------
      ModuleNotFoundError Traceback (most recent call last)
      <ipython-input-4-38297a1141e0> in <module>
      ----> 1 import twitter
      2 import twython
      3 #---------------------------------------------
      4 # Define a Function to Login Twitter API
      5 def oauth_login():

      ~/twitter/__init__.py in <module>
      34
      35
      ---> 36 from nltk.twitter.common import json2csv

      ModuleNotFoundError: No module named 'nltk.twitter









      share|improve this question














      Hi I have been trying to install twython for Jupyter Notebook. I have proved through the python repl that it is universally installed throughout my laptop. But it still won't appear on Jupyter Notebook. Looking for help trying to figure out it is found in a spot that it can be found by my Anaconda 3 Jupyter Notebook.



      Context: Homework assignment trying to mine twitter for tweets



      Here is the errors I am receiving and I am running Mac OS



      /Users/rachelmanca/twitter/__init__.py:22: UserWarning: The twython library has not been installed. Some functionality from the twitter package will not be available.
      "The twython library has not been installed. "
      ---------------------------------------------------------------------------
      ModuleNotFoundError Traceback (most recent call last)
      <ipython-input-4-38297a1141e0> in <module>
      ----> 1 import twitter
      2 import twython
      3 #---------------------------------------------
      4 # Define a Function to Login Twitter API
      5 def oauth_login():

      ~/twitter/__init__.py in <module>
      34
      35
      ---> 36 from nltk.twitter.common import json2csv

      ModuleNotFoundError: No module named 'nltk.twitter






      python-3.x twitter jupyter-notebook anaconda twython






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 2:22









      Rach12Rach12

      63




      63






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Have you installed nltk package?



          If not, do it:



          1. pip3 install -U nltk

          2. then run python3


          3. inside python3 command line, run:



            import nltk
            nltk.download()



          4. after the download, restart jupyter, and run your code again.





          share|improve this answer























            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%2f55320192%2fjupyter-notebook-cant-find-module%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














            Have you installed nltk package?



            If not, do it:



            1. pip3 install -U nltk

            2. then run python3


            3. inside python3 command line, run:



              import nltk
              nltk.download()



            4. after the download, restart jupyter, and run your code again.





            share|improve this answer



























              0














              Have you installed nltk package?



              If not, do it:



              1. pip3 install -U nltk

              2. then run python3


              3. inside python3 command line, run:



                import nltk
                nltk.download()



              4. after the download, restart jupyter, and run your code again.





              share|improve this answer

























                0












                0








                0







                Have you installed nltk package?



                If not, do it:



                1. pip3 install -U nltk

                2. then run python3


                3. inside python3 command line, run:



                  import nltk
                  nltk.download()



                4. after the download, restart jupyter, and run your code again.





                share|improve this answer













                Have you installed nltk package?



                If not, do it:



                1. pip3 install -U nltk

                2. then run python3


                3. inside python3 command line, run:



                  import nltk
                  nltk.download()



                4. after the download, restart jupyter, and run your code again.






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 24 at 17:47









                sentencesentence

                1,8801514




                1,8801514





























                    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%2f55320192%2fjupyter-notebook-cant-find-module%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

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript