-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[arm64 bundle installer] 0.5.0 artifact is 0.5.0rc0 and gives errors on macOS #165
Comments
Hm, I wonder if this is a |
Submitted fix at conda/constructor#820. We didn't see this in CI because we were already using conda to provision the constructor stack itself, which ensured ~/.conda existed. |
The macOS installers rebuilt with 3.8.1 are now available at https://github.com/napari/napari/releases/tag/v0.5.0. They still say 0.5.0rc0 but it's literally the same source. This is probably caused by pypa/setuptools-scm#521. |
But we have dropped python 3.8 support. Bundles should be build using at least python 3.9. |
3.8.1 as in |
The 0.5.0rc0 still persists and breaks the links in the quick install guide: (I can't test because I don't have admin on this laptop, I will try on personal one later-ish) |
I don't get it. If I run the workflow on dispatch for v0.5.0, I do get napari=0.5.0 (no rc). See here. Is GHA sending the wrong reference? 🤔 |
I do not see where event is propagated https://github.com/napari/napari/blob/main/.github/workflows/make_bundle_conda.yml Maybe this workflow needs to be improved? |
The propagation is implicit via
|
Here, checking the same commit directly, correctly detects 0.5.0 too. |
Committed a fix that would extra tags in a single commit, only keeping the latest one. Let's see if that helps. |
Interesting! In |
Ok, that last change fixed it:
|
0.5.0 installers are up: https://github.com/napari/napari/releases/tag/v0.5.0 I'll let someone from SC delete the 0.5.0rc artifacts from that release. |
This was reported in image.sc thread:
https://forum.image.sc/t/failed-error-message-after-installing-napari-v0-5-0rc0-installer-on-macos-arm64/99092?u=psobolewskiphd
The error log is here:
napari installation error.pdf
The text was updated successfully, but these errors were encountered: