ModuleNotFoundError: No module named 'Paramiko'
Wenyong Wei
weijiawenyong at hotmail.com
Tue Apr 9 19:36:03 EDT 2024
hi Sravan,
Thanks for your response, checked and found there is only one python in my PC.
________________________________
From: Sravan Kumar Chitikesi <sravan.chitikesi at iprotechs.com>
Sent: Tuesday, 9 April 2024 3:42 AM
To: Wenyong Wei <weijiawenyong at hotmail.com>
Cc: python-list at python.org <python-list at python.org>
Subject: Re: ModuleNotFoundError: No module named 'Paramiko'
pip may be pointed to another python version. try to remove other python versions and re install pip
Regards,
Sravan Chitikesi
AWS Solutions Architect - Associate
On Mon, Apr 8, 2024 at 10:58 PM Wenyong Wei via Python-list <python-list at python.org<mailto:python-list at python.org>> wrote:
Dear Sir/Madam,
Recently I encounter a problem that I can't import paramiko in my computer. My PC running on window 10 64 bits. I have investigate this issue via internet, there are a lot of solutions for this issue, after trying most of the steps, I still can't run this module, the major steps I have try are:
1.
Install python ver 3.7.1 or 3.11.8 by itself or customer installation (changing the installation folder) and check add python to the path.
2.
pip install paramiko, if ver 3.7.1 installed, need to upgrade the pip version.
3.
Checking the environment path, there are two path related to the python, one for python.exe, the other for \Lib\site-packages\paramiko
can you please provide advice on this issue?
BR
Ken
--
https://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list