question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remote Python 3 (SSH) interpreter error message

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aivarannamaacommented, Oct 14, 2020

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.

0reactions
aivarannamaacommented, Nov 11, 2020

Should be fixed now. Fix will be in the final 3.3.0 in couple of days.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found