Python Forum
[split] Issue installing selenium
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Issue installing selenium
#1
Selenium was working fine in my system but some connection error were coming, So I have uninstalled it. Now, After restarting the system I am unable to install Selenium back neither in system nor in Virtual environment. Could you please me the solution for it?

> pip install selenium

Error:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/selenium/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/selenium/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/selenium/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/selenium/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/selenium/
ERROR: Could not find a version that satisfies the requirement selenium (from versions: none)
ERROR: No matching distribution found for selenium
Reply
#2
That should work.
stupid question: is internet connected?

if on linux, look for ziombie (shouldnt cause your problem, but never know)
ps -fe | grep selenium
also
ps -fe | grep Z
and
ps -fe | grep defunct
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  isues installing Selenium Bhagyashree17 1 2,035 Jun-23-2020, 03:01 PM
Last Post: snippsat
  [split] Very basic coding issue aary 4 2,487 Jun-03-2020, 11:59 AM
Last Post: buran
  Issue installing selenium sayyedkamran 2 7,282 Apr-03-2020, 01:39 PM
Last Post: sayyedkamran
  Installing PIP packages issue Renym 2 3,055 Dec-09-2019, 04:44 PM
Last Post: Axel_Erfurt
  [split] Is there any issue related to path defined somewhere purnima1 2 2,450 Sep-05-2018, 06:28 AM
Last Post: purnima1

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020