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

ImportError: cannot import name 'Mapping' from 'collections' #65

Open
sohancoder opened this issue Jun 1, 2023 · 0 comments
Open

ImportError: cannot import name 'Mapping' from 'collections' #65

sohancoder opened this issue Jun 1, 2023 · 0 comments

Comments

@sohancoder
Copy link

This error showing every time when I try to log in.

File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Scripts\datacamp.exe_main
.py", line 4, in
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\site-packages\datacamp_downloader_init
.py", line 3, in
from .session import Session
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\site-packages\datacamp_downloader\session.py", line 6, in
import undetected_chromedriver.v2 as uc
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver_init_.py", line 31, in
from . import v2
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\v2.py", line 21, in
from .cdp import CDP
File "C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\cdp.py", line 6, in
from collections import Mapping, Sequence
ImportError: cannot import name 'Mapping' from 'collections' (C:\Users\HabibSohan\AppData\Local\Programs\Python\Python311\Lib\collections_init_.py)

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

1 participant