Skip to content

Install PaddleSpeech in python3.9 on windows without anything about visual studio.

License

Notifications You must be signed in to change notification settings

EscaticZheng/ps3.9wheel-install

Repository files navigation

ps3.9wheel-install

Install PaddleSpeech in python3.9 on windows without anything about visual studio.

Usage

First, you need install paddlepaddle.
Then

pip install llvmlite-0.39.1-cp39-cp39-win_amd64.whl  
pip install numpy-1.23.5-cp39-cp39-win_amd64.whl  
pip install numba-0.56.4-cp39-cp39-win_amd64.whl  
pip install scipy==1.10.0                       #the whl is bigger than 25MB, so can't upload to repository 
pip install scikit_learn-1.2.1-cp39-cp39-win_amd64.whl  
for %x in (*.whl) do pip install %x             #install all the other packages

Finally, install paddlespeech, you will find no more source code compile which needs VISUAL STUDIO!

About

Install PaddleSpeech in python3.9 on windows without anything about visual studio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published