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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to