launching QGIS with UMEP returns ValueError: failed to parse CPython sys.version #583
Replies: 11 comments
-
I see that you are using Anaconda. We have had multiple issues regarding the combined use of Anaconda and QGIS. For example, look here. Also, try to search for old (open and closed) issues where people have tried to get similar setup as yours to work. |
Beta Was this translation helpful? Give feedback.
-
@biglimp |
Beta Was this translation helpful? Give feedback.
-
ok, I see. Then I suggest that you have a look on what pandas version that you have as that seems to be the issue. @j3r3m1 and @sunt05, do we have any version requirements for pandas in Supy or URock? |
Beta Was this translation helpful? Give feedback.
-
No specific requirement from the For this particular error, it looks to be a bug in the Anyway, I would discourage the use of |
Beta Was this translation helpful? Give feedback.
-
I would go for a reinstallation of your anaconda version and create a clean environment dedicated to QGIS related calculations. |
Beta Was this translation helpful? Give feedback.
-
Reading this line it seems there is an issue related to the use of pandas in URock. I look at that. What is your pandas version ? |
Beta Was this translation helpful? Give feedback.
-
I changed the version of the pandas package from 2.0.0 to 1.5.3. I now have another bug that seems to be related to numpy. I'm using numpy version 1.23.4.
|
Beta Was this translation helpful? Give feedback.
-
the issue lies in the |
Beta Was this translation helpful? Give feedback.
-
Dear all, I finally managed to use UMEP in a 100% python environment by carrying out the following steps:
Below is the script corresponding to the addition of the paths required for my installation to work. This may not be the only method but it works for me.
Best regards |
Beta Was this translation helpful? Give feedback.
-
@simonmarti1992 , would it be ok to transfer this to Discussions so that others can see your set up? |
Beta Was this translation helpful? Give feedback.
-
@biglimp, of course, no problem |
Beta Was this translation helpful? Give feedback.
-
Hello everyone
I encounter a bug when I try to install the plugin when launching qgis. Here is the error message obtained:
Here are some infos concerning my conda environment
Beta Was this translation helpful? Give feedback.
All reactions