pychar调试报错:Cython extension speeds up Python debugging

Python Debugger Extension Available: Cython extension speeds up Python debugging问题

问题描述

在这里插入图片描述

产生原因

Cython Speedups
相当于pycharm提供的一种加速调试工具

解决方案

macOS and *NIX

When the users start the debugger session, the notification pop-up
window appears. The users just need to click the Install link there:
在这里插入图片描述

Windows

You don’t need to do anything. We’ve bundled precompiled extensions, so you’re already using them.

pychar调试报错:Cython extension speeds up Python debugging_第1张图片pychar调试报错:Cython extension speeds up Python debugging_第2张图片详细请参考原文:
https://www.jetbrains.com/help/pycharm/2017.2/cython-speedups.html

你可能感兴趣的:(pycharm,python,bug)