beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

doesnt install for m1 mac

Open bayeslearnerold opened this issue 3 years ago • 1 comments

onda create --name beakerx -c beakerx -c conda-forge python=3.7 beakerx_all Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • python=3.7
  • beakerx_all

Current channels:

  • https://conda.anaconda.org/beakerx/osx-arm64
  • https://conda.anaconda.org/beakerx/noarch
  • 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.

bayeslearnerold avatar May 20 '22 23:05 bayeslearnerold

you can use pip install, see my dockerfile https://github.com/jimmybow/docker-java-notebook/blob/master/build/Dockerfile

jimmybow avatar Sep 03 '23 09:09 jimmybow