강의

멘토링

커뮤니티

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

YONGSEEN KIM님의 프로필 이미지
YONGSEEN KIM

작성한 질문수

프로그래밍, 데이터 과학을 위한 파이썬 입문

- 과제 제출 방법 for Mac & Linux

pip가 아닌 pip3를 통한 backend.ai-client 설치

작성

·

263

0

맥 사용자인데, python2.x를 사용해서

python3.6 추가 설치 후 '''pip3 backend.ai-client'''로 backend.ai 설치했습니다.

'''backend.ai --version''' 을 통해 설치를 확인했고,

과제를 제출하려고 '''bash ./install.sh'''을 하니, 아래와 같은 오류가 발생합니다.

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

Collecting backend.ai-client

Could not find a version that satisfies the requirement backend.ai-client (from versions: )

No matching distribution found for backend.ai-client

python3 --version을 통해서 python3를 설치를 확인했는데도, 인식을 못하는 것 같습니다.

답변 1

0

TeamLab님의 프로필 이미지
TeamLab
지식공유자

bash 안에서 python 3를 부르는데 이때 python 2를 부르는거 같습니다.

가능하다면 bash안에 있는 python 명령을 python3로 변경하면 될듯 합니ㅏㄷ.

YONGSEEN KIM님의 프로필 이미지
YONGSEEN KIM

작성한 질문수

질문하기