Search Criteria
Package Details: python-museval 0.4.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-museval.git (read-only, click to copy) | 
|---|---|
| Package Base: | python-museval | 
| Description: | Source separation evaluation tools for Python | 
| Upstream URL: | https://github.com/sigsep/sigsep-mus-eval | 
| Licenses: | MIT | 
| Submitter: | Auerhuhn | 
| Maintainer: | Auerhuhn | 
| Last Packager: | Auerhuhn | 
| Votes: | 0 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2022-12-02 09:10 (UTC) | 
| Last Updated: | 2024-11-11 18:47 (UTC) | 
Dependencies (15)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR)
 - python
 - python-ffmpeg-pythonAUR
 - python-jsonschema
 - python-musdbAUR
 - python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
 - python-pandas
 - python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
 - python-simplejson
 - python-soundfile
 - python-build (make)
 - python-installer (make)
 - python-setuptools (make)
 - python-wheel (make)
 - python-pytest (check)
 
Required by (2)
- python-open-unmix-pytorch (check)
 - python-open-unmix-pytorch (optional)
 
Latest Comments
Auerhuhn commented on 2024-06-02 14:43 (UTC) (edited on 2024-07-05 14:28 (UTC) by Auerhuhn)
This package has outlived its usefulness. Disowning.
Update: Adopted it again because turns out it’s useful for other source separation packages, too.
Auerhuhn commented on 2024-03-06 13:16 (UTC)
Uploaded version 0.4.0-4, which should fix the issue.
Thanks @Henry-ZHR and @Potajito for the detailed reports and guidance.
Auerhuhn commented on 2024-03-06 12:59 (UTC)
@Henry-ZHR
Thanks for the pointer! The
git applydoesn’t do anything unless thesrcdirectory is outside of the AUR worktree.Building in a clean chroot can cause
srcto reside outside of the worktree, which is how I test myPKGBUILDs. This explains why I never ran into the error.I can reproduce the error on my machine now by adding
--verboseto thegit applycommand and then runningmakepkg -oCfrom the AUR worktree directly.Will provide a fix by running
git initfrom inside the extracted source tarball before runninggit apply.Henry-ZHR commented on 2024-03-06 10:11 (UTC)
https://stackoverflow.com/a/62967602
Since there is no
.gitin the src directory, the base directory will be the one of the aur package itself. So yourgit applyactually does nothing.And I'd suggest using
--verbosefor something likegit apply.Auerhuhn commented on 2024-03-05 15:16 (UTC)
Hi @Potajito,
Thanks for including the test failure.
Can you check whether
github-pr-93.patchreally applied cleanly before you started the build? That patch comes from upstream and increases theatolvalue to 0.1. In your test failure output, the value still seems to be 0.01 (1e-02).I also just double-checked and I can confirm that the test is working with
atol=0.1(1e-01).Potajito commented on 2024-03-05 15:07 (UTC)
While updating from 0.4.0-2 to 0.4.0-3 I'm getting
While running the tests. Any idea?