0

I need to create a conda environment with python 3.7 on macbook M1 but it is no longer supported

conda create -n proj37 python=3.7

i got

Collecting package metadata (repodata.json): done Solving environment: failed

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

This conda osx-arm64 link list the version that is currently supported

how do I create a conda environment with python 3.7 when it is no longer supported?

e.iluf
  • 1,113
  • 3
  • 23
  • 44
  • 1
    The problem is more like that it never was supported at all. Only more recent versions of python were ever made available on conda-forge for M1. Would running the x64 version through rosetta be an option? – FlyingTeller Apr 08 '22 at 15:36

0 Answers0