Eclipse pydev warning - “Debugger speedups using cython not found.”

后端 未结 7 1743
借酒劲吻你
借酒劲吻你 2021-02-19 05:14

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

warning: Debugger speedups using cython not found. Run \'\

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 05:58

    simply copy all the command "/usr/bin/python3.5" "/root/.p2/pool/plugins/org.python.pydev_4.5.5.201603221110/pysrc/setup_cython.py" build_ext --inplace ,

    paste in a command line terminal (tipically bash shell) and press return :)

提交回复
热议问题