How to get Numpy working on Intel Edison ?
Since most Machine Learning algorithms tend to use numpy and scipy, these are some of the main libraries that we need to be able to install on Intel Edison.
Before installing numpy, the following libraries and paclages need to be installed-
1. Install setup-tools
1. wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
2. python ez_setup.py --insecure
2. Install pip
sudo easy_install pip
3. Install numpy
pip install numpy
Note: numpy package takes a long time to install. So be patient.
This works even with the Ubilinux image.
No comments:
Post a Comment