Open nagydavid opened 11 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.
@xiangyan99 May I have some update on the issue?
@vivram Do you have any update?
also having this issue ... any updates?
Still dealing with this issue. I wonder, do all people with Macs are facing this? Any update?
+1. This is still an issue
I get the same on ARM Ubuntu 22 (as well as OSX Ventura). Only on Windows it worked for me.
Still facing the same issue
This issue was first reported in Feb 2023. 18 months and no solution yet.
btw, also using Mac M1.
Due to this issue, we cannot use the DataAsset/DataStores within MachineLearning Workspace. This means we have to access the data directly from BlobServiceClient which goes against what we are trying to do - It looks like the dataprep library is reliant on dotnetcore2 which will not work on a Mac M1/M2
Same problem here, on a Mac M3.
Same here M1 Pro
Same here
No solution yet? Same problem on every macos thats not intel
I'm using Conda env in Rosetta mode to install all those libraries and everything seems to be working now. I found this workaround in other issue not related, but I think it can help when you find a problem between a library and ARM processors.
change myenv_x86
and python versions to the desired ones, I'm using 3.10, so it should work in 3.9 and 3.10 at least.
CONDA_SUBDIR=osx-64 conda create -n myenv_x86 python=3.9
conda activate myenv_x86
conda config --env --set subdir osx-64
Hope this help, good luck to you all.
Describe the bug I know its a duplicate, but other bug report is inactive. https://github.com/Azure/azure-sdk-for-python/issues/28760
Unable to install mltable/dependency issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior install MLtable Screenshots If applicable, add screenshots to help explain your problem.
Additional context Full log of installation