xeus-sql
xeus-sql copied to clipboard
Conda installation failing for M1 Macbook
Description
I am not able to install via conda on an M1 Macbook. Seems like there is no distribution setup for osx_arm64.
conda install xeus-sql -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- xeus-sql
Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Hey @3coins I can reproduce this.
Sad :(
We need to check how to run this on conda-forge
, I thought they had a CI for that set up...
Maybe they do and we don't release a version for a while now?
If you want to look into this, please do! It'd be awesome to support the M1. I'm always around to answer questions.
Steps to star this are:
- Go here
- Make a random change to trigger the CI
- Fix the errors that will show up
tracking progress of this here: https://github.com/conda-forge/xeus-sql-feedstock/pull/17#event-8690859023
The feedstock has been updated, xeus-sql is now available for osx-arm. Let us know if you have any issue with it
Going to close it as I could reproduce and now can't. Thanks Johan!