Skip to content
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

Environment Issues on M1 pro #20

Closed
YendaRamSurya opened this issue May 4, 2023 · 1 comment
Closed

Environment Issues on M1 pro #20

YendaRamSurya opened this issue May 4, 2023 · 1 comment

Comments

@YendaRamSurya
Copy link

The Environment is crashing after installing with the suggested changes, utilizing the the new anaconda_env.yml
In anaconda_env.yml, change the line python-kaleido==0.1.0 to python-kaleido>=0.1.0
In anaconda_env.yml, change the line statsforecast==0.6.0 to statsforecast>=0.6.0

Following error is noticed on Jupyter notebooks after installing the environment, a simple numpy import has failed
image
Canceled future for execute_request message before replies were done
The Kernel crashed while executing code in the the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure.

Additionally, following error is noticed on terminal:

Modern-Time-Series-Forecasting-with-Python % python
Python 3.9.0 | packaged by conda-forge | (default, Nov 26 2020, 07:54:06)
[Clang 11.0.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import numpy as np
Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel(R) Math Kernel Library.
The processor must support the Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) instructions.
The processor must support the Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) instructions.
The processor must support the Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.

Looking forward to the help.

@manujosephv
Copy link
Collaborator

Same issue on issue #4. Closing this in favor of the other one. Check the discussion. There are a few things that may be able to help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants