napari: Unable to install any packages/plugins in current bundle
🐛 Bug
Unable to install any packages/plugins in current bundle.
To Reproduce
Steps to reproduce the behavior:
- Download recent bundle build: https://github.com/napari/napari/actions/runs/988280586
- Try to install any plugins or other packages in plugins > Install/Remove plugins…
- Get the error:
error: unrecognized arguments: --upgrade
Latest version of pip has not actually removed --upgrade
so it’s unclear to me what is going on. For reference the code that is failing is here:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 32 (31 by maintainers)
Commits related to this issue
- Pin briefcase to 0.3.4 on macOS Temporary fix for #2965 — committed to jni/napari by jni 3 years ago
- Pin briefcase to 0.3.4 on macOS (#2980) * Pin briefcase to 0.3.4 on macOS Temporary fix for #2965 * Don't do anything special on mac — committed to napari/napari by jni 3 years ago
I modified the bundled files adding a
QMessageBox
and ran that on the install method inside ./Applications/napari.app/Contents/Resources/app/napari/_qt/dialogs/qt_plugin_dialog.py
Pinging @jaimergp
as noted in #3097, pinning briefcase to 0.3.1 in https://github.com/napari/napari/pull/2980 did not actually change anything about this problem, since the newer support package (with static libs) is still being used.
we’ll need to pin the support package as well, and since 3.8-b5 states that it’s the first version in static lib format, rather than binary format, we probably need to pin earlier (see here):
@goanpeca, do you have time to fix this? see #3097 … where this is still popping up
~How can I download the artifact?~
Nevermind, the browser was not scrolling down