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.

在这里插入图片描述在这里插入图片描述详细请参考原文:
https://www.jetbrains.com/help/pycharm/2017.2/cython-speedups.html

发布了9 篇原创文章 · 获赞 3 · 访问量 327

猜你喜欢

转载自blog.csdn.net/weixin_46165569/article/details/104339050