Open TharinduPDeAlwis opened 9 months ago
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
same for me.
Get the issue when import algorithms.
from neupy import algorithms
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)