piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: sigmadsp #283

Closed elagil closed 2 years ago

elagil commented 2 years ago

Package name

sigmadsp

Package version

1.0.4

PyPI URL

https://pypi.org/project/sigmadsp/

piwheels URL

https://www.piwheels.org/project/sigmadsp/

Python version

I am the maintainer

More information

As of version 1.0.4 of my package, I can build the package, including the wheel, on Raspberry Pi by means of:

python3 -m build

What is causing the build to fail on piwheels?

Thanks in advance!

elagil commented 2 years ago

I just noticed a very similar issue (versioneer related): https://github.com/piwheels/packages/issues/227

and fixed my build accordingly. It builds now :)