-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception has occurred: ModuleNotFoundError No module named 'undetected_chromedriver.v2' #140
Comments
solved with replacing it
but another issue: |
remove specific version info in requirements.txt and install the libraries again worked well for me |
I just git clone the repo and remove the version in the requirements and update the quickstart.py then when i run it, it shows this error from the session.py
|
Go to session.py and change value of uc.Chrome(options=options) by
But, you have to update thoses packages in requirements.txt: selenium==4.11.2 Relaunch the program one time and check the version in the console and replace it |
Hey I am having the same error too how do i fix it ? I tried changing the value of chrome by putting |
hey how do you fix this issue i get the same thing ModuleNotFoundError: No module named 'undetected_chromedriver.v2' |
@currygotgame you have to only delete v2 and it gonna work |
Some help with this Exception ignored in atexit callback: <function Session.init..cleanup at 0x000001DD04E93E20> |
try this |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
No module named 'undetected_chromedriver.v2'
File "/home/dongwook/Project/TinderBotz/tinderbotz/session.py", line 4, in
import undetected_chromedriver.v2 as uc
File "/home/dongwook/Project/TinderBotz/tinderbotz/init.py", line 1, in
from tinderbotz.session import Session
File "/home/dongwook/Project/TinderBotz/quickstart.py", line 5, in
from tinderbotz.session import Session
ModuleNotFoundError: No module named 'undetected_chromedriver.v2'
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: