Search code examples
pythonpycharmremote-debugginginterpreterjetbrains-ide

PyCharm - can't use remote interpreter


Strange thing. I just can't use remote interpreters. I'm 100% sure I saw it before. WTF?

I have configured ssh deployment connection and vagrant box.

There is nothing interesting under more button.

How to add remote interpreter?

edit: screenshot from settings → project → project interpreter

edit2: problem reported on PyCharm community support

edit3: I use PyCharm pro

edit4: Just installed today's new version, 2016.1.3. Nothing has changed.

enter image description here

PyCharm 2016.1.2
Build #PY-145.844, built on April 8, 2016
JRE: 1.8.0_76-release-b32 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

enter image description here


Solution

  • ok, problem solved.

    1. export settings (I already had my old settings)
    2. remove settings dir (~/.PyCharm2016.1)
    3. restart pycharm without importing settings
    4. import settings
    5. restart PyCharm
    6. :tada: it works!