Hello Streamlit community,
When trying to deploy my Streamli app with streamlit sharing I get Error installing requirements.
Here’s the exact error and warning that I get:
ERROR: PyAudio-0.2.11-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
WARNING: You are using pip version 21.1.1; however, version 21.2.4 is available.
I tried to remove the PyAudio package from the requirements .
Here’s my project repository.
Any suggestions to solve this issue ?