You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the steps and got everything installed in Ubuntu terminal, and get the following error, am I doing this right? I have the latest version Chrome installed (111) and requirements.txt was all installed also.
(env) danny@danny-VirtualBox:~$ python3 main.py --url https://school.patbailouni.com/courses/challenge21311111 --email dan1664@hotmail.com --password *******
Traceback (most recent call last):
File "/home/danny/main.py", line 9, in
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I followed all the steps and got everything installed in Ubuntu terminal, and get the following error, am I doing this right? I have the latest version Chrome installed (111) and requirements.txt was all installed also.
(env) danny@danny-VirtualBox:~$ python3 main.py --url https://school.patbailouni.com/courses/challenge21311111 --email dan1664@hotmail.com --password *******
Traceback (most recent call last):
File "/home/danny/main.py", line 9, in
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'
All reactions