강의

멘토링

커뮤니티

Inflearn Community Q&A

spdlqj5050537's profile image
spdlqj5050537

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

[ Quick Tip! ] Quick Guide to Anaconda

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

Written on

·

627

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.

python웹-크롤링

Answer 2

1

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

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

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

0

spdlqj5050537님의 프로필 이미지
spdlqj5050537
Questioner

파이썬 3.7이에요 

spdlqj5050537's profile image
spdlqj5050537

asked

Ask a question