
숙제 내용대로 하기 위해서 코드를 작성했는데, 자꾸만 'plotly'를 설치하라는 에러가 뜹니다.
강의 내용에 제가 깜빡한 게 아니라면, 강의노트에도 없는 내용이라 숙제를 진행할 수 없습니다.
작성한 코드 및 에러 메세지
ModuleNotFoundError: --------------------------------------------------------------------------------
FinanceDataReade.chart.plot() dependen on plotly
plotly not installed please install as follows
pip install plotly
FinanceDataReade.chart.plot()는 plotly에 의존성이 있습니다.
명령창에서 다음과 같이 plotly를 설치하세요
pip install plotly
