강의

멘토링

로드맵

Inflearn Community Q&A

sogentle's profile image
sogentle

asked

Getting started with Python data analysis using public data

import plotnine 에러

Written on

·

479

0

안녕하세요. 우선 이렇게 고퀄리티 강의를 무료로 공개하신 것에 대해 존경스럽고 감사하다는 말씀 올립니다. 따라해보고 있는데. plotnine 모듈을 설치했음에도 임포트할 때 계속 plotnine이라는 모듈이 없다는 에러가 뜹니다. ㅜㅜ

pandaspythonnumpy

Answer 1

1

todaycode님의 프로필 이미지
todaycode
Instructor

답변이 너무 늦었습니다.

다음 버전에 의존성이 있습니다. 해당 버전으로 설치해 주셔야 합니다.

!pip install plotnine==0.5.0

!pip install –upgrade pandas==0.23.4

!pip install folium==0.5.0

sogentle's profile image
sogentle

asked

Ask a question