0

I'm trying to set up a conda environment with python=3.7, but I'm getting a PackagesNotFoundError.

Is there a way to fix this error? For a python package, I could use pip in the conda environment. How would I got about installing another version of python itself?

Here's the command I used:

conda create --name mlpipeline python=3.7
altabq
  • 1,322
  • 1
  • 20
  • 33
  • More details needed. Adding output from `conda info` could be helpful. If this is on an **osx-arm64** platform, see https://stackoverflow.com/a/70219965/570918. – merv Sep 22 '22 at 17:03
  • It’s the osx-arm64 issue. Thanks for pointing that out, I was not aware of it. – altabq Sep 24 '22 at 12:36

0 Answers0