tweepy package installed but getting error ModuleNotFoundError: No module named 'tweepy'

0

I have tweepy package installed using the command "easy_install tweepy". However when using "import tweepy" in jupyter , it shows error as

ModuleNotFoundError: No module named 'tweepy'

(base) C:\Users\user> conda -V
conda 4.6.14
(base) C:\Users\user> python -V
Python 3.7.1

OS: Windows 7 64 bit.

(base) C:\Users\user> easy_install tweepy
Searching for tweepy
Reading https://pypi.org/simple/tweepy/
Downloading https://files.pythonhosted.org/packages/d5/5f/daac4b4e9b30d7d2a6fdd1
6a880ff79f27918fe388e4dfc1983dec3a9876/tweepy-3.7.0-py2.py3-none-any.whl#sha256=
de56db37181e6ba2a375a7a81845ee6b2aee0e39a7bc8fb96a60c0370062f0a2
Best match: tweepy 3.7.0
Processing tweepy-3.7.0-py2.py3-none-any.whl
Installing tweepy-3.7.0-py2.py3-none-any.whl to c:\users\user\appdata\local\c
ontinuum\anaconda3\lib\site-packages
writing requirements to c:\users\user\appdata\local\continuum\anaconda3\lib\s
ite-packages\tweepy-3.7.0-py3.6.egg\EGG-INFO\requires.txt
Adding tweepy 3.7.0 to easy-install.pth file

Installed c:\users\user\appdata\local\continuum\anaconda3\lib\site-packages\t
weepy-3.7.0-py3.6.egg
Processing dependencies for tweepy
Finished processing dependencies for tweepy

user2610

Posted 2019-05-07T04:12:06.227

Reputation: 1

No answers