Oliver Meinusch
Oliver Meinusch
Thank you for the fast response. First find the list of installed packages. ``` % ls .venv/lib/python3.11/site-packages Django-4.1.5.dist-info distutils-precedence.pth pkg_resources sqlparse-0.4.3.dist-info _distutils_hack django setuptools asgiref pip setuptools-65.5.0.dist-info asgiref-3.6.0.dist-info pip-22.3.1.dist-info sqlparse...
I wondered myself about that entry in the log. I tried afterwards to fix it with `python.pythonPath` in the workspace `settings.json` but that did not help. In the terminal within...
I understand the limitations of an untrusted workspace and verified that I have configured the folder as a trusted workspace. In addition, I added the folder again to the list...
python path points to the .venv/bin/python, even ommitted, it does not work. This is the output of the command and includes the .venv-site-packages. ``` {"path": ["/Library/Frameworks/Python.framework/Versions/3.11/lib/python311.zip", "/Library/Frameworks/Python.frame work/Versions/3.11/lib/python3.11", "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload", "/Users/tjati/Library/Mobile...
Highly appreciated the extra effort. I looo forward to try the update and post an update as soon as possible. Just FYI: I removed the the configuration for Run/Debug as...
The output of the log is super interesting, and I think we're close to the issue. It seems, that the path of my working directory is the issue and `pylance`...