Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
isues installing Selenium
#1
I am trying to install selenium. It give error. My system configurations
and error details are as under:

System Configurations:
O/S: Ubuntu 14.04(34 bit) with Anaconda python and pip installed.

Error Log:
hp@hp-HP-430-Notebook-PC:~$ sudo pip install selenium
Downloading/unpacking selenium
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement selenium
No distributions at all found for selenium
Storing complete log in /home/hp/.pip/pip.log

hp@hp-HP-430-Notebook-PC:~$ sudo desktop-file-install /usr/share/applications/eclipse.desktop
Error on file "/usr/share/applications/eclipse.desktop": No such file or directory
Reply
#2
Do pip -V as you are using and old distro Ubuntu 14.04,then the default Python version will be 2.7.
You should of course not use Python 2.7 as it's retired and not will not be maintained at all past 2020.
pip3 -V should show python 3.5 on Ubuntu 14 which now is also old.

If you have Anaconda installed then i guess is newer Python version,then can use that.
You have to figure what you are running and how to use it when run pip3 or python3 commands.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Issue installing selenium Akshat_Vashisht 1 531 Oct-18-2023, 02:08 PM
Last Post: Larz60+
  Issue installing selenium sayyedkamran 2 7,240 Apr-03-2020, 01:39 PM
Last Post: sayyedkamran

Forum Jump:

User Panel Messages

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