When installing some libraries (numpy, cython, cymem) using pip, I get an error during the installation process that says:
AttributeError: module 'collections' has no attribute 'Iterable'
Why does this happen, and how can I make these libraries install properly?
collections.Iterable is deprecated. Replace it with collections.abc.Iterable.
See this answer for compatibility : https://stackoverflow.com/a/53978543/13369176
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With