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

MERRY JIN님의 프로필 이미지

작성한 질문수

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

- Code Assignment: Arithmetic

backend.ai 설치

20.06.20 20:33 작성

·

264

0

안녕하세요. 좋은 강의 제공해주셔서 정말 감사합니다. 

다름이 아니라 백앤드 설치시, 

jinjeong-eun@jinjeong-eun-ui-MacBookPro ~ % pip install -U backend.ai-client==19.03.2

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support

Defaulting to user installation because normal site-packages is not writeable

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

ERROR: No matching distribution found for backend.ai-client==19.03.2

jinjeong-eun@jinjeong-eun-ui-MacBookPro ~ % python3

Python 3.7.7 (default, Mar 10 2020, 15:43:33) 

[Clang 11.0.0 (clang-1100.0.33.17)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

>>> pip install -U backend.ai-client==19.03.2

  File "<stdin>", line 1

    pip install -U backend.ai-client==19.03.2

              ^

SyntaxError: invalid syntax

>>> 

이런 과정이 반복이 되는데, 파이썬 설치부터 잘못 된 걸까요? 

답변 1

2

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

2020. 06. 30. 13:57

backend.ai-client 버전 문제인 것 같습니다.

python shell 이 아닌 command 창에서
pip install backend.ai-client 혹은 pip3 install backend.ai-client 로 설치를 진행하시는 것이 좋겠습니다.