I'd expect the following to work: `conda tmpenv create "python=3" "numpy" -v` But I currently get an error: ``` conda.exceptions.NoPackagesFoundError: Package missing in current osx-64 channels: - python=3 ``` It would be great to fix that.
I'd expect the following to work:
conda tmpenv create "python=3" "numpy" -vBut I currently get an error:
It would be great to fix that.