An Azure machine learning service for building and deploying models.
I'm not sure if it works for everyone but here are the steps I solved the problem for my case:
(1) instead of running a jupyter notebook, I tried to run a python script with terminal using a corresponding conda environment
(2) got error at the step of importing azureml.core: ImportError: The 'pyparsing' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.
(3) found a solution to fix the error here: https://stackoverflow.com/questions/68253393/is-there-any-way-to-fix-azure-cli-import-pyparsing-error-on-mac and it's true that I created a file named copy.py in my notebooks folder.
(4) renaming the file solved everything ![]()
Maybe it's worth to try to do the same step (1) and (2) to see if you get any error when importing azureml.