Continuing the discussion from How to fix the python3? (Core dump…):
I only get the issue when import torch, working fine with numpy
I have done the solution is suggest in that topic, but cannot resolve my issue.
(myenv) dc9@ubuntu:~/Project_Quan/YOLOv9-DeepSORT-Object-Tracking-20240828T044936Z-001/YOLOv9-DeepSORT-Object-Tracking$ python3.8
Python 3.8.0 (default, Dec 9 2021, 17:53:27)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> import torch
Illegal instruction (core dumped)
(myenv) dc9@ubuntu:~/Project_Quan/YOLOv9-DeepSORT-Object-Tracking-20240828T044936Z-001/YOLOv9-DeepSORT-Object-Tracking$ echo $OPENBLAS_CORETYPE
ARMV8
Could anyone help me to resolve this issue ?