bhargav-bayer9 commented on issue #1763:
URL: 
https://github.com/apache/iceberg-python/issues/1763#issuecomment-2699505801

   Dear @Fokko , tried installing in python 3.9 and I am still getting the same 
error. below [are](url) the command prompt logs.
   
   C:\Users\user>cd <path>\pyiceberg_install
   
   <path>\pyiceberg_install>py -3.9 -m venv iceberg_env
   
   <path>\pyiceberg_install>iceberg_env\Scripts\activate
   
   (iceberg_env) <path>\pyiceberg_install>pip install --upgrade pip
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x000001E797F9D2E0>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pip/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x000001E797F9D400>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pip/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x000001E7987D3070>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pip/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x000001E7987D31F0>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pip/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x000001E7987D33A0>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pip/
   Requirement already up-to-date: pip in 
<path>\pyiceberg_install\iceberg_env\lib\site-packages (20.2.3)
   
   (iceberg_env) <path>\pyiceberg_install>pip --version
   pip 20.2.3 from <path>\pyiceberg_install\iceberg_env\lib\site-packages\pip 
(python 3.9)
   
   (iceberg_env) <path>\pyiceberg_install>pip install pyiceberg
   WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x0000026C761ACB80>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pyiceberg/
   WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x0000026C7619DB80>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pyiceberg/
   WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x0000026C7619D3A0>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pyiceberg/
   WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x0000026C7619DBB0>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pyiceberg/
   WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x0000026C7619D070>: Failed to establish a new connection: [Errno 11001] 
getaddrinfo failed')': /simple/pyiceberg/
   ERROR: Could not find a version that satisfies the requirement pyiceberg 
(from versions: none)
   ERROR: No matching distribution found for pyiceberg


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to