YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

No module named 'undetected_chromedriver._compat'

Open MiChaelinzo opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

  • [X] bug report
  • [ ] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

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'

MiChaelinzo avatar Jun 08 '23 01:06 MiChaelinzo

Is there an existing issue for this?

  • [x] I have searched the existing issues

I'm submitting a ...

  • [x] bug report
  • [ ] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

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!

djchamike avatar Jun 14 '23 21:06 djchamike

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.

eugenee93 avatar Aug 05 '23 12:08 eugenee93