Python Forum
Selenium installed but not installed?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium installed but not installed?
#3
Fix Environment Variables Path so it point to Python 3.9.
Python install
So for you just as image under but add Path to your python3.9 and Scripts roots folders.
[Image: GUgLry.jpg]
Restart Pc and test python -V and pip -V.
Then py can used to access all other version.
C:\
λ py -2.7 -V
Python 2.7.9

C:\
λ py -3.8 -V
Python 3.8.3

# Main version use always python 
C:\
λ python -V
Python 3.9.1
Reply


Messages In This Thread
Selenium installed but not installed? - by NoNameoN - Feb-13-2021, 07:32 PM
RE: Selenium installed but not installed? - by snippsat - Feb-13-2021, 10:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask: No user_loader has been installed for this LoginManager Truman 17 11,718 Dec-10-2019, 05:27 AM
Last Post: LeanbridgeTech
  BeautifulSoup Installed but not Found in Atom wakegate 4 5,263 Jun-14-2019, 05:54 PM
Last Post: snippsat
  Have django-extensions installed, can't find shell_plus Larz60+ 7 9,315 Jul-14-2018, 12:04 AM
Last Post: Larz60+
  how to check if i have installed python correct? apollo 4 5,220 Dec-07-2017, 09:46 PM
Last Post: apollo
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,685 Nov-03-2017, 08:41 PM
Last Post: metulburr
  Import error even though module is installed datafix 8 19,902 Jun-29-2017, 03:51 PM
Last Post: datafix

Forum Jump:

User Panel Messages

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