인프런 커뮤니티 질문&답변

긍정적인마음으로님의 프로필 이미지

작성한 질문수

파이썬 입문 및 웹 크롤링을 활용한 다양한 자동화 어플리케이션 제작하기

[ 여기서 잠깐! ] 아나콘다 간단하게 배우기

가상환경 test1 에러질문있어요

19.10.10 15:23 작성

·

528

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.

답변 2

1

좋은사람님의 프로필 이미지
좋은사람
지식공유자

2019. 10. 11. 17:55

안녕하세요.

가끔 conda create package가 설치가 안될 때가 있습니다.

이때는 python=3.5 또는 3.7로 바꿔서 설치 해보시고 수업을 진행해 보시면 됩니다.

0

긍정적인마음으로님의 프로필 이미지

2019. 10. 13. 14:23

파이썬 3.7이에요