hamiltron/py-simple-audio

Issue while installing module on Zorin Lite (Linux)

porplax opened this issue · 1 comments

Hello! I'm using your module for a tkinter project I'm doing. Named "Potion", However I'm geting errors when installing simpleaudio.
simpleaudi
I've followed the Installation guide at
https://simpleaudio.readthedocs.io/en/latest/installation.html#installation-ref
Is there a way to fix this?

It looks like you don't have permissions to update packages for the system Python installation and it's trying to install the package to some sort of 'user-local' package location. Further, it seems there's an issue with the package build in that specific case. If you just need to the package installed and it's OK to have it in the system Python packages, try using sudo (assuming you have sudo privileges) with the package install command.