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
$ 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 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'
The text was updated successfully, but these errors were encountered:
$ 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 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'
Is there an existing issue for this?
I'm submitting a ...
Description
I tried reinstalling
$ pip install undetected-chromedriver
Environment
config.json
The text was updated successfully, but these errors were encountered: