-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurs calling install_gluonts()
on arm64 Mac M1
#41
Comments
install_gluonts()
on arm64 Mac M1
I'd try following the Installation Guide here, which has troubleshooting guidance for the Python Environment and details on how to set up custom environments. As of this message, the major requirements are:
|
I tried the above approach by calling:
and the error is:
|
MXNet is up to 1.9.0 on pypi so pip should be able to install it. Maybe try changing to 1.9.0. |
I think the only available version of
|
same here.
|
Are you using M1? I believe that is the problem. |
I got it to work by using the older R & Rstudio that isn’t optimized for M1. Thus using Rosetta. |
Error occurs calling
install_gluonts()
on arm64 Mac M1.It seems like there are some pacakges are not available in 3.7 Python channel. The error code is the following:
Using the develope version of
reticulate
pacakge to install miniconda, the Python version is 3.8.12.Here is my python information calling
reticulate::py_discover_config()
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: