To install PyAudio, visit the website https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio and download the appropriate version for your system. Once the download is complete, navigate to the location of the downloaded file and install it using the command “pip install path/to/downloaded/file.whl”. This should install PyAudio and it should start working. If you encounter any issues during the installation process, you may need to troubleshoot and resolve them before proceeding.
Steps to install PyAudio in a right way

To install PyAudio using the wheel file from the website you provided, you will need to first download the file. You can do this by clicking on the link and then selecting the appropriate version of the file for your system (make sure to select a version that is compatible with your version of Python).
Once the file has been downloaded, you can use pip to install it. Open a terminal and navigate to the directory where you downloaded the file. Then, run the following command:
Copy codepip install path/to/PyAudio-0.2.11-cp37-cp37m-win_amd64.whl
Replace “path/to/PyAudio-0.2.11-cp37-cp37m-win_amd64.whl” with the actual path and file name of the wheel file that you downloaded.
This should install PyAudio and it should start working. If you encounter any errors or issues during the installation process, you may need to troubleshoot the problem or try a different version of the wheel file.
GIPHY App Key not set. Please check settings