-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to install Itzi, how to install Itzi in 2023? #107
Comments
hi @JSUNFGH GRASS 7.8.6 (xxx):~ > itzi run -h positional arguments: optional arguments: I am going to give a try to run a simulation tomorrow to see if everything works ok. By the way I am running linux ubuntu 18 lts. |
Thank you @geoendemics for your reply. I don't think we have the same errors. Python 2.7 is not an issue for me. I installed my system fresh and are running Python 3.10.12. Still, I think it's strange that you are able to install Itzi via building 'itzi.flow' extension note: This error originates from a subprocess, and is likely not a problem with pip. I don't know for sure what it means. It seems to be some incorrect syntax in |
errata: I got it working on ubuntu 18 lts @JSUNFGH . g.region -p [input] [output] [statistics] precipitation is 150mm in 3 hours. |
@geoendemics I guess that negative dt might occur in case of numerical instabilities, where dt tends to zero. You should try to resolve those instabilities. |
I would like to do so. But as I said I am new to itzi. Although eager to learn about it. Do you have some more descriptive documentation so I can start looking for answers? such as numerical instabilities, max size allowed for calculation areas and so on I would appreciate any hints. Best regards |
@geoendemics you might find some answers in the FAQ |
@geoendemics Thanks for the hint; I will try Ubuntu 18.04 LTS with GRASS 7.8.6 an Python 3.6.9 as well. |
@geoendemics I finally had time to also try Ubuntu 18.04 LTS and that did the trick for me too. I now have Itzi 20.5 (master version) running without problems under Grass GIS 7.8.6.1 with Python 3.6.9. Seems to me like incompatibilities with newer Linux/Grass/Python versions, as mentioned above. Other versions (dev, forks) are still not working. That will be my next step: trying to get dev version or the itzi2D fork (https://github.com/febex2008/itzi2D) to work as they have important bug corrections implemented that haven't made it to the master version yet. For anyone else having troubles installing Itzi nowadays, this is what I did. Maybe it can help you.
|
Hello, I've been using Itzi for some years now, mostly without problems. But now, after several days of trying I'm stuck. I wanted to install Itzi to a new system with better CPU and more RAM but, but I'm not able to do this, getting constant errors. I've tried the following on four different systems, using Linux Mint 21.2, Kubuntu 22.04, Ubuntu 22.04 with Grass Gis 8.2.1 and 7.8.7. The errors are basically the same on all systems. Here is what I tried and the errors I got:
python3 setup.py install --user
(as suggested on https://itzi.readthedocs.io/en/latest/installation.html#installation-for-a-single-user) resulting in error: Itzi_Install_Log_1.txtsudo pip install itzi
(as suggested on https://itzi.readthedocs.io/en/latest/installation.html#installation-for-all-users) resulting in error: Itzi_Install_Log_2.txtsudo python3 setup.py build
undsudo python3 setup.py install
and building already resulted in error: Itzi_Install_Log_3.txtIn years before
sudo pip install itzi
always worked for me. What am I doing wrong? @lrntct: How can I install Itzi in 2023? Please help, I need Itzi for an ongoing project. Thank you.The text was updated successfully, but these errors were encountered: