+ 3
How can I uninstall the existing version of module
I want to install the latest version of PyAudio module but it will always throw an error "Cannot install 'PyAudio' it is a distutils installed project".
1 Odpowiedź
+ 1
Go to cmd.
Just run this command.
pip install PyAudio
It will automatically install the latest version of PyAudio.
But before Your python path should be in the environment variable.