Open chen3feng opened 1 month ago
项目已经四年没更新了,所以很多依赖有问题 https://github.com/minivision-ai/photo2cartoon
错误:
Exception: Not found: 'python/cv2/py.typed'
解决
pip install opencv-python==4.5.4.60 -i https://pypi.tuna.tsinghua.edu.cn/simple/
来源:https://www.cnblogs.com/xyz/p/17663903.html
AttributeError: _2D
解决:
pip install face-alignment==1.3.4
来源:https://github.com/OpenTalker/SadTalker/issues/611
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
set "KMP_DUPLICATE_LIB_OK=TRUE"
来源:https://stackoverflow.com/questions/20554074/sklearn-omp-error-15-initializing-libiomp5md-dll-but-found-mk2iomp5md-dll-a
解决完这些错误, 就能运行起来了。
项目已经四年没更新了,所以很多依赖有问题 https://github.com/minivision-ai/photo2cartoon
错误:
解决
来源:https://www.cnblogs.com/xyz/p/17663903.html
错误:
解决:
来源:https://github.com/OpenTalker/SadTalker/issues/611
错误:
解决:
来源:https://stackoverflow.com/questions/20554074/sklearn-omp-error-15-initializing-libiomp5md-dll-but-found-mk2iomp5md-dll-a
解决完这些错误, 就能运行起来了。