728x90
plotnine을 import하는데 계속
cannot import name 'Bunch' python , cannot import name 'PlotnineWarning'
계속 이런 문장뜨고 떠서 난감
찾아보니까 plotnine은 버전 의존성이 강하다고 한다.
2020.04.08 기준으로 다음 버전을 설치하면 plotnine 사용가능함 !
!pip install plotnine==0.5.0 !pip install –upgrade pandas==0.23.4 !pip install folium==0.5.0
반응형