itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks
http://neupy.com
MIT License
742 stars 160 forks source link

ImportError: #295

Open TharinduPDeAlwis opened 7 months ago

TharinduPDeAlwis commented 7 months ago

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 commented 7 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

wendy121620 commented 6 months ago

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