eatyourbaby / qgis-arm64-apple

QGIS on Apple Silicon
18 stars 0 forks source link

No module named 'PyQt5.QtWebKit' #4

Open MtnBiker opened 1 year ago

MtnBiker commented 1 year ago

This is great. QGIS is very slow to non-functioning with standard brew install, but your version is super fast.

The standard brew install isn't signed either, so no extra steps there.

If you are able to get back to it, here are some loading errors which probably aren't news to you.

ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

Couldn't load plugin 'go2streetview' due to an error when calling its classFactory() method

Couldn't load plugin 'qgis-maptiler-plugin' due to an error when calling its classFactory() method

Couldn't load plugin 'StreetView' due to an error when calling its classFactory() method

eatyourbaby commented 1 year ago

For your specific issue, I can try to look into it if I were to build another release, but I can't make any promises because QtWebkit has been deprecated for years. It's a miracle that it can be patched to work on arm64. QGIS desperately needs to migrate away from it.

This project started off as a proof of concept. I don't have time to maintain this for every QGIS version, and I was hoping the official maintainers could use this to for an official version. Since people are obviously using it without an alternative, hopefully I will have some time to do another release soon.

I'll keep this issue open for now and see if I can fix it. Thanks!