mac电脑下,默认配置Python2.7升级到Python3.5后,运行后:debug功能异常,
提示:
warning: Debugger speedups using cython not found. Run '"/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5" "/Applications/PyCharm CE.app/Contents/helpers/pydev/setup_cython.py" build_ext --inplace' to build.
解决方案:
//终端输入
cd /Applications/PyCharm\ CE.app/Contents/helpers/pydev/
//执行
python3 setup_cython.py build_ext --inplace