question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warning: Debugger speedups using cython not found

See original GitHub issue

Whenever 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

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:closed
  • Created 7 years ago
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
pauleverittcommented, Feb 12, 2017

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

0reactions
arcanefoamcommented, Jun 15, 2017

Running the command form the terminal (cmd in windows) gives a bit more insight about the error (at least in my case):

...
...\python_env\include\pyconfig.h(222): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory

Based on this answer, adding the windows 8.1 / 10 SDK to the VisualC++ runtime installation fixed the problem.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found