jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.4k stars 4.76k forks source link

tweepy installation #5401

Open MuskanNaaz opened 4 years ago

MuskanNaaz commented 4 years ago

Hey,I had earlier run this program its work properly.But now it generating an error. Although I had re-install the tweepy..But same error is arising Help me to come out

Annotation 2020-04-25 120202

kevin-bates commented 4 years ago

This implies your kernel is running in a different environment than you installed tweedy in. I would check the kernel's kernel.json file (located via jupyter kernelspec list) and check the argv stanza for where its running python. You may also have changed the env in which the notebook server was operating within, so I'd check that as well.