Installation error #258
-
Hello! I am trying to install locally FORCE, but at the final step I get this error despite all the dependencies, including landsatlinks, have been previously installed:
Any suggestion about how to fix this issue? Thanks! Chiara |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi Chiara, FORCE requires several dependencies to be installed, see here: https://force-eo.readthedocs.io/en/latest/setup/depend.html We strongly reccomend using the pre-built docker images for FORCE. That way you don't have to worry about any dependencies and can be sure you have a properly set up environment. Stefan |
Beta Was this translation helpful? Give feedback.
-
pip might have installed landsatlinks to a location that is not in the PATH variable. If this is the case, you need to add that path to $PATH. |
Beta Was this translation helpful? Give feedback.
-
I am not very used to bash scripting, I have tried this, but unsuccesfully `chiara@DESKTOP-KHATE8I:
|
Beta Was this translation helpful? Give feedback.
pip might have installed landsatlinks to a location that is not in the PATH variable.
If this is the case, you need to add that path to $PATH.