강의

멘토링

커뮤니티

Inflearn Community Q&A

poog12630401's profile image
poog12630401

asked

Introduction to Python for Programming and Data Science

- Code Assignment: Linear algebra with pythonic code

제출이 안됩니다.

Written on

·

179

0

안녕하세요 교수님.

숙제제출이 안되는데 어떤 부분을 고쳐야 할까요?

bigdatapython

Answer 1

1

TeamLab님의 프로필 이미지
TeamLab
Instructor

혹시 아래 명령어로 설치를 하셨나요? 안될경우

conda create -n base python=3.6

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

conda activate base

이후 한번 실행해 보시겠어요?

poog12630401's profile image
poog12630401

asked

Ask a question