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
To be sure, you can always go the the directory of the Python
interpreter and open a cmd window there.
(By entering 'cmd' into the explorer address bar.)
Then enter 'python.exe -mpip install paramiko'.
This way you can be sure that you're not running a pip.exe that belongs
to another Python interpreter.
Thomas Passin <list1@tompassin.net> writes:
On 4/8/2024 2:01 PM, Dietmar Schwertberger via Python-list wrote:
To be sure, you can always go the the directory of the Python
interpreter and open a cmd window there.
(By entering 'cmd' into the explorer address bar.)
Then enter 'python.exe -mpip install paramiko'.
This way you can be sure that you're not running a pip.exe that
belongs to another Python interpreter.
This is not quite right. The best name of the Python executable may or
may not be "python.exe". The command line needs a space after the
"-m":
No, the option and its argument can be bundled. "-mpip" is equivalent
to "-m pip". (The space might make it clearer for human readers.)
Dear Sir/Madam,this module, the major steps I have try are:
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
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?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 446 |
Nodes: | 16 (2 / 14) |
Uptime: | 19:36:07 |
Calls: | 9,234 |
Calls today: | 1 |
Files: | 13,496 |
Messages: | 6,063,226 |