jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
651 stars 150 forks source link

any shared win prebuilt monotonic_align? #45

Open xwaeaewcrhomesysplug opened 3 years ago

xwaeaewcrhomesysplug commented 3 years ago

got this error: (Hifigan384test) D:\Coding\PYFastCache\PYVenv\Hifigan384test\glow-tts-master\monotonic_align>python setup.py build_ext --inplace running build_ext building 'monotonic_align.core' extension error: Unable to find vcvarsall.bat

Yes,i know it is probably because cpython or msvc. and Yes,I had installed cpython with pip but It uses prebuilt binary.

So,it can be deduced that it is MSVC setups problem.and yes,I have that file but adding it to pth does not seems to work.

(Hifigan384test) D:\Coding\PYFastCache\PYVenv\Hifigan384test\glow-tts-master\monotonic_align>set PATH=%PATH%;F:\Win10\vsresource\win10maylatestsdksuggestbyvsessence\VC\Auxiliary\Build

(Hifigan384test) D:\Coding\PYFastCache\PYVenv\Hifigan384test\glow-tts-master\monotonic_align>python setup.py build_ext --inplace
running build_ext
building 'monotonic_align.core' extension
error: Unable to find vcvarsall.bat

So,anyone have those prebuilt binaries,Win10,64bit here.Thank you very much.

Kreevoz commented 3 years ago

You can try mine, I'm running on W10 64bit too. I've zipped you the folder in question:

https://www.dropbox.com/s/4qbzqa7ba06vnaa/monotonic_align.zip?dl=1

xwaeaewcrhomesysplug commented 3 years ago

Thank you very much.I will try it.^^