I’m a newbie with Python scripting so I followed an advice online to setup a venv for my project. I’ve installed several libraries and when running the script in the IDE, I don’t come across any errors and issues.
enter image description here
But, when I run try to run the script in the terminal it gives me the error ModuleNotFoundError even though I have it installed in the venv.
enter image description here
Note: I only have 1 version of Python installed
I have tried following an advice online to activate the venv first before running the script
enter image description here
user25288547 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.