as the title suggests, I am having issues runnig my code, I keep getting a module not found error.
I did some research and it seems the issue would be a discrepancy between the interpreter and the venv pythonn version, for which the dependencies are installed for.
with the venv activated I run a which python command and the response is
python: aliased to /usr/bin/python3
I checked my .zsrhc file and there is an entry there for alias python=/usr/bin/python3
I try to run my code using python run.py , where run.py is considered my "main" file.
when i do this I get the module not found error.
when I try to use python3 run.py as is the aliased python, from the which command.
The response I get in this scenario is that the computer asks me to load some lower level dependencies.