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
Hi I sucefully managed to add archiconda on my jeyson nano, but when I am trying to compile scripts with the import numpy as np command, but I keep getting the no model named numpy error, and I did install numpy as you can see from the following codes I do have numpy properly installed.
At first I thought it had something to do with the path, and I exported the numpy path location into the normal path and I still get error whenever I try to import numpy. When type comand "import sys" and "print(sys.executable) to check working environment I get that my environment is /home/marco/archiconda3/bin/python3.
Is there any help on how I can add numpy to this working environment.
The text was updated successfully, but these errors were encountered:
Hi I sucefully managed to add archiconda on my jeyson nano, but when I am trying to compile scripts with the import numpy as np command, but I keep getting the no model named numpy error, and I did install numpy as you can see from the following codes I do have numpy properly installed.
At first I thought it had something to do with the path, and I exported the numpy path location into the normal path and I still get error whenever I try to import numpy. When type comand "import sys" and "print(sys.executable) to check working environment I get that my environment is /home/marco/archiconda3/bin/python3.
Is there any help on how I can add numpy to this working environment.
The text was updated successfully, but these errors were encountered: