MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

does azureml-opendatasets work with python3.10 ?

Open smrgit opened this issue 3 years ago • 0 comments

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.

smrgit avatar Sep 19 '22 23:09 smrgit