Troubleshooting Dependencies in Virtual Environments
Hi,
I've created a new project which includes a git cloned repository, but am having two issues that I can't seem to resolve...
1. Dont't seem to be referencing a Python Interpreter, though I've configured it in my project setup steps and see it in its settings.
2. When I run in debug mode, which I believe runs within the Python console, the import statements are trying to find the modules in /var/mail rather than where they where cloned into my virtual environment.
Help! :)
Thanks for any guidance,
Gary
I've created a new project which includes a git cloned repository, but am having two issues that I can't seem to resolve...
1. Dont't seem to be referencing a Python Interpreter, though I've configured it in my project setup steps and see it in its settings.
2. When I run in debug mode, which I believe runs within the Python console, the import statements are trying to find the modules in /var/mail rather than where they where cloned into my virtual environment.
Help! :)
Thanks for any guidance,
Gary
Please sign in to leave a comment.
Re-reading your note, though...when you say "Don't seem to be referencing a Python Interpreter", perhaps you mean in your editing and intellisense instead of your run configurations.