C:\Users\darren.mcleish>pip install paramiko
Collecting paramiko
Using cached paramiko-3.5.1-py3-none-any.whl.metadata (4.6 kB)
Collecting bcrypt>=3.2 (from paramiko)
Using cached bcrypt-4.3.0-cp39-abi3-win_amd64.whl.metadata (10 kB)
Collecting cryptography>=3.3 (from paramiko)
Using cached cryptography-44.0.3-cp39-abi3-win_amd64.whl.metadata (5.7 kB)
Collecting pynacl>=1.5 (from paramiko)
Using cached PyNaCl-1.5.0-cp36-abi3-win_amd64.whl.metadata (8.7 kB)
Collecting cffi>=1.12 (from cryptography>=3.3->paramiko)
Using cached cffi-1.17.1-cp312-cp312-win_amd64.whl.metadata (1.6 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=3.3->paramiko)
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Using cached paramiko-3.5.1-py3-none-any.whl (227 kB)
Downloading bcrypt-4.3.0-cp39-abi3-win_amd64.whl (152 kB)
ERROR: Could not install packages due to an OSError: [WinError 32] The process cannot access the file because it is being used by another process: ‘C:\Users\darren.mcleish\AppData\Local\Temp\pip-unpack-3d8auo6_\bcrypt-4.3.0-cp39-abi3-win_amd64.whl’
Consider using the --user
option or check the permissions.
Hello,
I would recommend using PyCharm
IDE since it has pip
bundled together.
Go to Settings
→ Project
→ Python Interpreter
, once there, click on the +
plus sign. A window will pop-up. Type in the library that is of interest. Once selected, click on the Install Package
button on the lower right. You should be all set.