简体   繁体   中英

Package install not recognized in Jupyter Notebook

I just ran a pip install for python package tweepy, but when I attempt to launch in Jupyter, I'm receiving a 'No Module named tweepy' error.

I'm assuming this is because tweepy is registered as pypi when I bring up the anaconda package list, but not sure the workaround to get this to work in my notebook.

Anaconda package list

You can use conda to install the package:

conda install -c conda-forge tweepy

Source: https://anaconda.org/conda-forge/tweepy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM