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
My project depends on 3rd party deps pinned to version 1.4.0.
While preparing a ARM based container image, I noticed that version 1.4.0 doesn't provide wheel so the installations takes very long.
Would it be possible to provide ARM wheels for version 1.4.0 in addition to those provided in 1.5.0?
Thanks!
The text was updated successfully, but these errors were encountered:
Basically my project depends on azure-cli (arm) [1] which is locked on pynacl v1.4.0.
Therefore the installations on arm64 takes very long to complete.
The azure-cli folks should update their dependency as we don't have the resources to support out of date versions here. Looking at that project it seems like they may have numerous out of date dependency issues, but perhaps an explicit issue or a PR modifying their dep set to upgrade to 1.5.0 would actually get merged. Good luck!
My project depends on 3rd party deps pinned to version 1.4.0.
While preparing a ARM based container image, I noticed that version 1.4.0 doesn't provide wheel so the installations takes very long.
Would it be possible to provide ARM wheels for version 1.4.0 in addition to those provided in 1.5.0?
Thanks!
The text was updated successfully, but these errors were encountered: