AttributeError: module ‘numpy’ has no attribute ‘int’


numpy.int was deprecated in NumPy 1.20 and was removed in NumPy 1.24. You can change it to numpy.int_, or just int.

Leave a Reply

Your email address will not be published. Required fields are marked *