Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Cython speedup extension is not found #112

Closed
int19h opened this issue Feb 23, 2018 · 2 comments · Fixed by #217
Closed

Cython speedup extension is not found #112

int19h opened this issue Feb 23, 2018 · 2 comments · Fixed by #217
Assignees
Labels
Milestone

Comments

@int19h
Copy link
Contributor

int19h commented Feb 23, 2018

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.

@DonJayamanne
Copy link
Contributor

@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?

@int19h
Copy link
Contributor Author

int19h commented Apr 19, 2018

Which Python version is that? IIRC the binaries are 3.x-only.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants