Hello Bastian!
Sorry for not being very clear in the answer.
Numba has problems that have already been reported in this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008522
Even try to install numba on your machine. In mine and some people I ask for the test: .
It is roughly saying that only compatible with versions < python 3.10 but even if python 3.9 is installed, it gives the same error. Correct me if I'm wrong)
A newer version already exists in the project's official repository.
https://github.com/numba/numba/releases/tag/0.55.1
############################################## ######################
But here's a problem:
In the debian repositories, the most current version is
V0.52.0-5: https://tracker.debian.org/media/packages/n/numba/changelog-0.52.0-5
In salsa the Debian Science Team, is already in the newest version:
V(0.55.0) https://salsa.debian.org/science-team/numba/-/blob/debian/master/debian/changelog
I don't know why it hasn't moved up to Debian yet. But I suspect. which is related to libtbb-dev (>= 2021.4.0).
Because in debian it exists, in the lower version. https://tracker.debian.org/pkg/tbb 2020.3-1:.
I think for this reason they are breaking from the CI test https://salsa.debian.org/science-team/numba/-/pipelines/341420
There is even a new version of TBB
https://github.com/oneapi-src/oneTBB/releases/tag/v2021.5.0.
############################################## ###################
In short:
From what I understand, I would have to update the TBB, then upload this new version, making a new packaging.
Nilson F. Silva
De: Bastian Germann <bage@debian.org>
Enviado: quarta-feira, 29 de junho de 2022 15:49 Para: 968467@bugs.debian.org <968467@bugs.debian.org> Assunto: Bug#968467: Control: retitle -1 ITP: librosa -- module for audio and music processing
On Mon, 27 Jun 2022 13:42:38 +0000 Nilson Silva <nilsonfsilva@hotmail.com> wrote: > I already made the package However it is depending on the latest version of "numba" which is still in progress! setup.py has install_requires: numba >= 0.45.1 options.extras_require: docs = numba < 0.50 Debian has 0.55.1. Are you sure with your claim? Maybe this needs an older version... |