-
|
In this job https://github.com/abitrolly/opendht/runs/6950755175?check_suite_focus=true Cython is installed in BEFORE ALL step, but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
yes. Because But it may not work if build discover that isolated build is required. Then only option to hace cython is use |
Beta Was this translation helpful? Give feedback.
yes. Because
BEFORE_ALLis executed once on host python. To have option for cython visible insetup.pyyou need to install it inBEFORE_BUILDThen it will be installed in same python as used for build.But it may not work if build discover that isolated build is required. Then only option to hace cython is use
pyproject.tomland put cython inbuild-systemsection in listrequireslike in this comment #1139 (comment)