selenium cannot be installed

Asked 2 years ago, Updated 2 years ago, 91 views

Install Anaconda 3, pip install selenium attempts to install selenium with an error similar to the following:Please tell me how to fix it.

Cache entry deserialization failed, entry ignored
  Retrying(Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urlib3.connection.VerifiedHTTPSConnection object at 0x0000020Est15Ext8;aFeb7: connectaF:', ) : / simple / selenium /

Could not find a version that satiffies the requirement selenium (from versions:)
No matching distribution found for selenium

python anaconda

2022-09-30 18:24

1 Answers

WinError 10013 appears to be an error that occurs when the socket is not opened on the Windows side.

Upon investigation, it seems that the following causes are possible:

In the case of 1, administrator privileges may be resolved by granting administrator privileges.
In the case of 3, I think you will need to set it up with Firewall or antivirus software.

See also.


2022-09-30 18:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.