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
Very helpful! I'm facing the following error. How to manage?
Traceback (most recent call last):
File "/home/baolahy/envdatacamp/bin/datacamp", line 5, in
from datacamp_downloader.downloader import app
File "/home/baolahy/envdatacamp/lib/python3.10/site-packages/datacamp_downloader/init.py", line 3, in
from .session import Session
File "/home/baolahy/envdatacamp/lib/python3.10/site-packages/datacamp_downloader/session.py", line 6, in
import undetected_chromedriver.v2 as uc
ModuleNotFoundError: No module named 'undetected_chromedriver.v2'
Thank you
The text was updated successfully, but these errors were encountered:
Very helpful! I'm facing the following error. How to manage?
Traceback (most recent call last):
File "/home/baolahy/envdatacamp/bin/datacamp", line 5, in
from datacamp_downloader.downloader import app
File "/home/baolahy/envdatacamp/lib/python3.10/site-packages/datacamp_downloader/init.py", line 3, in
from .session import Session
File "/home/baolahy/envdatacamp/lib/python3.10/site-packages/datacamp_downloader/session.py", line 6, in
import undetected_chromedriver.v2 as uc
ModuleNotFoundError: No module named 'undetected_chromedriver.v2'
Thank you
The text was updated successfully, but these errors were encountered: