pip prophet 설치

조회수 646회

파이썬으로 예측 ai를 쓸일이 있어서 prophet을 설치해야하는데 계속 에러가 뜨네요. wheel로 처음에 해도 빌드 실패 에러가 뜨고, 그냥 prophet를 설치할려고 해도 에러가 뜸니다. 아래가 에러 메세지에요. 해결책을 알려주시면 감사하겠습니다.

ERROR: Command errored out with exit status 1: 
   command: 'c:\users\mjhsu\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\mjhsu\\AppData\\Local\\Temp\\pip-install-xfbu6kg5\\prophet_6093fda4577145968a55adce45d98a4e\\setup.py'"'"'; __file__='"'"'C:\\Users\\mjhsu\\AppData\\Local\\Temp\\pip-install-xfbu6kg5\\prophet_6093fda4577145968a55adce45d98a4e\\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\mjhsu\AppData\Local\Temp\pip-record-y8vypqy9\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\mjhsu\appdata\local\programs\python\python39\Include\prophet' 
       cwd: C:\Users\mjhsu\AppData\Local\Temp\pip-install-xfbu6kg5\prophet_6093fda4577145968a55adce45d98a4e\ 
  Complete output (288 lines): 
  running install 
  running build 
  running build_py 
  creating build 
  creating build\lib 
  creating build\lib\prophet 
  creating build\lib\prophet\stan_model 
  INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_f5236004a3fd5b8429270d00efcc0cf9 NOW. 
  WARNING:pystan:MSVC compiler is not supported 
  stanfit4anon_model_f5236004a3fd5b8429270d00efcc0cf9_8855351412451506709.cpp 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/meta/seq_view.hpp(145): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/corr_matrix_constrain.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/read_corr_L.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가  손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/matrix_exp_action_handler.hpp(118): warning C4244: '초기화 중': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_matrix.hpp(136): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_row_vector.hpp(31): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/to_vector.hpp(31): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/welford_covar_estimator.hpp(31): warning C4244: 'return': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/mat/fun/welford_var_estimator.hpp(31): warning C4244: 'return': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/prim/arr/functor/integrate_ode_rk45.hpp(1): warning C4819: 현재 코드 페이지(949)에서 표시할 수 없는 문자가 파일에 들어 있습니다. 데이터가 손실되지 않게 하려면 해당 파일을 유니코드 형식으로 저장하십시오. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(243): warning C4101: 'exc' :참조되지 않은 지역 변수입니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(270): warning C4101: 'exc' :참조되지 않은 지역 변수입니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/io/dump.hpp(284): warning C4101: 'exc' :참조되지 않은 지역 변수입니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_first_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_first_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_second_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/bessel_second_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_first_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수  있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_first_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수  있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_second_kind.hpp(19): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/modified_bessel_second_kind.hpp(20): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/scal/fun/rising_factorial.hpp(18): warning C4244: '인수': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호 출할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/ordered_constrain.hpp(88): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호 출할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/positive_ordered_constrain.hpp(86): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호 출할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/simplex_constrain.hpp(97): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 원인: 'Eigen::VectorXd'에서 'const double'(으)로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/functor/adj_jac_apply.hpp(414): note: 이 변환을 수행할 수 있는 사용 가능한 사용자 정의 변환 연산자가 없거나 연산자를 호 출할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\lib\stan_math\stan/math/rev/mat/fun/softmax.hpp(78): note: void 형식의 식을 다른 형식으로 변환할 수 없습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/services/util/read_dense_inv_metric.hpp(38): warning C4267: '인수': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/mcmc/windowed_adaptation.hpp(49): warning C4244: '=': 'double'에서 'unsigned int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/mcmc/windowed_adaptation.hpp(50): warning C4244: '=': 'double'에서 'unsigned int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/variational/print_progress.hpp(52): warning C4244: '초기화 중': 'double'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/variational/families/normal_fullrank.hpp(91): warning C4267: '초기화 중': 'size_t'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/variational/families/normal_meanfield.hpp(48): warning C4267: '초기화 중': 'size_t'에서 'const int'(으)로 변환하면서 데이터가 손실될 수 있습니 다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\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:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/io/cmd_line.hpp(32): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/lang/rethrow_located.hpp(117): warning C4267: '초기화 중': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  c:\users\mjhsu\appdata\local\programs\python\python39\lib\site-packages\pystan\stan\src\stan/model/indexing/rvalue_index_size.hpp(20): warning C4267: 'return': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  C:\Users\mjhsu\AppData\Local\Temp\pystan_mm385pzr\stanfit4anon_model_f5236004a3fd5b8429270d00efcc0cf9_8855351412451506709.cpp(5088): warning C4267: '=': 'size_t'에서 'int'(으)로 변환하면서 데이터가 손실될 수 있습니다. 
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 
  ---------------------------------------- 
ERROR: Command errored out with exit status 1: 'c:\users\mjhsu\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\mjhsu\\AppData\\Local\\Temp\\pip-install-xfbu6kg5\\prophet_6093fda4577145968a55adce45d98a4e\\setup.py'"'"'; __file__='"'"'C:\\Users\\mjhsu\\AppData\\Local\\Temp\\pip-install-xfbu6kg5\\prophet_6093fda4577145968a55adce45d98a4e\\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\mjhsu\AppData\Local\Temp\pip-record-y8vypqy9\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\mjhsu\appdata\local\programs\python\python39\Include\prophet' Check the logs for full command output. 
  • (•́ ✖ •̀)
    알 수 없는 사용자

1 답변

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)