You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Support for macOS with M1 chip is broken.
Reason:
With the release of version 0.5.0, the pmdarima dependency was changed from "pmdarima>=1.8.0" to "pmdarima>=1.8.0, <=1.8.5", but support for macOS with M1 chip was added in version 2.0.1.
Solution:
It is necessary to update the dependencies to "pmdarima>=1.8.5" (added support for Python 3.10) or "pmdarima>=2.0.1" (added support for macOS with M1 chip).
The text was updated successfully, but these errors were encountered:
shicholas
added a commit
to shicholas/greykite
that referenced
this issue
Aug 17, 2023
Problem:
Support for macOS with M1 chip is broken.
Reason:
With the release of version 0.5.0, the
pmdarima
dependency was changed from"pmdarima>=1.8.0"
to"pmdarima>=1.8.0, <=1.8.5"
, but support for macOS with M1 chip was added in version 2.0.1.Solution:
It is necessary to update the dependencies to
"pmdarima>=1.8.5"
(added support for Python 3.10) or"pmdarima>=2.0.1"
(added support for macOS with M1 chip).The text was updated successfully, but these errors were encountered: