When I attempt to create a conda environment using the latest release (2024.02.05) for Python3.11 on macOS ARM64, I get ERROR: Failed building wheel for stregion. I can successfully create an environment using the Python3.10 setup.
Steps that can reproduce the error:
conda env create --name stenv11_url --file https://github.com/spacetelescope/stenv/releases/download/2024.02.05/stenv-macOS-ARM64-py3.11-2024.02.05.yaml
- The following error happens (see full output here):
ERROR: Failed building wheel for stregion
ERROR: Could not build wheels for stregion, which is required to install pyproject.toml-based projects
This looks to be related to a similar issue that was happening in a previous release: #133