LPPTIGER2 source code folder

Issue #10 new
Former user created an issue

****Hi Dr. Zhixu Ni,

I am trying to install LPPTIGER2. Due to mu limited knowledge in coding I am facing a issue (below) at step 4 of installing. I might be doing it wrong. So just want to enquire about it.

The step is in anaconda environment, go to the LPPtiger2 source code folder

So I am in the directory of LPPTIGER2 where I can find the requirements.txt file but it still not processing here. It showing me the following error.****

(envtiger) C:\Users\HAMEEDAHSANA\Downloads\LPPtiger2_win10_x64_exe\LPPtiger2\PySide6\examples\external\pandas>pip install -r ./requirements.txt WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000165BD830AC0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000165BD830F70>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000165BD8AC130>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000165BD8AC1C0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000165BD8AC430>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/ ERROR: Could not find a version that satisfies the requirement pandas (from versions: none) ERROR: No matching distribution found for pandas

I amusing the following given scrip

pip install -r ./requirements.txt

But its not working. Can you please assist in suggesting some solution to this issue.

Thanks in adavance!!!

Comments (1)

  1. Log in to comment