Answer the question
In order to leave comments, you need to log in
How to download packages from virtualvenv to python console?
The essence of the question is stated above. I started working with flask in the python console, I want to add objects to the database, but the problem is that it does not load packages from the environment. The environment itself is running and working correctly. Error example
ModuleNotFoundError: No module named 'flask'
Answer the question
In order to leave comments, you need to log in
The environment itself is running and working correctlyit means flask is not installed in this environment, or you either didn't activate (activated another one) this environment
So the python in the console is not started from under the virtualenv environment
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question