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
I am also facing a lot of problems with Python and running the aspire projects under Apple Silicon. I did a few changes to be able to run the the project like
in E2ETest.csproj
and
in src/PythonInference/PythonInference.pyproj
and under
this two libraries can't be installed with Apple silicon
intel-openmp==2021.4.0
mkl==2021.4.0
The text was updated successfully, but these errors were encountered:
I am also facing a lot of problems with Python and running the aspire projects under Apple Silicon. I did a few changes to be able to run the the project like
in E2ETest.csproj
and
in src/PythonInference/PythonInference.pyproj
and under
this two libraries can't be installed with Apple silicon
intel-openmp==2021.4.0
mkl==2021.4.0
The text was updated successfully, but these errors were encountered: