I'm attempting to make a simple bitbake recipe for python3-astropy that inherits from pypi and setuptools3. The very simple recipe is attached. When I build I'm getting this error:
> > > > | import pkg_resources > > > > | ModuleNotFoundError: No module named 'pkg_resources' > > > > | WARNING: exit code 1 from a shell command. > > I don't understand this error because I'm using setuptools3 which I believe contains pkg_resources. In desperation I added a "DEPENDS = "python3-setuptools" but that did not help either. I'd appreciate any advice on this. Thanks
python3-astropy_3.2.1.bb
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52157): https://lists.yoctoproject.org/g/yocto/message/52157 Mute This Topic: https://lists.yoctoproject.org/mt/80220743/21656 Mute #python:https://lists.yoctoproject.org/g/yocto/mutehashtag/python Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
