$conda create -n test python=3.7
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- python3=3.7
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/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.
## create empty environment
$conda create -n py37
## activate
$conda activate py37
## use x86_64 architecture channel(s)
$conda config --env --set subdir osx-64
## install python, numpy, etc. (add more packages here...)
$conda install python=3.7
다시 돌아온 개발 블로그, 허울뿐인 공부에서 벗어나기 위한 노력 (0) | 2025.02.11 |
---|---|
[에러노트] 주피터 노트북 터미널로 실행 안됨 (0) | 2023.09.24 |
17년 그램에 리눅스 우분투 운영체제 설치하기 20230904 (0) | 2023.09.04 |
컴퓨터 전공생 세컨 노트북으로 레노버 사려다가 결국 맥북 사게 되었다. 20230615 (0) | 2023.09.04 |
그램 할복해서 RAM 늘렸다... 20230601 (0) | 2023.09.04 |