PyCharm Debug doesn't work with Anaconda 3.5 but OK with just normal Pyhton3.5 distribution

Answered

When I configure to use the Anaconda interpreter the debugger doesn't connect, when configure the other Interpreter all is OK:

Any idea  how to resolve ? ( Anaconda distribution is convenient because of all the scipy and matpoly  / pandas dependencies ..)

see below the console output for these cases:

C:\Python\python35\python.exe "C:\Program Files\JetBrains\PyCharm 2017.1.1\helpers\pydev\pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 53270 --file C:/pycharm_py_dev/testing-stuff/ide-tests.py
pydev debugger: process 22352 is connecting

Connected to pydev debugger (build 171.4163.6)

C:\Anaconda3\python.exe "C:\Program Files\JetBrains\PyCharm 2017.1.1\helpers\pydev\pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 53874 --file C:/pycharm_py_dev/testing-stuff/ide-tests.py
Could not connect to 127.0.0.1: 53874
NoneType

Process finished with exit code 1

0
4 comments

Hi! Could you please provide the contents of your log folder (Help | Show log in files) (you can create an issue in our issue tracker and leave it there https://youtrack.jetbrains.com/issues/PY)? Do you use local or remote interpreter? Does it happen with every script or just with a special one?

0

OK, I just created a simple test, and repeated the execution one with just Python34  the debugger worked  fine then switched to  Anaconda3.5 and it didn;t work.

I created an Issue (PY-24013)  uploaded the log the relevant info is probably at the end and also some screen shots.

Hope this helps.  

Generally Anaconda distribution is nice for scientific programming, otherwise I have to separately install all the scipy, numpy, panda , matploy ...

 

 

0

Issue resolved: Updated to version 2017.1.2 ( no change as far as the debugger ) But then  downloaded and installed Latest Anaconda with python 3.6  the debugger works fine in initial tests.

 Anaconda3-4.3.1-Windows-x86_64.  

0

Please sign in to leave a comment.