Remote Python 3 (SSH) interpreter error message
See original GitHub issueI have a problem in Thonny 3.3.0b2 (Windows version), when i try to configure remote Python interpreter over ssh to my linux machine session is opened fine but immediately ends with error message :
/usr/bin/python3: No module named thonny.plugins.cpython.__main__; 'thonny.plugins.cpython' is a package and cannot be directly executed
Backend terminated or disconnected. Use 'Stop/Restart' to restart.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Adding remote ssh interpreter - Error Message: "Can't obtain ...
Adding remote ssh interpreter - Error Message: "Can't obtain python version" when VirtualChroot=true is in sftp_config ... What steps will reproduce the problem?...
Read more >Pycharm Can't run remote python interpreter error
The steps I do are these: using github and pycharm I clone the project repository and at the start of the program, since...
Read more >Python Remote Debugging using PyCharm SSH Interpreter
In case you have liked this video request you subscribe to this channel.Please also share your thoughts in case you want any videos...
Read more >Python Tutorial: ssh remote run of a local file - 2020
The error occurred because the code thinks the scripts reside locally. So, we need to run each one remotely using ssh. A python...
Read more >Debugging configurations for Python apps in Visual Studio Code
Alternately, select the named interpreter on the Status Bar to select a different one. ... Now that an SSH tunnel has been set...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for the report!
Actually my plan was not to require Thonny in the remote computer at all – the local Thonny is supposed to upload required modules to a temp folder in the beginning of the session.
I’ll try to reproduce your case.
Should be fixed now. Fix will be in the final 3.3.0 in couple of days.