Posts

Pycharm 2018.3 remote interpreter via WSL hangs

Image
3 1 Pycharm released update 2018.3 recently and I'm trying to get their remote interpreter via WSL to work. I've followed the steps on this link: https://www.jetbrains.com/help/pycharm/using-wsl-as-a-remote-interpreter.html Pycharm hangs when "getting remote interpreter version". screenshot I checked the logs, and noticed it hangs when this command is ran: 2018-11-22 15:49:47,183 [ 106339] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:Users\AppDataLocalMicrosoftWindowsAppsubuntu.exe run "cd "/mnt/c/Program Files/JetBrains/PyCharm 2018.1.4/helpers" && /usr/bin/python3 -V" this is the log for a single session: 2018-11-22 15:48:00,844 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ ...