[yocto] Installing python package from wheel file
Mathias Rudnik
rudnik.mathias at googlemail.com
Sat Jan 20 08:42:10 PST 2018
Hello,
does anyone know how to install a python package from a .whl file?
I tried it using a recipe that contains:
inherit pypi setuptools
PYPI_SRC_URI="http://ci.tensorflow.org/view/Nightly/job/nightly-pi-zero/lastSuccessfulBuild/artifact/output-artifacts/tensorflow-1.5.0rc1-cp27-none-any.whl“
When installing .whl files directly onto the target system one would type the following:
pip install <path-to-whl-file>
Thank you for your support
More information about the yocto
mailing list