You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
For example, this location is not treated as library by pydevd in Python 3.7: /Users/vsts/Library/Python/3.7/lib/python/site-packages
NOTE: To reproduce this issue with ptvsd. Remove the line in wrapper.py where we set project root (look for CMD_SET_PROJECT_ROOTS). Then run the pollowing test on Mac python 3.7
Strange... in my tests it seems that /Users/vsts/Library/Python/3.7/lib/python/site-packages does appear as a site package for pydevd (although /usr/local/lib/python3.7/site-packages doesn't and I still didn't discover how to get this entry).
Anyways, just giving some info, will investigate further.
fabioz
added a commit
to fabioz/ptvsd
that referenced
this issue
Oct 4, 2018
For example, this location is not treated as library by
pydevd
in Python 3.7:/Users/vsts/Library/Python/3.7/lib/python/site-packages
NOTE: To reproduce this issue with ptvsd. Remove the line in
wrapper.py
where we set project root (look for CMD_SET_PROJECT_ROOTS). Then run the pollowing test on Mac python 3.7For reference, these are the sys.path values from our CI environment:
The text was updated successfully, but these errors were encountered: