Closed pacs27 closed 2 years ago
Pathlib is a standard library in python since version 3.4 so it does not have to be installed. It does not make sense to use earlier versions of python as the libraries used are not compatible.
Also, when installing pathlib with virtualenv I get the following error:
Collecting pathlib
Using cached pathlib-1.0.1.tar.gz (49 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/private/tmp/pip-install-phjjl5kw/pathlib_08ce30b937cf43a4b5a710a89135a38e/setup.py",
Thanks for this looks good
A bug appears when using panda versions earlier than 1.4.0. The error appears when running irrigation method 3 (shedule).
I was following the example number 2. Estimation of irrigation water demands
The error log is:
Maybe this error has to do with the bug 42921 that was fixed in pandas version 1.4.