Open jpgallegoar opened 1 month ago
@jpgallegoar Did you get mimictalk running on windows?
No, had many issues trying to install mmcv and finally gave up
@jpgallegoar
mmcv is easy to install. I actually installed easily but facing another problem during inference https://github.com/yerfor/MimicTalk/issues/10
No, had many issues trying to install mmcv and finally gave up
Yeah same here, the one I was never able to get past, after fixing the other 10+ issues was this one here.
copying mmcv\ops\csrc\pytorch\npu\voxelization_npu.cpp -> build\lib.win-amd64-3.10\mmcv\ops\csrc\pytorch\npu running build_ext error: [WinError 2] The system cannot find the file specified [end of output]
shame, I really wanted to try this out.
Pip install numpy<1.24 and pip install cython before installing requirements
Submitted PR