Unable to install any packages/plugins in current bundle
See original GitHub issue🐛 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:
Issue Analytics
- State:
- Created 2 years ago
- Comments:32 (31 by maintainers)
Top Results From Across the Web
Symfony 4 composer: unable to install bundle - Stack Overflow
Basically, you marked both your packages (your main project and rest-api-bundle) as replacements to symfony/polyfill-*. It's unclear to me why - ...
Read more >[chimerax-users] Errors hold when Plugin a bundle into ...
Hi Yongcheng, · ChimeraX is just using pip to install your DLStudio wheel file and pip · sees that it lists a dependency...
Read more >192623 – Log message "Could not install bundle ... has ... - Bugs
MESSAGE Could not install bundle plugins/javax.servlet_2.4.0.v200705291052.jar Bundle "javax.servlet" version "2.4.0.v200705291052" has already been installed ...
Read more >Python Requirements - Serverless Framework: Plugins
Serverless plugin to bundle Python packages ... $HOME/.ssh/known_hosts file, as the install process will fail otherwise due to host authenticity failure.
Read more >"Unable to locate package" while trying to install ... - Ask Ubuntu
Make sure you have enabled Ubuntu repositories: To enable all repositories ( main , universe , restricted , multiverse ), use the following...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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