Installing a PIP package manually
To download a package manually, you can run a variation of the following command:
sudo python3 -m pip download pyzmq
Â
To install a pip package that you have previously downloaded, you can run a variation of the following command:
sudo python3 -m pip install pyzmq --no-index --find-links .
Note: it looks for the package on the current working directory.
Â
Â
Â
For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.