On 4/8/2024 3:35 PM, Keith Thompson via Python-list wrote:
Thomas Passin 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
Thomas Passin 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 param
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 tha
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 inte
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@python.org> wrote:
>
> Dear Sir/Madam,
>
> Recently I en
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 ste