Closed Asianfleet closed 1 year ago
I dont have exact instructions for how to resolve this on windows/wsl, but broadly speaking you will need to look into installing libglm, either via conda or your package manager, and make sure that glm/glm.hpp is in your $PATH. Glm is a strict dependency for our
It may also be worth retrying the command without changes but on our latest 1.0.4.1 version, since I updated the version of landlab we use, which could (?) resolve this.
You also have the option of trying out our rc_1.1.1 branch's MINIMAL_INSTALL variant if a version without terrain/opengl ground truth would interest you.
Installed on WSL2 a few weeks ago. Didn't encounter error1. But error 2 was solved by sudo apt-get install libglm-dev
. This type of error is usually a good case to test GPT's power... https://chat.openai.com/share/64f17f57-034b-4f00-ba2a-0a7802c7b236
Awesome, sorry this prereq wasnt in the instructions, it will be added in 1.1.1
Describe the bug
fatal error occured during the compilation
Steps to Reproduce
What version of the code were you using?
the latest version
command
What are your FULL output logs?
Platform