mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

Compiling for nanoPi M4 (AArch64) – How? #56

Closed Wookbert closed 3 years ago

Wookbert commented 3 years ago

I'm trying to install mopidy-local on my FriendlyARM nanoPi M4 via python3 -m pip install mopidy-local but get the following compilation error. Any ideas how to fix this?

image

Same problem when compiling mopidy-headless:

image

Thanks in advance.

dz0ny commented 3 years ago

You are missing development libraries (apt install python3-dev build-essential). Also, look at https://discourse.mopidy.com/t/pyspotify-not-working-on-raspberry-pi-4-arm64-architecture/3885/8 if you plan to install Spotify.

Wookbert commented 3 years ago

@dz0ny Thanks for your swift reply. I've meanwhile been able to install mopidy-local and mopidy-headless, except for a minor error (below in red) on the latter:

image

Problem now is that the server no longer starts (see below). Probably some config issues. Any hints?

image

dz0ny commented 3 years ago

Please post these to discourse, or you might already find the answer there. Now to the issue, you are still missing some build dependencies (apt build-dep mopidy... should install proper deps if you have apt repo set). For config it looks like you added ; somewhere you should not.