Share via

Azure ML Workspace - Export Data Component

Dominic Parkes/IT/CREDITSAFE 0 Reputation points
2024-10-21T08:40:43.63+00:00

I have a job in Azure ML workspace that has worked nicely for the last 18 months - now I can't export data to an Azure SQL DB. The component doesn't fail - but no data is written. Using the Export Data component.

This is in the log: Failure while loading azureml_run_type_providers. Failed to load entrypoint azureml.PipelineRun = azureml.pipeline.core.run:PipelineRun._from_dto with exception (cryptography 38.0.3 (/azureml-envs/azureml_5d077abbd07db0adce33a31f89d135fc/lib/python3.8/site-packages), Requirement.parse('cryptography!=1.9,!=2.0.,!=2.1.,!=2.2.*,<38.0.0'), {'azureml-core'}).

Failure while loading azureml_run_type_providers. Failed to load entrypoint azureml.ReusedStepRun = azureml.pipeline.core.run:StepRun._from_reused_dto with exception (cryptography 38.0.3 (/azureml-envs/azureml_5d077abbd07db0adce33a31f89d135fc/lib/python3.8/site-packages), Requirement.parse('cryptography!=1.9,!=2.0.,!=2.1.,!=2.2.*,<38.0.0'), {'azureml-core'}).

Failure while loading azureml_run_type_providers. Failed to load entrypoint azureml.StepRun = azureml.pipeline.core.run:StepRun._from_dto with exception (cryptography 38.0.3 (/azureml-envs/azureml_5d077abbd07db0adce33a31f89d135fc/lib/python3.8/site-packages), Requirement.parse('cryptography!=1.9,!=2.0.,!=2.1.,!=2.2.*,<38.0.0'), {'azureml-core'}).

Failure while loading azureml_run_type_providers. Failed to load entrypoint azureml.scriptrun = azureml.core.script_run:ScriptRun._from_run_dto with exception (cryptography 38.0.3 (/azureml-envs/azureml_5d077abbd07db0adce33a31f89d135fc/lib/python3.8/site-packages), Requirement.parse('cryptography!=1.9,!=2.0.,!=2.1.,!=2.2.*,<38.0.0')).

Any help much appreciated.

Azure Machine Learning

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.