Answers for "import open3d Illegal instruction (core dumped)"

1

import open3d Illegal instruction (core dumped)

Run $ export OPENBLAS_CORETYPE=ARMV8 
in your terminal. It will remain active as long as that terminal remains open.

Add "export OPENBLAS_CORETYPE=ARMV8" to your ~/.bashrc. 
It will set that environment variable on every new terminal that is opened.
Posted by: Guest on May-30-2021

Code answers related to "import open3d Illegal instruction (core dumped)"

Python Answers by Framework

Browse Popular Code Answers by Language