If the error as below occurs,
ModuleNotFoundError: No module named 'fbprophet'
You should
pip install Cython
pip install fbprophet
'오류 해결 방법 > 파이썬(Python)' 카테고리의 다른 글
ModuleNotFoundError: No module named 'pykalman' (0) | 2023.12.12 |
---|---|
ModuleNotFoundError: No module named 'tqdm' (0) | 2023.11.27 |
You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work. (0) | 2022.12.17 |
No module named 'numpy.typing' (0) | 2022.08.16 |
No module named 'scipy' (0) | 2022.07.07 |