Block a user
AttributeError: module 'numpy' has no attribute 'complex'
I am on Linux but i had the same issue. The problem is that the NumPy version was updated and np.complex is deprecated. So just ad the older version into the requirement.txt like this:
- open…