nkhl
nkhl

Reputation: 172

How to resolve ModuleNotFoundError: No module named 'twitter'

I have twitter package installed as the result of conda list | grep twitter is: 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?

Upvotes: 0

Views: 84

Answers (0)

Related Questions