0

I am brand new to Python and Visual Studio, but keep getting this error when running in debug mode. I had Python 3.7 installed and it looks like Visual Studio installed Python 3.6. I am wondering if this is part of the issue.

warning: Debugger speedups using cython not found. Run '"C:\Program Files\python.exe" "C:\Program Files (x86)\Microsoft Visual Studio2017円\Community\Common7\IDE\Extensions\Microsoft\Python\Core\Packages\ptvsd\pydevd\setup_cython.py" build_ext --inplace' to build. pydev debugger: starting

1 Answer 1

0

I am using Visual Studio 2017 and Python and was having the same issue. I managed to get rid of the error by going to Tools->Options->Python->Experimental and ticking off 'Use experimental debugger', then shutting down and restarting Visual Studio. It is early days so far but the

warning: Debugger speedups using cython not found. Run '"C:\Program Files\python.exe" "C:\Program Files (x86)\Microsoft Visual Studio2017円\Community\Common7\IDE\Extensions\Microsoft\Python\Core\Packages\ptvsd\pydevd\setup_cython.py" build_ext --inplace' to build. pydev debugger: starting

is gone now.

answered Oct 29, 2018 at 9:00
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.