01
01 copied to clipboard
cant install pip simpleaudio
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for simpleaudio
Running setup.py clean for simpleaudio
Failed to build simpleaudio
ERROR: Could not build wheels for simpleaudio, which is required to install pyproject.toml-based projects
same problem on Ubuntu
sudo apt-get update
sudo apt-get install libasound2-dev
first do this and then try installing simpleaudio This worked for me. might work for you
@Greatwisdom95 Can you include what OS and architecture you are on?