Install numpy and cython before requirements.txt
Opened this issue · 4 comments
jpgallegoar commented
Pip install numpy<1.24 and pip install cython before installing requirements
Submitted PR
steven850 commented
@jpgallegoar Did you get mimictalk running on windows?
jpgallegoar commented
No, had many issues trying to install mmcv and finally gave up
nitinmukesh commented
mmcv is easy to install. I actually installed easily but facing another problem during inference
#10
steven850 commented
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.