python ImportError: No module named selenium

preview_player
Показать описание
python ImportError: No module named selenium
sudo pip install selenium
sudo pip3 install selenium
sudo apt-get install python3-pip
Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials

If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance.
Рекомендации по теме
Комментарии
Автор

l solved uninstalling the other Python, It was crashed. The video helped to find the answer, Thanks!!

lucianawaka
Автор

Hi,
is there a way to skip the qr-authenfication? I don't want to authenficate me each time when i want to use this script.

t.billenks
Автор

damn!! File "<stdin>", line 1
sudo pip install selenium
^
SyntaxError: invalid syntax
>>>
this things is getting me mad!!!
from Mac terminal it does not work! any tips?

frankpitale
Автор

MacBook-Pro-1845:~ kozeris$ sudo pip3 install selenium
The directory or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting selenium
Could not find a version that satisfies the requirement selenium (from versions: )
No matching distribution found for selenium

Got this error for installing selenium on python3 :/

elmagnificent