Segmentation fault (core dumped)

When I run my python file on jetson xavier this error shows up

Segmentation fault (core dumped)

this code has a opencv, torch, pyzed and numpy libraries. How can i fix that

Hi @gurselturkeri, can you try running this: python3 -c 'import numpy'

If that makes the same error, can you try this?

it still shows same error

I’m closing this topic due to there is no update from you for a period, assuming this issue was resolved.
If still need the support, please open a new topic. Thanks

If you run OPENBLAS_CORETYPE=ARMV8 python3 -c 'import numpy' does it produce the error?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.