Warning: Debugger speedups using cython not found
See original GitHub issueWhenever I start debugging, the following warning gets fired:
warning: Debugger speedups using cython not found. Run '"/usr/local/bin/python" "/opt/.pycharm_helpers/pydev/setup_cython.py" build_ext --inplace' to build.
I’ve found the issue to be addressed in
- https://blog.jetbrains.com/pycharm/2016/02/faster-debugger-in-pycharm-5-1,
- https://youtrack.jetbrains.com/issue/PY-18913,
- http://bryan7.tistory.com/838,
yet none worked out for me.
I’m well aware that it has nothing to with cookiecutter-django itself and rather the PyCharm version I’m using (EAP 2017.1), but I still hope I’m not the only one to stumble upon that and would appreciate any help.
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (1 by maintainers)
Top Results From Across the Web
Eclipse pydev warning - "Debugger speedups using cython ...
To run this command, open cmd as administrator and then CD into the folder where the setup_cython script is stored (see it in...
Read more >Warning: Debugger speedups using cython not found.
I tried recreating my virtualenv (with a "virtualenv" command, not from within pycharm) but to no avail.
Read more >Warning: Debugger speedups using cython not found #1034
Whenever I start debugging, the following warning gets fired: warning: Debugger speedups using cython not found. Run '"/usr/local/bin/python" "/ ...
Read more >Debugger speedups using cython not found - Eclipse
To this novice, it appears to be asking me to run a file in the Python environment.
Read more >Eclipse pydev warning - "Debugger speedups using cython ...
score:0. I use python 3.3 interpreter, pydev and eclipse neon on Windows 7, 64 bit. I got the error: warning: Debugger speedups using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@webyneter That message in the console is intended to provide a clickable link on some part of the text. Clicking it makes PyCharm go off and do everything it needs to do, for that version of Python.
The backstory: we ship the Cython binaries for Windows, but not for macOS nor Linux.
Running the command form the terminal (cmd in windows) gives a bit more insight about the error (at least in my case):
Based on this answer, adding the windows 8.1 / 10 SDK to the VisualC++ runtime installation fixed the problem.