-
fbprophet importing plotly failed. interactive plots will not work.문제해결 2023. 3. 13. 14:39
fbprophet importing plotly failed. interactive plots will not work.
Prophet 실행할 때마다 뜨는 에러
try:
import plotly.graph_objs as go
except ImportError:
logger.error('Importing plotly failed. Interactive plots will not work.')위 부분에서 plotly가 설치되지 않아서 떴던 것.
pip install plotly
위와 같이 plotly를 설치해 주면 해결됨.
반응형'문제해결' 카테고리의 다른 글
갤럭시 워치 휴대폰 알람 연동 (0) 2023.05.06 [IPC] C#-C++ 간 Named Pipe 연결시 겪은 문제 2가지 (0) 2023.03.13 scikit-learn GridSearchCV ConvergenceWarning 끄기 (0) 2023.03.13 딜라이브 + ipTIME 인터넷이 안돼 (0) 2023.03.13 갤럭시 워치5 카카오톡 연결 문제(Wear OS 연동 설정) (0) 2022.11.23