import open3d illegal instruction 28core dumped 29

Solutions on MaxInterview for import open3d illegal instruction 28core dumped 29 by the best coders in the world

showing results for - "import open3d illegal instruction 28core dumped 29"
Leo
11 Jun 2020
1Run $ export OPENBLAS_CORETYPE=ARMV8 
2in your terminal. It will remain active as long as that terminal remains open.
3
4Add "export OPENBLAS_CORETYPE=ARMV8" to your ~/.bashrc. 
5It will set that environment variable on every new terminal that is opened.