You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the new Jetcard Image based on Jetpack 4.5.1 on my Jetson Nano A02.
But as soon as I try to import torch or torchvision in a Jupyter Notebook I get the following error: OSError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
Importing torch in terminal using the python3 environment works fine.
Any ideas what's the cause for that?
Thank you
The text was updated successfully, but these errors were encountered:
Hi everyone,
I tried the new Jetcard Image based on Jetpack 4.5.1 on my Jetson Nano A02.
But as soon as I try to import torch or torchvision in a Jupyter Notebook I get the following error:
OSError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
Importing torch in terminal using the python3 environment works fine.
Any ideas what's the cause for that?
Thank you
The text was updated successfully, but these errors were encountered: