2 回答

TA貢獻(xiàn)1818條經(jīng)驗(yàn) 獲得超7個(gè)贊
其實(shí)你可以嘗試安裝Anaconda。在谷歌搜索“Anaconda”,下載并安裝它。然后,在你的Windows系統(tǒng)中搜索“Anaconda Prompt”并使用以下命令安裝pystan:
conda install pystan -c conda-forge
之后,你應(yīng)該看到這個(gè):
Solving environment: done
## Package Plan ##
environment location: C:\Users\User\Anaconda3
added / updated specs:
- pystan
The following packages will be downloaded:
package | build
---------------------------|-----------------
pystan-2.17.1.0 | py37h830ac7b_2 14.3 MB conda-forge
openssl-1.0.2p | hfa6e2cd_0 5.4 MB conda-forge
conda-4.5.11 | py37_1000 654 KB conda-forge
------------------------------------------------------------
Total: 20.3 MB
The following NEW packages will be INSTALLED:
pystan: 2.17.1.0-py37h830ac7b_2 conda-forge
The following packages will be UPDATED:
conda: 4.5.11-py37_0 --> 4.5.11-py37_1000 conda-forge
openssl: 1.0.2p-hfa6e2cd_0 --> 1.0.2p-hfa6e2cd_0 conda-forge
Proceed ([y]/n)?
只需按 y。Anaconda 將自動(dòng)下載并安裝它。
添加回答
舉報(bào)