ModuleNotFoundError: No Module Named "undetected_chromedriver"
111 views
Skip to first unread message
Russ D
unread,
Oct 12, 2023, 10:58:39 PM10/12/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hello everyone,
I'm using Python 3.11, Chromedriver 117, Selenium 4.14 on an Ubuntu 22.0.4 ARM64.
I got an error message stating that there is no module named "undetected_chromedriver" even though I have successfully installed "undetected_chromedriver" and imported it in my python code. The error message is attached.