open-chat-video-editor icon indicating copy to clipboard operation
open-chat-video-editor copied to clipboard

windows install about numpy Version incompatibility

Open zhanghongyong123456 opened this issue 2 years ago • 3 comments
trafficstars

image

zhanghongyong123456 avatar May 11 '23 09:05 zhanghongyong123456

same problem, any solutions?

RayDean avatar May 13 '23 13:05 RayDean

Hello,Mybe You Can Try This my_str = str(4.5)

print(my_str)

print(type(my_str)) Or

import numpy as np

num = np.int(7)

Because Int Is Not Use In Numpy

j4acks0n avatar May 13 '23 19:05 j4acks0n

numpy1.24 removed support for the numpy.complex type, you can downgrade to 1.23 by running pip install numpy==1.23.5.

sudofeng avatar May 23 '23 07:05 sudofeng