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: #295

Open
TharinduPDeAlwis opened this issue Jan 28, 2024 · 2 comments
Open

ImportError: #295

TharinduPDeAlwis opened this issue Jan 28, 2024 · 2 comments

Comments

@TharinduPDeAlwis
Copy link

This code generated the following error in Python 3.11.

cannot import name 'MutableMapping' from 'collections' (C:\Users\talwis\AppData\Local\anaconda3\Lib\collections_init_.py)

@JulesBompard
Copy link

Same for me.
Get the issue when calling the CMAC class.

cmac = CMAC(quantization=100, associative_unit_size=32, step=0.2)

Looks like the code has the same error as described in this stackoverflow subject :

https://stackoverflow.com/questions/70870041/cannot-import-name-mutablemapping-from-collections

@wendy121620
Copy link

same for me.
Get the issue when import algorithms.
from neupy import algorithms

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

3 participants