Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUpdate,
I have numpy running on my Cyclone V board, I followed this tutorial (https://rocketboards.org/foswiki/view/documentation/yoctodorabuildwithmetaaltera)that uses a newer version of Yocto. Just add the following to your conf/local.conf file (NOTE: the leading space is necessary, add a space as a delimiter between additional packages).IMAGE_INSTALL_append = " python-numpy" Also note that the python modules are not split up the same way as the standard python libraries, if you are looking for specific modules check your tmp/work/<arch>/python/<version>/packages-split/ directory which shows how everything is split up. Simply include the module package you want the same way as I did with numpy above. Still working on getting OpenCL also running on the board.