forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Python extension unable to find packages installed in sub directory #5703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please create a |
Setting |
Issue moved to microsoft/python-language-server #1118 via ZenHub |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Environment data
Expected behaviour
The python extension should be able to use the virtualenv, including packages installed in dev mode
Actual behaviour
Errors about import of packages and errors about undefined variables
systemd package is not system wide installed, only in the virtualenv and it is found by the extension
Steps to reproduce:
pip install -e
(orpipenv install -e .
)Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)Nothing relevant to me but...
The text was updated successfully, but these errors were encountered: