conda python=3.7 not available on current channels

Viewed 20

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
0 Answers
Related