Remote Python Interpreter
-
I was trying to use PyCharm on local laptop and setup remote interpreter on Omega. I was able to do this with a Pi.
Definitely not my area of expertise, just wondering if anyone has tried?
I get an error that says:
Here are settings:
-
try with Omega's numeric IP, like
192.168.3.1
if connected to its AP.
-
Did you found away to do it?
Thanks
-
I managed to configure remote interpreter. I'm not sure if my issue was exactly the same as yours because of different exception at the beginning (
java.io.IOException: inputstream is closed
) but maybe it will bring you somehow closer to the solution.It started working for me after installing openssh-sftp-server using instructions from here.
In short:
- Connect using ssh with your omega
- Download and install openssh-sftp-server :
wget https://downloads.lede-project.org/releases/packages-17.01/mipsel_24kc/packages/openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk opkg install openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk rm openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk
- Configure remote interpreter as you showed on the screenshots (be sure that python interpreter path is correct)
-
@Patrick-Rainsberry JetbBrains say, at https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html
This feature is only supported in the Professional edition. This edition is commercial, and it provides an outstanding set of features: see the comparison matrix
Has anyone figured out how to use Pycharm Community Edition remotely ?