cookiecutter-django: Warning: Debugger speedups using cython not found

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.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 18 (1 by maintainers)

Most upvoted 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.