On Fri, Apr 3, 2020 at 8:29 PM <[email protected]> wrote: > Hello, > > I am trying to install numpy module in my image using "pipoe". When i > bitbake my recipe i got this : >
Numpy is already part of oe-core: http://layers.openembedded.org/layerindex/recipe/51338/ Why not just use the existing recipe? > Log data follows: > | DEBUG: Executing shell function do_compile > | ERROR: python3 setup.py build_ext execution failed. > | numpy/random/_bounded_integers.pxd.in has not changed > | Processing numpy/random/_mt19937.pyx > | Traceback (most recent call last): > | File > "path/to/build/work/aarch64-poky-linux/python3-numpy/1.18.2-r0/numpy-1.18.2/tools/cythonize.py", > line 61, in process_pyx > | from Cython.Compiler.Version import version as cython_version > | ImportError: No module named 'Cython' > > I installed Cython also with pipoe and added : RDEPENDS_${PN} = > "${PYTHON_PN}-cython" to numpy recipe but nothing changed. Any idea ? > > Thank you >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49050): https://lists.yoctoproject.org/g/yocto/message/49050 Mute This Topic: https://lists.yoctoproject.org/mt/72764685/21656 Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583 Mute #python: https://lists.yoctoproject.org/mk?hashtag=python&subid=6691583 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
