You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this doesn't happen with the stable build because we install beets==2.0.0 with the same pip command as beetcamp and so it finds an older version of beetcamp that's compatible
#10 33.37 INFO: pip is looking at multiple versions of beetcamp to determine which version is compatible with other requirements. This could take a while.
#10 33.37 Collecting beetcamp
#10 33.50 Downloading beetcamp-0.19.2-py3-none-any.whl.metadata (15 kB)
Whereas with nightly we build beets from source, then install beetcamp afterwards.
We could remove it entirely, or we could pin it to 0.19.2 until upstream is fixed, which might be preferable.
Pushed a new build with beetcamp pinned to the previous version so it won't try and force an old beets install. Will revisit once beetcamp fix their requirements.
Is there an existing issue for this?
Current Behavior
Beets
2.0.0
is downgraded to1.6.0
Expected Behavior
Beets
2.0.0
is installedSteps To Reproduce
nightly
branchEnvironment
CPU architecture
x86-64
Docker creation
Container logs
https://ci.linuxserver.io/blue/organizations/jenkins/Docker-Pipeline-Builders%2Fdocker-beets/detail/nightly/1390/pipeline/155/#step-166-log-734
Upstream package reqs: https://github.com/snejus/beetcamp/blob/main/pyproject.toml#L30
The text was updated successfully, but these errors were encountered: