[BUG] Paramiko,SSHCLIENT Modules not found LinuX
See original GitHub issueDescribe the bug A clear and concise description of what the bug is. Paramiko, SSHCLIENT Modules not found LinuX To reproduce Steps to reproduce the behavior:
- Run ‘poetry run python3 main.py --debug’
- Try and sign ‘…’
- See error
Expected behavior A clear and concise description of what you expected to happen.
Log
Use the --debug
option while running the script, and paste the output into the codeblocks.
terramoda@terramoda-700T1C:~/permasigner$ poetry install
Installing dependencies from lock file
No dependencies to install or update
terramoda@terramoda-700T1C:~/permasigner$ poetry update
Updating dependencies
Resolving dependencies... (29.1s)
No dependencies to install or update
terramoda@terramoda-700T1C:~/permasigner$ poetry run python3 main.py --debug
Traceback (most recent call last):
File "/home/terramoda/permasigner/main.py", line 30, in <module>
from utils.installer import Installer
File "/home/terramoda/permasigner/utils/installer.py", line 5, in <module>
from paramiko.client import AutoAddPolicy, SSHClient
ModuleNotFoundError: No module named 'paramiko'
terramoda@terramoda-700T1C:~/permasigner$
Which way are you running the script? ex. macOS 13.0, Windows with Docker, iOS 14.7.1 Ubuntu 22.04 Additional context Add any other context about the problem here (ex. can you identify the location in the source code where the problem exists, any possible solutions).
Checklist
- All questions were answered if possible.
- [ x] Bug was reproduced atleast 2 times.
- [ x] You are using the latest version of the script (
git pull
).
Issue Analytics
- State:
- Created a year ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
python - Paramiko module not found - Stack Overflow
Issue was with pip . The pip and pip3 I had installed in the same path, /usr/lib/python3/dist-packages . I installed a pip specifically...
Read more >Client - Paramiko documentation
Connect to an SSH server and authenticate to it. The server's host key is checked against the system host keys (see load_system_host_keys )...
Read more >No module named 'paramiko - Red Hat Customer Portal
I recently installed ansible automation controller, and I try to run ansible-playbook in cli, I'm getting following error;.
Read more >python module not found error - Unix & Linux Stack Exchange
It looks like you want to use python from non-standard location. Set PYTHONPATH and PYTHONHOME variables to let it know that:
Read more >The 'paramiko' distribution was not found and is required by ...
OpenSSH vs Paramiko for the connection is not the issue — this is a library import error. Ansible requires the paramiko Python library...
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 FreeTop 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
Top GitHub Comments
We switched back to pip
Install gccInstall pkg-config