-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install fails on Ubuntu with 3.10 #1
Comments
Thank you for reporting the issue. This seems quite strange, since I have developed the plugin on Ubuntu 18.04 and have same Qt and QGIS versions. When using pyrcc5 all |
@Joonalai |
That's odd... Can you check if the version from QGIS Plugins Repository works if installed trough QGIS? |
@Joonalai |
Alright, I will further investigate this. |
I get the same result
Ian
…On Wed, 15 Jan 2020 at 13:56, Joonalai ***@***.***> wrote:
That's odd... Can you check if the version from QGIS Plugins Repository
<https://plugins.qgis.org/plugins/GlobeBuilder/> works if installed
trough QGIS?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AAA55IKGBCQNGJM2YHH3PA3Q54IYLA5CNFSM4KG7PX42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAMKBY#issuecomment-574670087>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA55INJ7KCWRVOLEKPHJU3Q54IYLANCNFSM4KG7PX4Q>
.
--
Ian Turton
|
Just got the same from the qgis plugin repo. Windows 10, qgis 3.10 plugin version lists as 0.3.0 |
I have tried installing the plugin with numerous different QGIS 3.x versions both on Ubuntu and on Windows. I even installed all the plugins mentioned in the Environment of the issue but I still cannot reproduce the bug and it works normally. Have you had previously (or still) QGIS 2.x installed on the same machine? It seems that this error is mainly occurring when migrating plugins from QGIS 2 to QGIS 3 environment. |
Nope, I've had 3.4 and upgraded from there to 3.8 then 3.10. This was a new laptop in September last year. 99.9% sure I never installed any of the 2 line on here. |
@Joonalai |
In case it helps narrow things down the full text of the error I see: Click to expand!
|
I finally managed to replicate the issue. After restarting the QGIS profile with all the plugins described in the Environment installed I got the same error even though the |
It seems that this issue is not fixed after all. I got reporting of the case where this issue occurs with the Globe Builder 0.5.0 with two other plugins installed: qgis2web and OSMDownloader. After experimenting with this I got the same exception: Click to expand!
Here the most significant part is:
So it seems that other plugin (here qgis2web) is affecting loading of Globe Builder somehow. This can be found also in @emilyselwood's traceback. I found a temporary fix to this:
Hope this helps. I will investigate the reason behind this a little later. |
@ianturton I also noticed plugin isochrones to cause this issue. Solution above. |
This might not be relevant anymore now that #13 is closed. Needs testing. |
Apparently qRegisterResourceData(int, bytes, bytes, bytese): argument 2 has unexpected type 'str' at line 440 of resources.py.
Environment
QGIS version 3.10.1-A Coruña
QGIS code revision ef24c526da
Compiled against Qt 5.9.5
Running against Qt 5.9.5
Compiled against GDAL/OGR 2.2.3
Running against GDAL/OGR 2.2.3
Compiled against GEOS 3.6.2-CAPI-1.10.2
Running against GEOS 3.7.1-CAPI-1.11.1 27a5e771
Compiled against SQLite 3.22.0
Running against SQLite 3.22.0
PostgreSQL Client Version 10.10 (Ubuntu 10.10-0ubuntu0.18.04.1)
SpatiaLite Version 4.3.0a
QWT Version 6.1.3
QScintilla2 Version 2.10.2
PROJ.4 Version 493
OS Version Ubuntu 18.04.3 LTS
Active python plugins
EasyCustomLabeling;
vrtbuilderplugin;
autoSaver;
QGIS3-getWKT;
qgis_hats;
MemoryLayerSaver;
isochrones;
firstaid;
OSMDownloader;
qchainage;
plugin_reloader;
profiletool;
polystrip;
save_attributes;
cartogram3;
Hqgis;
pluginbuilder3;
quick_map_services;
pointsamplingtool;
gml_application_schema_toolbox;
DataPlotly;
QuickWKT;
timemanager;
processing;
MetaSearch;
db_manager
The text was updated successfully, but these errors were encountered: