잠토의 잠망경

[ai] fbprophet 설치 본문

공부/Python

[ai] fbprophet 설치

잠수함토끼 2021. 5. 29. 00:07

pip를 하면 아래와 같은 오류가 발생한다.

console에서 해봐도 아래와 같이 오류 흠..


C:\Users\wonjae.yi>pip install fbprophet
Collecting fbprophet
 Using cached fbprophet-0.7.1.tar.gz (64 kB)
Requirement already satisfied: Cython>=0.22 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (0.29.23)
Collecting cmdstanpy==0.9.5
 Using cached cmdstanpy-0.9.5-py3-none-any.whl (37 kB)
Collecting pystan>=2.14
 Downloading pystan-3.1.1-py3-none-any.whl (13 kB)
Requirement already satisfied: numpy>=1.15.4 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (1.20.1)
Requirement already satisfied: pandas>=1.0.4 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (1.2.4)
Requirement already satisfied: matplotlib>=2.0.0 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (3.3.4)
Collecting LunarCalendar>=0.0.9
 Using cached LunarCalendar-0.0.9-py2.py3-none-any.whl (18 kB)
Collecting convertdate>=2.1.2
 Using cached convertdate-2.3.2-py3-none-any.whl (47 kB)
Collecting holidays>=0.10.2
 Using cached holidays-0.11.1-py3-none-any.whl (133 kB)
Collecting setuptools-git>=1.2
 Using cached setuptools_git-1.2-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: python-dateutil>=2.8.0 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (2.8.1)
Requirement already satisfied: tqdm>=4.36.1 in c:\programdata\anaconda3\lib\site-packages (from fbprophet) (4.59.0)
Requirement already satisfied: pytz>=2014.10 in c:\programdata\anaconda3\lib\site-packages (from convertdate>=2.1.2->fbprophet) (2021.1)
Collecting pymeeus<=1,>=0.3.13
 Using cached PyMeeus-0.5.11.tar.gz (5.4 MB)
Collecting hijri-converter
 Using cached hijri_converter-2.1.1-py3-none-any.whl (14 kB)
Requirement already satisfied: six in c:\programdata\anaconda3\lib\site-packages (from holidays>=0.10.2->fbprophet) (1.15.0)
Collecting korean-lunar-calendar
 Using cached korean_lunar_calendar-0.2.1-py3-none-any.whl (8.0 kB)
Collecting ephem>=3.7.5.3
 Downloading ephem-3.7.7.1-cp38-cp38-win_amd64.whl (821 kB)
    |████████████████████████████████| 821 kB 547 kB/s
Requirement already satisfied: cycler>=0.10 in c:\programdata\anaconda3\lib\site-packages (from matplotlib>=2.0.0->fbprophet) (0.10.0)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\programdata\anaconda3\lib\site-packages (from matplotlib>=2.0.0->fbprophet) (1.3.1)
Requirement already satisfied: pillow>=6.2.0 in c:\programdata\anaconda3\lib\site-packages (from matplotlib>=2.0.0->fbprophet) (8.2.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in c:\programdata\anaconda3\lib\site-packages (from matplotlib>=2.0.0->fbprophet) (2.4.7)
Collecting aiohttp<4.0,>=3.6
 Downloading aiohttp-3.7.4.post0-cp38-cp38-win_amd64.whl (635 kB)
    |████████████████████████████████| 635 kB 119 kB/s
Collecting pysimdjson<4.0,>=3.2
 Downloading pysimdjson-3.2.0-cp38-cp38-win_amd64.whl (151 kB)
    |████████████████████████████████| 151 kB 125 kB/s
Collecting clikit<0.7,>=0.6
 Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
    |████████████████████████████████| 91 kB 143 kB/s
Collecting pystan>=2.14
 Downloading pystan-3.1.0-py3-none-any.whl (13 kB)
 Downloading pystan-3.0.2-py3-none-any.whl (13 kB)
 Downloading pystan-3.0.1-py3-none-any.whl (12 kB)
 Downloading pystan-3.0.0-py3-none-any.whl (12 kB)
 Downloading pystan-2.19.1.1-cp38-cp38-win_amd64.whl (79.8 MB)
    |████████████████████████████████| 79.8 MB 311 kB/s
Building wheels for collected packages: fbprophet, pymeeus
 Building wheel for fbprophet (setup.py) ... error
 ERROR: Command errored out with exit status 1:
  command: 'c:\programdata\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-wheel-o_heiluj'
      cwd: C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\
 Complete output (44 lines):
 running bdist_wheel
 running build
 running build_py
 creating build
 creating build\lib
 creating build\lib\fbprophet
 creating build\lib\fbprophet\stan_model
 Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\setup.py", line 122, in <module>
     setup(
   File "c:\programdata\anaconda3\lib\site-packages\setuptools\__init__.py", line 153, in setup
     return distutils.core.setup(**attrs)
   File "c:\programdata\anaconda3\lib\distutils\core.py", line 148, in setup
     dist.run_commands()
   File "c:\programdata\anaconda3\lib\distutils\dist.py", line 966, in run_commands
     self.run_command(cmd)
   File "c:\programdata\anaconda3\lib\distutils\dist.py", line 985, in run_command
     cmd_obj.run()
   File "c:\programdata\anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
     self.run_command('build')
   File "c:\programdata\anaconda3\lib\distutils\cmd.py", line 313, in run_command
     self.distribution.run_command(command)
   File "c:\programdata\anaconda3\lib\distutils\dist.py", line 985, in run_command
     cmd_obj.run()
   File "c:\programdata\anaconda3\lib\distutils\command\build.py", line 135, in run
     self.run_command(cmd_name)
   File "c:\programdata\anaconda3\lib\distutils\cmd.py", line 313, in run_command
     self.distribution.run_command(command)
   File "c:\programdata\anaconda3\lib\distutils\dist.py", line 985, in run_command
     cmd_obj.run()
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\setup.py", line 48, in run
     build_models(target_dir)
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\setup.py", line 36, in build_models
     from fbprophet.models import StanBackendEnum
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\fbprophet\__init__.py", line 8, in <module>
     from fbprophet.forecaster import Prophet
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\fbprophet\forecaster.py", line 17, in <module>
     from fbprophet.make_holidays import get_holiday_names, make_holidays_df
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\fbprophet\make_holidays.py", line 14, in <module>
     import fbprophet.hdays as hdays_part2
   File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\fbprophet\hdays.py", line 13, in <module>
     from convertdate.islamic import from_gregorian, to_gregorian
 ModuleNotFoundError: No module named 'convertdate'
 ----------------------------------------
 ERROR: Failed building wheel for fbprophet
 Running setup.py clean for fbprophet
 Building wheel for pymeeus (setup.py) ... done
 Created wheel for pymeeus: filename=PyMeeus-0.5.11-py3-none-any.whl size=730973 sha256=6766b2d860f61ca51987793d2746b55873f2e3993e48c4c2b48c9139e677b344
 Stored in directory: c:\users\wonjae.yi\appdata\local\pip\cache\wheels\a0\8b\b2\810ae5a6f970c8be4725353400d643c90de1c0f023a9884ee7
Successfully built pymeeus
Failed to build fbprophet
Installing collected packages: pymeeus, korean-lunar-calendar, hijri-converter, ephem, convertdate, setuptools-git, pystan, LunarCalendar, holidays, cmdstanpy, fbprophet
   Running setup.py install for fbprophet ... error
   ERROR: Command errored out with exit status 1:
    command: 'c:\programdata\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-record-9w_4dyg2\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\programdata\anaconda3\Include\fbprophet'
        cwd: C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-ufetuosu\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\
   Complete output (289 lines):
   running install
   running build
   running build_py
   creating build
   creating build\lib
   creating build\lib\fbprophet
   creating build\lib\fbprophet\stan_model
   Importing plotly failed. Interactive plots will not work.
   INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_f5236004a3fd5b8429270d00efcc0cf9 NOW.
   WARNING:pystan:MSVC compiler is not supported
   stanfit4anon_model_f5236004a3fd5b8429270d00efcc0cf9_6787532498381939653.cpp
   c:\programdata\anaconda3\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\lib\eigen_3.3.3\Eigen\src/Core/arch/CUDA/Half.h(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/meta/seq_view.hpp(145): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/corr_matrix_constrain.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/read_corr_L.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/multiply_lower_tri_self_transpose.hpp(19): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/multiply_lower_tri_self_transpose.hpp(27): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/csr_u_to_z.hpp(28): warning C4267: '인수': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/matrix_exp_action_handler.hpp(118): warning C4244: '초기화 중': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_matrix.hpp(136): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_row_vector.hpp(31): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_vector.hpp(31): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/welford_covar_estimator.hpp(31): warning C4244: 'return': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/welford_var_estimator.hpp(31): warning C4244: 'return': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/arr/functor/integrate_ode_rk45.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려 면 해당 파일을 유니코드 형식으로 저장하십시오.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(243): warning C4101: 'exc' :참조되지 않 은 지역 변수입니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(270): warning C4101: 'exc' :참조되지 않 은 지역 변수입니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(284): warning C4101: 'exc' :참조되지 않 은 지역 변수입니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/meta/operands_and_partials.hpp(42): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/meta/operands_and_partials.hpp(155): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_first_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_first_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_second_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_second_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_first_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_first_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_second_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_second_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/rising_factorial.hpp(18): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/cholesky_decompose.hpp(82): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<stan::math::var,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/cholesky_decompose.hpp(194): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니 다.
           with
           [
               Derived=Eigen::Matrix<stan::math::var,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/log_softmax.hpp(104): warning C4244: '인수': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<stan::math::var,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/multiply_lower_tri_self_transpose.hpp(21): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손 실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<stan::math::var,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/multiply_lower_tri_self_transpose.hpp(22): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손 실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<stan::math::var,-1,-1,0,-1,-1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(410): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory': 함수는 2개의 인 수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(246): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(408): note: 클래스 템플릿 멤버 함수 'auto stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::operator ()(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'을(를) 컴파일하는 중입니다.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(617): note: 컴파일되는 클래스 템플릿 인스턴스화 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>'에 대한 참조를 확인하세요.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/ordered_constrain.hpp(88): note: 컴파일되는 함수 템플릿 인스턴스화 'auto stan::math::adj_jac_apply<stan::math::internal::ordered_constrain_op,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'에 대한 참조를 확인하세요.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(412): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis': 함수는 1개의 인수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(389): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): error C2664: 'stan::math::var stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars(const double &)': 인수 1을(를) 'Eigen::VectorXd'에서 'const double &'(으)로 변환할 수 없습니다.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호출할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(333): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/ordered_constrain.hpp(88): error C2440: 'return': 'void'에서 'Eigen::Matrix<stan::math::var,-1,1,0,-1,1>'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/ordered_constrain.hpp(88): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(410): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory': 함수는 2개의 인 수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(246): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(408): note: 클래스 템플릿 멤버 함수 'auto stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::operator ()(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'을(를) 컴파일하는 중입니다.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(617): note: 컴파일되는 클래스 템플릿 인스턴스화 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>'에 대한 참조를 확인하세요.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/positive_ordered_constrain.hpp(86): note: 컴파일되는 함수 템플릿 인스턴스화 'auto stan::math::adj_jac_apply<stan::math::internal::positive_ordered_constrain_op,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'에 대한  참조를 확인하세요.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(412): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis': 함수는 1개의 인수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(389): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): error C2664: 'stan::math::var stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars(const double &)': 인수 1을(를) 'Eigen::VectorXd'에서 'const double &'(으)로 변환할 수 없습니다.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호출할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(333): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::positive_ordered_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/positive_ordered_constrain.hpp(86): error C2440: 'return': 'void'에서 'Eigen::Matrix<stan::math::var,-1,1,0,-1,1>'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/positive_ordered_constrain.hpp(86): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(410): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory': 함수는 2개의 인 수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(246): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(408): note: 클래스 템플릿 멤버 함수 'auto stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::operator ()(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'을(를) 컴파일하는 중입니다.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(617): note: 컴파일되는 클래스 템플릿 인스턴스화 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>'에 대한 참조를 확인하세요.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/simplex_constrain.hpp(97): note: 컴파일되는 함수 템플릿 인스턴스화 'auto stan::math::adj_jac_apply<stan::math::internal::simplex_constrain_op,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'에 대한 참조를 확인하세요.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(412): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis': 함수는 1개의 인수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(389): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): error C2664: 'stan::math::var stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars(const double &)': 인수 1을(를) 'Eigen::VectorXd'에서 'const double &'(으)로 변환할 수 없습니다.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호출할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(333): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::simplex_constrain_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/simplex_constrain.hpp(97): error C2440: 'return': 'void'에서 'Eigen::Matrix<stan::math::var,-1,1,0,-1,1>'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/simplex_constrain.hpp(97): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(410): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory': 함수는 2개의 인 수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(246): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::count_memory' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(408): note: 클래스 템플릿 멤버 함수 'auto stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::operator ()(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'을(를) 컴파일하는 중입니다.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(617): note: 컴파일되는 클래스 템플릿 인스턴스화 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>'에 대한 참조를 확인하세요.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/softmax.hpp(78): note: 컴파일되는 함수 템플릿 인스턴스화 'auto stan::math::adj_jac_apply<stan::math::internal::softmax_op,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>(const Eigen::Matrix<stan::math::var,-1,1,0,-1,1> &)'에 대한 참조를 확인하세요.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(412): error C2660: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis': 함수는 1개의 인수를 사용하지 않습니다.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(389): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::prepare_x_vis' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): error C2664: 'stan::math::var stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars(const double &)': 인수 1을(를) 'Eigen::VectorXd'에서 'const double &'(으)로 변환할 수 없습니다.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호출할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(333): note: 'stan::math::adj_jac_vari<F,Eigen::Matrix<stan::math::var,-1,1,0,-1,1>>::build_return_varis_and_vars' 선언을 참조하십시오.
           with
           [
               F=stan::math::internal::softmax_op
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/softmax.hpp(78): error C2440: 'return': 'void'에서 'Eigen::Matrix<stan::math::var,-1,1,0,-1,1>'(으)로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/softmax.hpp(78): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/mcmc/sample.hpp(33): warning C4244: 'return': 'Eigen::EigenBase<Derived>::Index'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/services/util/read_dense_inv_metric.hpp(38): warning C4267: '인수': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/mcmc/windowed_adaptation.hpp(49): warning C4244: '=': 'double'에서 'unsigned int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/mcmc/windowed_adaptation.hpp(50): warning C4244: '=': 'double'에서 'unsigned int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/print_progress.hpp(52): warning C4244: '초기화 중': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_fullrank.hpp(91): warning C4267: '초기화 중': 'size_t'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_fullrank.hpp(105): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_fullrank.hpp(124): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_meanfield.hpp(48): warning C4267: '초기화 중': 'size_t'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_meanfield.hpp(61): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/variational/families/normal_meanfield.hpp(76): warning C4244: '초기화 중': 'Eigen::EigenBase<Derived>::Index'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
           with
           [
               Derived=Eigen::Matrix<double,-1,1,0,-1,1>
           ]
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/io/cmd_line.hpp(32): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/lang/rethrow_located.hpp(117): warning C4267: '초기 화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   c:\programdata\anaconda3\lib\site-packages\pystan\stan\src\stan/model/indexing/rvalue_index_size.hpp(20): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   C:\Users\Public\Documents\Wondershare\CreatorTemp\pystan_8swl52nl\stanfit4anon_model_f5236004a3fd5b8429270d00efcc0cf9_6787532498381939653.cpp(5077): warning C4267: '=': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다.
   error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
   ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\programdata\anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"'; __file__='"'"'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-ufetuosu\\fbprophet_86aa989b5fb446e3a12c65b6198e45fb\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-record-9w_4dyg2\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\programdata\anaconda3\Include\fbprophet' Check the logs for full command output.

C:\Users\wonjae.yi>

Comments