-
I also encountered the same problem, but I didn't solve it. How did you solve it later? |
Beta Was this translation helpful? Give feedback.
Answered by
biglimp
Jun 5, 2023
Replies: 1 comment 7 replies
-
Try by updating QGIS and UMEP. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the thing: In Windows you also have a User-folder (C:\Users). In there you have a folder (C:\Users\your_username\AppData\Roaming\Python\Python39) where python-packages also can be located, especially if you dont have admin rights on your computer. When you install UMEP we put python packages in this location using e.g.
python -m pip install numpy -U --user
. Otherwise, people with non-admin rights would not be able to install and/or update packages. If you dopip uninstall numpy
it might just happen that you uninstalled one of the two numpy packages and end up with version conflicts.As I mentioned, the new version of UMEP now works with the numpy installation that comes with OSGeo.