How can I uninstall the existing version of module | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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".

7th Aug 2020, 3:57 AM
Mohit
Mohit - avatar
1 Answer
+ 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.
7th Aug 2020, 5:08 AM
Maninder $ingh
Maninder $ingh - avatar