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.
This is on Python 3.6 32-bit - the following message is printed when debugging starts:
warning: Debugger speedups using cython not found. Run '"C:\Python\3.6-32\python.exe" "C:\Python\3.6-32\lib\site-packages\ptvsd\pydevd\setup_cython.py" build_ext
--inplace' to build.
This is despite .pyd files being in their usual locations. Probably this is happening because Cython stuff is loaded dynamically, and by the time pydevd tries to load it, we've already removed the sys.path entry.
The text was updated successfully, but these errors were encountered:
@int19h@zooba
Currently we're bundling PTVSD with VSC, and when we start the debugger we're getting these messages.
Is there anything we need to do in VSC to get the cython optimizations?
This is on Python 3.6 32-bit - the following message is printed when debugging starts:
This is despite
.pyd
files being in their usual locations. Probably this is happening because Cython stuff is loaded dynamically, and by the time pydevd tries to load it, we've already removed thesys.path
entry.The text was updated successfully, but these errors were encountered: