piyoki / archiconda3

Light-weight Anaconda environment for ARM64 devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing numpy in archiconda env.

MarieAnge2 opened this issue · 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.