Skip to content
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

Installation Bug Report: Plugin Error while installation #5

Closed
makamkkumar opened this issue Jan 21, 2022 · 2 comments
Closed

Installation Bug Report: Plugin Error while installation #5

makamkkumar opened this issue Jan 21, 2022 · 2 comments
Labels
bug Something isn't working solved solved this issue

Comments

@makamkkumar
Copy link

An error occurred during execution of following code:
pyplugin_installer.instance().installPlugin('buildseg', stable=False)

Traceback (most recent call last):
File "", line 1, in
File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 333, in installPlugin
self.processDependencies(plugin["id"])
File "/usr/share/qgis/python/pyplugin_installer/installer.py", line 682, in processDependencies
dlg = QgsPluginDependenciesDialog(plugin_id, to_install, to_upgrade, not_found)
File "/usr/share/qgis/python/pyplugin_installer/qgsplugindependenciesdialog.py", line 92, in init
_make_row(data, i, name)
File "/usr/share/qgis/python/pyplugin_installer/qgsplugindependenciesdialog.py", line 63, in _make_row
widget.use_stable_version = data['use_stable_version']
KeyError: 'use_stable_version'

Python version:
3.8.10 (default, Nov 26 2021, 20:14:08)
[GCC 9.3.0]

QGIS version:
3.22.3-Białowieża 'Białowieża', 1628765ec7

Python path:
['/usr/share/qgis/python', '/home/robotics/.local/share/QGIS/QGIS3/profiles/default/python', '/home/robotics/.local/share/QGIS/QGIS3/profiles/default/python/plugins', '/usr/share/qgis/python/plugins', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/home/robotics/.local/lib/python3.8/site-packages', '/usr/local/lib/python3.8/dist-packages', '/usr/lib/python3/dist-packages', '/home/robotics/.local/share/QGIS/QGIS3/profiles/default/python', '/home/robotics/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DeepLearningTools']

@Youssef-Harby
Copy link
Member

We are working on that in the new version, thank you!

@geoyee geoyee added the bug Something isn't working label Feb 8, 2022
@Youssef-Harby
Copy link
Member

@makamkkumar
New Stable Version released yesterday with fixes #8, you can upgrade directly from QGIS
https://plugins.qgis.org/plugins/buildseg/

@Youssef-Harby Youssef-Harby added the solved solved this issue label Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved solved this issue
Projects
None yet
Development

No branches or pull requests

3 participants