这是我在 Windows 命令提示符中输入的内容:
C:\Users\jeane\Desktop\ethan\stan> pip install pystan
这是我的输出:
Collecting pystan
Using cached https://files.pythonhosted.org/packages/6f/a1/fdf8906311733b7894aad1395d4d43afbbc79ca7573a07200eb105c5938c/pystan-2.18.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\jeane\AppData\Local\Temp\pip-install-wwq65uzi\pystan\setup.py", line 122, in <module>
from Cython.Build.Inline import _get_build_extension
ModuleNotFoundError: No module named 'Cython'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
C:\Users\jeane\AppData\Local\Temp\pip-install-wwq65uzi\pystan\
谢谢!