TRoboto / datacamp-downloader

Download your completed courses on Datacamp easily!
MIT License
178 stars 52 forks source link

ModuleNotFoundError, but referred module is installed #66

Open andr3wPex opened 1 year ago

andr3wPex commented 1 year ago

datacamp --help Traceback (most recent call last): File "/Users/..../.pyenv/versions/3.11.4/bin/datacamp", line 5, in from datacamp_downloader.downloader import app File "/Users/..../.pyenv/versions/3.11.4/lib/python3.11/site-packages/datacamp_downloader/init.py", line 3, in from .session import Session File "/Users/..../.pyenv/versions/3.11.4/lib/python3.11/site-packages/datacamp_downloader/session.py", line 6, in import undetected_chromedriver.v2 as uc ModuleNotFoundError: No module named 'undetected_chromedriver.v2'

Istiaq-Fuad commented 1 year ago

solved this by changing "import undetected_chromedriver.v2 as uc" to "import undetected_chromedriver as uc"

andr3wPex commented 8 months ago

Hi, I am still having this issue. Thanks