01 icon indicating copy to clipboard operation
01 copied to clipboard

cant install pip simpleaudio

Open Greatwisdom95 opened this issue 1 year ago • 5 comments

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

Greatwisdom95 avatar Mar 22 '24 17:03 Greatwisdom95

same problem on Ubuntu

nullnuller avatar Mar 23 '24 04:03 nullnuller

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

shahdivax avatar Mar 24 '24 13:03 shahdivax

@Greatwisdom95 Can you include what OS and architecture you are on?

TashaSkyUp avatar Mar 28 '24 20:03 TashaSkyUp