As you may remember, I was successfully able to install invest on my virtual machine. Now I have no more admin rights, but I suppose the code still should work. I got now an error: pip-script.py’ is not present.
(env-invest) C:\Users\f80809100>pip install gdal==3.3.0
Script file ‘C:\Users\f80809100\AppData\Local\miniconda3\envs\env-invest\Scripts\pip-script.py’ is not present.
(env-invest) C:\Users\f80809100>gdalinfo --version
GDAL 3.5.3, released 2022/10/21
I was able to install python InVEST without any admin rights on my virtual computer.
(env-invest) C:\Users\f80809100>invest list
Available models:
annual_water_yield (hwy, awy) Annual Water Yield
carbon Carbon Storage and Sequestration
coastal_blue_carbon (cbc) Coastal Blue Carbon
coastal_blue_carbon_preprocessor (cbc_pre) Coastal Blue Carbon Preprocessor
coastal_vulnerability (cv) Coastal Vulnerability
…
add on for question 1
I realised now, that InVEST will not work, because I did not successfully installed the right GDAL version, right?
Or do you know that in the meantime InVEST is working with the newest GDAL version?