I have a PI ZERO W I would like to connect to from a P400 using Thonny with the Interpreter set to 'Remote Python 3 (SSH)'. After I entered the credentials and click OK, the Shell applet in the Thonny screen displays
This back-end requires an extra package named 'paramiko'. Install it from 'Tools => Manage plug-ins' or via your system package manager.
Process ended with exit code 1.
I installed the paramiko package straight using PIP which seemed to fail and corrupt the packages. When I performed simple test import of paramiko, Python crashed with 'Illegal instruction'. I also got the same error for any PIP operation.
Running Python in verbose (-v) mode, I found the offending package was a dependency called bcrypt. I manually removed bcrypt then was able to remove parmiko using pip uninstall.
I would like to run the PI ZERO W headless which means remote access from Thonny on another platform would be advantegous.
Before I try the installation of paramiko again, can some confirm it needs to be installed on the ZERO and not P400 where Thonny is running?
Thanks