UMEP-dev / UMEP-processing

7 stars 9 forks source link

fix: Prepend user site dir to sys.path #47

Closed robertschweizer closed 7 months ago

robertschweizer commented 7 months ago

Work around https://github.com/qgis/QGIS/issues/55258

I believe this might be the reason for issues like https://github.com/UMEP-dev/UMEP-processing/issues/40 and https://github.com/UMEP-dev/UMEP-processing/issues/30.

sunt05 commented 7 months ago

@biglimp it looks we need to introduce some automatic CI/CD workflow to test the PRs and other developments (e.g. via GitHub Actions). Just a thought - this can be done in a separate thread.

biglimp commented 7 months ago

Thanks. Again, I will make same changes in https://github.com/UMEP-dev/UMEP.

robertschweizer commented 7 months ago

Thanks for merging this so quickly! Will you also release a fixed version to the QGIS plugins registry?

biglimp commented 7 months ago

Yes, I can try to do that later today.

robertschweizer commented 7 months ago

That's great, thanks a lot! @biglimp

robertschweizer commented 7 months ago

@biglimp Thanks a lot for releasing version 2.0.13 yesterday! I can see it at https://plugins.qgis.org/plugins/processing_umep/

However, my QGIS doesn't show the new version, only version 2.0.10 from September: image

Clicking "Reload Repository" and showing experimental plugins does not help.

Any idea what might be the cause? Should I open a QGIS issue about this?

biglimp commented 7 months ago

I see it. Try again. Maybe restart everything...

image

robertschweizer commented 7 months ago

Yay, I see it now as well. Maybe some cache or so that had to update. Thanks a lot again for the quick release!