Open WillFrasier opened 4 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.
Hi @WillFrasier - thanks for opening an issue. We'll take a look asap!
@WillFrasier The package azureml-train-automl does not currently support Python 3.11. https://pypi.org/project/azureml-train-automl/ includes Requires: Python <3.11, >=3.8 Can you try with Python 3.10 ?
Describe the bug I want to use AutoML from a notebook. After creating a brand new virtual env and installing the following packages (ipykernel pandas numpy scikit-learn azureml-core) I get an error when installing "azureml-train-automl". The error appears to be "AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'" but i could be reading the logs incorrectly.
To Reproduce Steps to reproduce the behavior:
Expected behavior azureml-train-automl to install correctly.
Screenshots pip install azureml-train-automl error.txt
Additional context