enrico ferreguti
enrico ferreguti
I submitted a first Qt WebEngine implementation available from QGIS 3.36 : https://github.com/enricofer/go2streetview/tree/v10 Please test is and report bugs
Hi, you should install pyqt5 bindings for Qt WebEngine > 5.15.6 I don't know how to solve this in MacOs. In Ubuntu you should do this `sudo apt install python3-pyqt5.qtwebengine=5.15.6`...
The new plugin version is now published
@alexeygribko please share solution
Unfortunately I can't support mac os users. Maybe someone else found a solution.
https://github.com/enricofer/go2streetview?tab=readme-ov-file#v100-from-qgis-336 Il giorno mer 24 lug 2024 alle ore 12:07 sitSV ***@***.***> ha scritto: > Impossibile caricare il plugin 'go2streetview' a causa di un errore > chiamando il metodo classFactory()...
please ensure that pyqt5 QtWebEngine bindings > 5.15.6 are installed and restart QGIS https://github.com/enricofer/go2streetview?tab=readme-ov-file#v100-from-qgis-336
The only source image formats supported by the application are jpg and png. That's because the image is loaded in openlayers for registration points coupling that handles any web image...
Your problem is GDAL: https://stackoverflow.com/questions/37294127/python-gdal-2-1-installation-on-ubuntu-16-04 but even you if get it installed I'm not sure it will run on django 2. Let me now if it goes.
I suggest you the awesome tutorial from djangogirls: https://tutorial.djangogirls.org/en/django_installation/index.html (in many other languages too) Read it and then we will be able to talk about install