Hello,
I am trying to install numpy module in my image using "pipoe". When i bitbake
my recipe i got this :
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 (#49049): https://lists.yoctoproject.org/g/yocto/message/49049
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]]
-=-=-=-=-=-=-=-=-=-=-=-