yerfor/MimicTalk

Install numpy and cython before requirements.txt

Opened this issue · 4 comments

Pip install numpy<1.24 and pip install cython before installing requirements

Submitted PR

@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
#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.