I was trying to install taichi(legacy branch) on my MacOS (Mojave 10.14.6), but I ran into an error when building. The build got to 100%
[100%] Built target taichi_core
But immediately after that, the build failed and I got the following error:
[T 02/12/20 21:06:53.148] [logging.cpp:Logger@67] Taichi core started. Thread ID = 51718 [E 02/12/20 21:06:53.153] Received signal 11 (Segmentation fault: 11)
Hello,
I was trying to install taichi(legacy branch) on my MacOS (Mojave 10.14.6), but I ran into an error when building. The build got to 100%
[100%] Built target taichi_core
But immediately after that, the build failed and I got the following error:[T 02/12/20 21:06:53.148] [logging.cpp:Logger@67] Taichi core started. Thread ID = 51718 [E 02/12/20 21:06:53.153] Received signal 11 (Segmentation fault: 11)
Do you know why this could be? Thank you