ec-jrc / lisflood-utilities

LISFLOOD OS - Utilities
https://ec-jrc.github.io/lisflood
European Union Public License 1.2
22 stars 9 forks source link

Error installing lisflood-utilities #60

Closed EdgarEspitia closed 5 months ago

EdgarEspitia commented 5 months ago

Dear LISFLOOD development team,

I am trying to install lisflood but I got the error ERROR: Failed building wheel for lisflood-model error: subprocess-exited-with-error . The error is related to the installation of the lisflood utilities. I also have the same problem when I try to install the lisflood utilities.

I follow the quick start. The error appears right after running pip install lisflood-model.

You can have a look at the error details and the conda-pip environment here: error_installing_lisflood.txt log_installing_lisflood.txt pip_list.txt conda_list.txt

I have installed lisflood on other computers, but here I cannot find the problem. I appreciate your help.

Thanks you Best regards,

Edgar

doc78 commented 5 months ago

Dear @EdgarEspitia Can you please write more info about the system where you are having this issue? Thank you Carlo

EdgarEspitia commented 5 months ago

Dear Carlo

It is the HPC - Levante running the OS Red Hat Enterprise Linux 8.7 (Ootpa). I have installed lisflood in the same system with other accounts without problems.

Thanks Edgar

doc78 commented 5 months ago

Dear @EdgarEspitia There is a problem with some functionality deprecated in the setuptool. I will look further into it. As a temporary workaround please use the following command from within the cloned github repo folder:

pip install --use-pep517 .

(after git clone https://github.com/ec-jrc/lisflood-utilities.git) Please let me know if this solves the issue

Cheers Carlo

EdgarEspitia commented 5 months ago

It works!! Thank you very much!