Relative Content

Tag Archive for pythonpippython-modulepython-camelot

Installed Python module is not found in either IDLE and command prompt

I am trying to write a simple script that should include a library for working with PDFs that I found online called Camelot.
I installed it with pip and the module displays in the site-packages folder alongside the other pip-installed modules, but when I try to import it I get this: ModuleNotFoundError: No module named 'camelot'