celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
579 stars 122 forks source link

No module named 'tmdbsimple' #86

Closed gskarp closed 2 years ago

gskarp commented 2 years ago

I have installed tmdbsimple and using it from python prompt in terminal it works fine. When I attempt to use it from Jupyter Notebook, it gives an Error: No module named 'tmdbsimple'

I have tested it with both python versions 3.8.12 and 3.9.7 in a Mac running macOS Big Sur 11.6.1

celiao commented 2 years ago

HI @gskarp!

Can you try the example in https://github.com/celiao/tmdbsimple/issues/64, which uses Jupyter Notebook?

Perhaps you are forgetting to include the import command?

celiao commented 2 years ago

Feel free to reopen this issue, if you are still experiencing problems after reviewing the above.