実現したいこと
pystanをanaconda promptによってインストールしたいと考えています。
- pip install pystan
前提
使用しているPCは会社のPCで以下のスペックです。
Windows 10 Enterprise
64bit オペレーティングシステム、x64ベースプロセッサ
32GB
C++コンパイラのインストールが必要とのことで、サイト(https://visualstudio.microsoft.com/ja/visual-cpp-build-tools/)
のビルドアップツールをインストールしようとしたのですが、会社PCでは認められたアプリのみインストール可能ということで、「Visual Studio 2019 Pro」をインストールしてもらい、以下の画像のようにC++によるデスクトップ開発に含まれる機能をすべてインストールしています。
環境はbaseではなく、timeseriesという環境を構築してそこに必要なライブラリをインストールしている状態です。
上記のPCに対して、pystanをインストールして時系列分析の状態空間モデルによる将来予測を検討しています。
pystanをanaconda promptで「pip install pystan」としたところエラーメッセージが発生しました。
エラーメッセージ部分のみ記載いたします。
発生している問題・エラーメッセージ
copying pystan\stan\lib\stan_math\lib\boost_1.69.0\boost\numeric\odeint\stepper\generation\generation_runge_kutta_cash_karp54_classic.hpp -> build\lib.win-amd64-cpython-311\pystan\stan\lib\stan_math\lib\boost_1.69.0\boost\numeric\odeint\stepper\generation error: could not create 'build\lib.win-amd64-cpython-311\pystan\stan\lib\stan_math\lib\boost_1.69.0\boost\numeric\odeint\stepper\generation\generation_runge_kutta_cash_karp54_classic.hpp': No such file or directory [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pystan Running setup.py clean for pystan Failed to build pystan ERROR: Could not build wheels for pystan, which is required to install pyproject.toml-based projects
該当のソースコード
pip install pystan
試したこと
・こちらで記載されているようにパスは設定済みです。
https://postgresweb.com/python-error-which-is-required-to-install-pyproject-toml-based-projects
エラーの回避方法を教えてください。
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/07/10 02:06
2023/07/10 02:16
2023/07/10 02:20