Не могу установить pystan на MacPython

Программы на Python
Anonymous
Не могу установить pystan на Mac

Сообщение Anonymous »

Когда я пытаюсь выполнить pip install pystan, я получаю следующую ошибку:

Код: Выделить всё

  error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Cython>=0.22 and NumPy are required.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.
Я подтвердил, что Cython>=0.22 и NumPy уже установлены, поэтому я не уверен, какой шаг предпринять дальше.
Возможно, проблема в этом. в том, что у меня есть Mac M1. На странице установки pystan в качестве требования указан процессор x86-64. https://pystan.readthedocs.io/en/latest ... ation.html

Подробнее здесь: https://stackoverflow.com/questions/785 ... tan-on-mac

Вернуться в «Python»