try upgrade cython

This commit is contained in:
zeppi 2022-12-02 23:21:59 -05:00
parent 717d3805b2
commit 28818fb145

View file

@ -711,7 +711,7 @@ def run_pymodules_install(ctx, arch, modules, project_dir=None,
# Install Cython in case modules need it to build:
info('Install Cython in case one of the modules needs it to build')
shprint(sh.bash, '-c', (
"venv/bin/pip install Cython"
"venv/bin/pip install --upgrade Cython"
), _env=copy.copy(base_env))
# Get environment variables for build (with CC/compiler set):