You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Due to an issue with conda-libmamba-solver<->conda-build interaction, we had pip installed in the build environment for the numpy=1.26.2 update PR which caused the cross-compiled builds to fail with
Successfully built numpy-1.26.2-cp311-cp311-linux_aarch64.whl
+ pip install dist/numpy-1.26.2-cp311-cp311-linux_aarch64.whl
ERROR: numpy-1.26.2-cp311-cp311-linux_aarch64.whl is not a supported wheel on this platform.
Would it be sensible to let it overwrite ${BUILD_PREFIX}/bin/pip too (if it exists)?
(Yes, I know about the bonkers "we explicitly give you a pip executable, but you should actually only ever use python -m pip" thing people say and I don't agree for obvious reasons.)
Solution to issue cannot be found in the documentation.
Issue
Due to an issue with
conda-libmamba-solver
<->conda-build
interaction, we hadpip
installed in thebuild
environment for thenumpy=1.26.2
update PR which caused the cross-compiled builds to fail with@isuruf asked me to open an issue here too.
refs:
"conda_build_tool": "mambabuild"
as default again for now conda-smithy#1805add_pip_as_python_dependency
(and others) ignored when run viaconda-build
conda/conda-libmamba-solver#393Installed packages
Environment info
The text was updated successfully, but these errors were encountered: