PiP2Bitbake icon indicating copy to clipboard operation
PiP2Bitbake copied to clipboard

support whl files

Open FransSorama opened this issue 4 years ago • 3 comments

nice script!

It wouuld be nice if this would also support .whl files. E.g. as in https://pypi.org/project/bosdyn-client/#modal-close

FransSorama avatar Mar 26 '21 12:03 FransSorama

Sure, I could not find any solution to implement it in a simple way. If you have an idea please try it and set a merge request.

robseb avatar Mar 26 '21 12:03 robseb

I'm at the moment trying to do this with a hand-carved recipe following this suggestion: https://stackoverflow.com/questions/48660051/yocto-recipe-python-whl-package

Not sure if I have that working yet and not sure if my whl file needs nativesdk. I'm a bit of a n00b when it comes to python

FransSorama avatar Mar 26 '21 12:03 FransSorama

@FransSorama Any luck with recipes to install a whl with yocto? @robseb what is the biggest hurdle in implementing it? I was under the assumption that installing a whl would be at least as straightforward as installing from source?

0xAl3xH avatar May 31 '23 00:05 0xAl3xH