You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering the following issue during cstl installation on Windows:
$ ./build.sh
./build.sh: line 4: 2181 Segmentation fault swig -c++ -python -py3 cstl.i
Finish swig.
./build.sh: line 6: g++: command not found
Finish g++ compile.
./build.sh: line 8: g++: command not found
I am following the steps from "Build from source:" instructions. I am using conda 23.11.0 and git bash for Windows. Swig seems to be properly installed
The text was updated successfully, but these errors were encountered:
Hello,
I am encountering the following issue during cstl installation on Windows:
I am following the steps from "Build from source:" instructions. I am using conda 23.11.0 and git bash for Windows. Swig seems to be properly installed
The text was updated successfully, but these errors were encountered: