Skip to content
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

No module named 'undetected_chromedriver._compat' #558

Open
2 of 4 tasks
MiChaelinzo opened this issue Jun 8, 2023 · 2 comments
Open
2 of 4 tasks

No module named 'undetected_chromedriver._compat' #558

MiChaelinzo opened this issue Jun 8, 2023 · 2 comments

Comments

@MiChaelinzo
Copy link

MiChaelinzo commented Jun 8, 2023

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

$ python youtube_viewer.py
Traceback (most recent call last):
  File "C:\Users\micha\Documents\Youtube-Viewer\youtube_viewer.py", line 43, in <module>
    from youtubeviewer.download_driver import *
  File "C:\Users\micha\Documents\Youtube-Viewer\youtubeviewer\download_driver.py", line 29, in <module>
    import undetected_chromedriver._compat as uc
ModuleNotFoundError: No module named 'undetected_chromedriver._compat'
Screenshot 2023-06-08 145422

I tried reinstalling $ pip install undetected-chromedriver

Environment

- OS : Windows 11 Pro 64-bit (10.0, Build 22631) (22621.ni_release.220506-1250)
- Python : Python 3.11.2
- Script version : Latest version, fresh git clone

config.json

$ python youtube_viewer.py
Traceback (most recent call last):
  File "C:\Users\micha\Documents\Youtube-Viewer\youtube_viewer.py", line 43, in <module>
    from youtubeviewer.download_driver import *
  File "C:\Users\micha\Documents\Youtube-Viewer\youtubeviewer\download_driver.py", line 29, in <module>
    import undetected_chromedriver._compat as uc
ModuleNotFoundError: No module named 'undetected_chromedriver._compat'
@djchamike
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

$ python youtube_viewer.py
Traceback (most recent call last):
  File "C:\Users\micha\Documents\Youtube-Viewer\youtube_viewer.py", line 43, in <module>
    from youtubeviewer.download_driver import *
  File "C:\Users\micha\Documents\Youtube-Viewer\youtubeviewer\download_driver.py", line 29, in <module>
    import undetected_chromedriver._compat as uc
ModuleNotFoundError: No module named 'undetected_chromedriver._compat'
Screenshot 2023-06-08 145422 I tried reinstalling ` $ pip install undetected-chromedriver`

Environment

- OS : Windows 11 Pro 64-bit (10.0, Build 22631) (22621.ni_release.220506-1250)
- Python : Python 3.11.2
- Script version : Latest version, fresh git clone

config.json

$ python youtube_viewer.py
Traceback (most recent call last):
  File "C:\Users\micha\Documents\Youtube-Viewer\youtube_viewer.py", line 43, in <module>
    from youtubeviewer.download_driver import *
  File "C:\Users\micha\Documents\Youtube-Viewer\youtubeviewer\download_driver.py", line 29, in <module>
    import undetected_chromedriver._compat as uc
ModuleNotFoundError: No module named 'undetected_chromedriver._compat'

I have the same error!

@eugenee93
Copy link

Had the same error.
It´s your chrome version. Chrome was force updated to V115 and it doesn´t work right now. Try downgrading Chrome to V114 or lower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants