hueychen27

Results 18 comments of hueychen27

Install `golang-1.21-go` That fixed the issue for me

Use this command: `sudo apt install boxes` You just didn't install boxes.

You could use `pip3 install boxes` if you want to install with the Python package manager.

The easiest way is to uninstall the pip3 version of boxes is to instead use the apt version. Use, `pip3 uninstall boxes && sudo apt install boxes`. That worked for...

That means you don't have boxes installed with pip3. `Skipping boxes as it is not installed` So you can use `sudo apt install boxes` instead.

Install `aplay`

Installing `aplay` worked for me. I had `sox` installed but it didn't work.

Will this be added to the `addons.json` file so that we can keep these settings in the file too?