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

Описание к видео Installed Python module is not found in either IDLE and command prompt

Hello everyone! I hope this video has helped solve your questions and issues. This video is shared because a solution has been found for the question/problem. I create videos for questions that have solutions. If you have any other issues, feel free to reach out to me on Instagram:   / ky.emrah  

Below, you can find the text related to the question/problem. In the video, the question will be presented first, followed by the answers. If the video moves too fast, feel free to pause and review the answers. If you need more detailed information, you can find the necessary sources and links at the bottom of this description. I hope this video has been helpful, and even if it doesn't directly solve your problem, it will guide you to the source of the solution. I'd appreciate it if you like the video and subscribe to my channel!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'
ModuleNotFoundError: No module named 'camelot'
To be noted:

I have 2 verisons of Python installed, 3.10 and 3.12, but I checked and the module is in the 3.10 folder where IDLE operates (C:\Users[...]\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages)

Other modules and preinstalled libraries work fine, but Camelot and some other pip-installed modules, such as Pandas, won't. All modules are installed in the same folder.

I checked the pip version and restarted my PC (I'm using Windows)

I updated the sys.path list to include the module's path, as suggested under a different question on a similar topic


I have 2 verisons of Python installed, 3.10 and 3.12, but I checked and the module is in the 3.10 folder where IDLE operates (C:\Users[...]\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages)

I have 2 verisons of Python installed, 3.10 and 3.12, but I checked and the module is in the 3.10 folder where IDLE operates (C:\Users[...]\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages)
Other modules and preinstalled libraries work fine, but Camelot and some other pip-installed modules, such as Pandas, won't. All modules are installed in the same folder.

Other modules and preinstalled libraries work fine, but Camelot and some other pip-installed modules, such as Pandas, won't. All modules are installed in the same folder.
I checked the pip version and restarted my PC (I'm using Windows)

I checked the pip version and restarted my PC (I'm using Windows)
I updated the sys.path list to include the module's path, as suggested under a different question on a similar topic

I updated the sys.path list to include the module's path, as suggested under a different question on a similar topic
I'm clearly missing something here. Any ideas?


Tags: python,pip,python-module,python-camelotSource of the question:
https://stackoverflow.com/questions/7...

Question and source license information:
https://meta.stackexchange.com/help/l...
https://stackoverflow.com/

Комментарии

Информация по комментариям в разработке