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

ModuleNotFoundError #70

Open
BaolahyJosaphat opened this issue Nov 9, 2023 · 2 comments
Open

ModuleNotFoundError #70

BaolahyJosaphat opened this issue Nov 9, 2023 · 2 comments

Comments

@BaolahyJosaphat
Copy link

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

@Spymik
Copy link

Spymik commented Nov 9, 2023

Try:
pip uninstall undetected_chromedriver

@BaolahyJosaphat
Copy link
Author

Thank you. It works, but I cant login, even set my token. I receive
ERROR: Binary Location Must be a String
Thank you

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

2 participants