1. Install python3 on the Linux-RT by writing "opkg install python3" without any success.
Output from console: Unknown package 'python3'.
Collected errors:
* opkg_install_cmd: Cannot install package python3.
2. Install nifpga on the Linux-RT by writing "opkg install python-pip" and then "pip install nifpga". This is not possible either.
Output from console: ImportError: No module named site
or if i don't set PYTHONHOME manually:
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
My question is if this is because of the Labview 2015 SP1 that is installed? Is there something i could do to fix this?