Closed fhoehle closed 2 years ago
Issue: There are no linux-aarch64 builds for python=3.10 availble.
linux-aarch64
python=3.10
Steps to verify:
CONDA_SUBDIR=linux-aarch64 conda search 'pycryptodomex=3.11=py310*'
yields
Loading channels: done No match found for: pycryptodomex==3.11[build=py310*]. Search: *pycryptodomex*==3.11[build=py310*] PackagesNotFoundError: The following packages are not available from current channels: - pycryptodomex==3.11[build=py310*]
Using linux-64 the requested package is found.
linux-64
CONDA_SUBDIR=linux-64 conda search 'pycryptodomex=3.*=py310*'
Loading channels: done # Name Version Build Channel pycryptodomex 3.11.0 py310h6acc77f_1 conda-forge
A local rerendering of this feedstocks adds linux-aarch64 entries into the Azure pipelines configuration.
@conda-forge-admin, please rerender
Hi! This is the friendly automated conda-forge-webservice.
I just wanted to let you know that I rerendered the recipe in conda-forge/pycryptodomex-feedstock#45.
Fixed by #45
Issue: There are no
linux-aarch64
builds forpython=3.10
availble.Steps to verify:
yields
Using
linux-64
the requested package is found.yields
A local rerendering of this feedstocks adds
linux-aarch64
entries into the Azure pipelines configuration.