koenrh / delete-tweets

Delete tweets from your timeline.
ISC License
791 stars 107 forks source link

ModuleNotFoundError: No module named 'twitter' #92

Closed ghost closed 3 years ago

ghost commented 3 years ago

I have twitter package installed as the result of conda list | grep twitter results in python-twitter 3.5 py_0 conda-forge twitter 1.18.0 pypi_0 pypi. But if I try to import twitter in my jupyter notebook using import twitter it gives an ModuleNotFoundError: No module named 'twitter' error. What am I doing wrong?

ghost commented 3 years ago

Sorry, I posted this here.