Answer the question
In order to leave comments, you need to log in
Why does the script not see modules/libraries?
Tell me, I practically did not stick with python, but I need to run one script.
Installed python 3.10, installed pipenv and other modules/libraries according to the instructions. But at startup it says that the modules are not installed
. In the code, it is highlighted like this
. Although I know for sure that they are installed via pipenv install
, and I also tried to install the necessary ones manually pip install pillow
, etc.
From what I googled, adding to the script partially helped me:
import sys
sys.path.append("C://Users//echef//AppData//Local//Programs//Python//Python310//Lib//site-packages")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question