• Joined on 2023-07-15
coeseta commented on issue lightmare/tortoise-tts#1 2023-07-15 15:48:22 +00:00
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:

  1. open…