Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

8 Posts

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

1 Rookie

 • 

72 Posts

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

1 Rookie

 • 

8 Posts

September 17th, 2020 05:00

Thanks a lot for the hint

 

Best regards,

 

Christoph

No Events found!

Top