When I trying to install this extension, I get this error:
Building wheels for collected packages: pyspotify
Building wheel for pyspotify (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyspotify (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
running bdist_wheel
running build
running build_py
running egg_info
writing pyspotify.egg-info/PKG-INFO
writing dependency_links to pyspotify.egg-info/dependency_links.txt
writing requirements to pyspotify.egg-info/requires.txt
writing top-level names to pyspotify.egg-info/top_level.txt
reading manifest file 'pyspotify.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory '.github'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'examples/tmp'
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution
adding license file 'LICENSE'
running build_ext
generating cffi module 'build/temp.linux-aarch64-3.9/spotify._spotify.c'
building 'spotify._spotify' extension
error: command 'aarch64-linux-gnu-gcc' failed: No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyspotify
Failed to build pyspotify
ERROR: Could not build wheels for pyspotify, which is required to install pyproject.toml-based projects
I am installing it on a Odroid HC4 with bullseye version
Thank you.
Building wheels for collected packages: pyspotify
Building wheel for pyspotify (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyspotify (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
running bdist_wheel
running build
running build_py
running egg_info
writing pyspotify.egg-info/PKG-INFO
writing dependency_links to pyspotify.egg-info/dependency_links.txt
writing requirements to pyspotify.egg-info/requires.txt
writing top-level names to pyspotify.egg-info/top_level.txt
reading manifest file 'pyspotify.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory '.github'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'examples/tmp'
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution
adding license file 'LICENSE'
running build_ext
generating cffi module 'build/temp.linux-aarch64-3.9/spotify._spotify.c'
building 'spotify._spotify' extension
build/temp.linux-aarch64-3.9/spotify._spotify.c:569:10: fatal error: libspotify/api.h: No such file or directory
569 | #include "libspotify/api.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyspotify
Failed to build pyspotify
ERROR: Could not build wheels for pyspotify, which is required to install pyproject.toml-based projects
but you are trying to install some software that is not part of our catalogue. I mean, you are doing it manually, Isn’t it? You are not using dietpi-software?