Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.01k stars 2.49k forks source link

does azureml-opendatasets work with python3.10 ? #1821

Open smrgit opened 1 year ago

smrgit commented 1 year ago

I got an error from trying to do this: $ python3.10 -m pip install --upgrade azureml-opendatasets

specifically --

  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [315 lines of output]
      Ignoring numpy: markers 'python_version < "3.9"' don't match your environment
      Collecting cython>=0.29
        Downloading Cython-0.29.32-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB)

which I guess maybe answers my question -- in that python_version must be < "3.9" ???


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.