SCUTlihaoyu / open-chat-video-editor

Open source short video automatic generation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windows install about numpy Version incompatibility

zhanghongyong123456 opened this issue · comments

commented

image

same problem, any solutions?

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

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