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.

[BUG] Paramiko,SSHCLIENT Modules not found LinuX

See original GitHub issue

Describe 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:

  1. Run ‘poetry run python3 main.py --debug’
  2. Try and sign ‘…’
  3. 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:closed
  • Created a year ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
itsnebulalolcommented, Jul 28, 2022

We switched back to pip

1reaction
superrnovaecommented, Jul 28, 2022

Install gcc
Install pkg-config

Read more comments on GitHub >

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

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