I am trying to go live with my project and I am using PyAudio in it. I know that pyaudio requires port audio and it needs to be installed. All the requirements have been installed and pyaudio also installs successfully but when I try to execute the piece of code which uses pyaudio, I get the following error
Could not find PyAudio; check installation
In the traceback we can see the following piece of code
import pyaudio
except ImportError:
raise AttributeError("Could not find PyAudio; check installation")
The website is being hosted at web faction.