archiconda3 icon indicating copy to clipboard operation
archiconda3 copied to clipboard

Importing numpy in archiconda env.

Open MarieAnge2 opened this issue 1 year ago • 0 comments

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. 20231216_144111

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.

MarieAnge2 avatar Dec 17 '23 07:12 MarieAnge2