I tried to find out which version of some things i installed on my Jetson Nano. So I wrote a few lines of code and run it in python3 by using a terminal.
And by doing the error shown in the picture occured. In another topic I found out that you can avoid some errors by changing the order of your import. That worked for me but obviously something does not work properly.
Maybe this could become a big problem if there is a program with many lines of code. I can't image that this error can always be fixed by changing the order of import.
Are there ways to prevent this error?
ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
Someone has a good advice and can help.
Thanks. Chris