Closed Gipers closed 1 year ago
have you installed all requirements for pyopenjtalk C/C++ compilers (to build C/C++ extentions) cmake *cython
I tried to check for all of those requirements and seems i'm not missing any of those, since i can get their version number.
Requirement already satisfied: cython in [c:\users\pc\appdata\local\programs\python\python37\lib\site-packages](file:///C:/users/pc/appdata/local/programs/python/python37/lib/site-packages) (0.29.34)
Requirement already satisfied: cmake in [c:\users\pc\appdata\local\programs\python\python37\lib\site-packages](file:///C:/users/pc/appdata/local/programs/python/python37/lib/site-packages) (3.26.1)
PS D:\stuffs\Proj\proj\vits-finetuning> gcc --version
gcc.exe (Rev10, Built by MSYS2 project) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PS D:\stuffs\Proj\proj\vits-finetuning> g++ --version
g++.exe (Rev10, Built by MSYS2 project) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You could try installing the pre-compiled wheel file for Windows. https://drive.google.com/drive/folders/1n6h7fSE2D04C1jyoWVLbtn0d1r8iH7tl?usp=sharing
Hi, i was be able to run perfectly fine in Google colab, but now i'm trying to run this on my local-pc. I found an error on pyopenjtalk, do you have any think in mind why i got this error ? Is it possible to run this trough VSCode? or Should i use Anaconda instead, Thank you very much !