1 Rookie
•
8 Posts
0
802
September 17th, 2020 01:00
PyPowerstore offline installation
Hi all,
I try to install the Python Powerstore library to my Python site-packages path.
I used pip install . as decripted in git.
But, as it seems, the installation tried to connect to the Internet for a download. Ss my sxstem has no connection to the Internet allowed, how can the package be installed "offline"
Thanks in advance for any help
Kind regards,
Christoph
No Events found!
bmcfeeters
1 Rookie
•
72 Posts
1
September 17th, 2020 05:00
HI Christoph,
An alternative to using pip is to use the setup.py directly
python setup.py install
Hope this helps
Bryan
Christoph_Reeber
1 Rookie
•
8 Posts
0
September 17th, 2020 05:00
Thanks a lot for the hint
Best regards,
Christoph