작성
·
539
0
conda create --name test1 python=3.4로 치고 실행하면
PackageNotFoundError : The following packages are not available from current channels: - python 3.4라고 뜨고 실행이 안되요
에러문구
(base) C:\Windows\system32>conda create --name test1 python=3.4
Collecting package metadata (current_repodata.json): done
Solving environment: failed with current_repodata.json, will retry with next rep
odata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current cha
nnels:
- python=3.4
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/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.