Eclipse pydev警告-“找不到使用cython的调试器加速”。 [英] Eclipse pydev warning - "Debugger speedups using cython not found."

查看:129
本文介绍了Eclipse pydev警告-“找不到使用cython的调试器加速”。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在运行python程序(某些使用selenium的基本网络自动化)时收到此警告:

I get this warning while running a python program (some basic web automation using selenium):


警告:不使用cython加快调试器的速度找到了。运行
' /usr/bin/python3.5
/root/.p2/pool/plugins/org.python.pydev_4.5.5.201603221110/pysrc/setup_cython.py
build_ext --inplace'构建。 pydev调试器:开始(pid:3502)

warning: Debugger speedups using cython not found. Run '"/usr/bin/python3.5" "/root/.p2/pool/plugins/org.python.pydev_4.5.5.201603221110/pysrc/setup_cython.py" build_ext --inplace' to build. pydev debugger: starting (pid: 3502)

我该如何解决这个问题?

How can I address this issue?

推荐答案

这与预期的一样。运行 / usr / bin / python3.5 /root/.p2/pool/plugins/org.python.pydev_4.5.5.201603221110/pysrc/setup_cython.py build_ext --inplace ,因为它要求获得调试器加速。

This is as expected. Run"/usr/bin/python3.5" "/root/.p2/pool/plugins/org.python.pydev_4.5.5.201603221110/pysrc/setup_cython.py" build_ext --inplace as it asks to get the debugger accelerations.

(Nb。以下注释中的错误是因为该答案缺少初始双引号。)

(Nb. The error in the comment below was because this answer was missing an initial double quote.)

理想情况下,请在虚拟环境中运行它(如果使用的话),以确保为正确的Python版本运行它。您需要使用的每个Python版本都运行一次。

Ideally run it from within your virtual environment, if you use one, to make sure you run this for the correct Python version. You'll need to run this once per Python version you use.

这篇关于Eclipse pydev警告-“找不到使用cython的调试器加速”。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆