UMEP-dev / UMEP

Urban Multi-scale Environmental Predictor
https://umep-docs.readthedocs.io/
59 stars 15 forks source link

Error installing umep for processing #557

Closed AlexKDo closed 2 months ago

AlexKDo commented 9 months ago

Helloo.

I had to format my pc so I had to download and reinstall everything. I downloaded the latest qgis version and installed umep + umep for processing. I installed manually all missing python libraries but still got a problem. I attache to image file. Thanks image

j3r3m1 commented 9 months ago

What version of numba and numpy do you use ? It seems they have to be updated.

j3r3m1 commented 2 months ago

I consider it solved. Feel free to reopen if not the case

AlexKDo commented 2 months ago

Hello! I didnt solve the problem i just abandonded it.. But I would like to use UMEP again and I am facing the same problem. I am using QGIS version 3.32.3

j3r3m1 commented 2 months ago

I think it is due to a numba / numpy version that are in conflict. Can you please tell us the numpy and numba versions ? I suppose you have installed missing libraries using pip ? If so can you open a Python console in QGIS (Plugin -> Python console) and then type:

import pip
pip.main(["show", "numpy"])

and then report to us the version of numpy it returns. And same for numba:

pip.main(["show", "numba"])
AlexKDo commented 2 months ago

numba   numoy version version

j3r3m1 commented 2 months ago

It seems to be the same as #543. You should install a lower version of numpy. In the same python console can you do:

pip.main(["install", "numpy==1.23.3"])

And then after it runs reopen QGIS.

AlexKDo commented 1 month ago

Hello I uninstalled and reinstalled umep from zip file see here: https://github.com/UMEP-dev/UMEP/discussions/514#discussioncomment-9506804 No erroes occur while opening qgis. i will make some tests and if anything occur I will post it again. Thank you!