You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 0x7f2f7f54bd60>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f54bfd0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e5250>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e5400>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e55b0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
This sounds like a DNS issue or index configuration issue. Are you using a custom index URL which doesn't exist (or doesn't resolve in your environment, perhaps you're using a corporate-only index URL)? Try to curl https://pypi.org and see whether your system can even resolve and connect to PyPI.
Description
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 0x7f2f7f54bd60>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f54bfd0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e5250>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e5400>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
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 0x7f2f7f4e55b0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
Expected behavior
No response
pip version
24.0
Python version
3.8.19
OS
wsl
How to Reproduce
1、conda activate backend
2、pip install pandas
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: