Issues with Fiona due to conflict with existing conda environments #3785
-
Hello, I tried multiple times to run CEA and I had issues with fiona and geopandas. I installed fiona, geopandas and gdla multiple times from Terminal, but I am facing this error when uploading the shp in the dashboard.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
@Francesca1305 thank you for reporting this. Would you be able to give us more information regarding on how you have installed CEA (e.g. CEA version) and how you are using it. |
Beta Was this translation helpful? Give feedback.
-
I initially downloaded CEA from the website, but encountered errors when running the dashboard. |
Beta Was this translation helpful? Give feedback.
-
What were the errors you encountered when running the dashboard the first time? When you wrote version 3.11, did you mean CEA version 3.11 or python 3.11? |
Beta Was this translation helpful? Give feedback.
-
CEA_error.log |
Beta Was this translation helpful? Give feedback.
-
Thank you for the error log. Based on the error message, it seems to have something to do with the space in the path that is causing the installation of the environment to fail. We are fixing this and would create a new release in the next few days that should solve this issuse |
Beta Was this translation helpful? Give feedback.
It does seem like there is a conflicting conda environment in your PC that is interfering with the one that was installed.
I think what you can try to do is to delete any CEA environments you have in the conda and try installing CEA from source.
You can try running these commands to try to remove the CEA environments using the CEA console.
Then you can follow this guide in the documentation, and run the commands in the CEA console.
https://city-energy-analyst.readthedocs.io/en/latest/developer/insta…