Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
2 answers
532 views

unable to import azureml in vscode

I've installed python 3.8, from vscode terminal I created an env and seem to have successfully installed azureml as below: C:\Python38\python.exe -m venv tempml tempml\scripts\activate pip install ...
tezzaaa's user avatar
  • 469
0 votes
1 answer
494 views

MLmodel local deployment with azure python sdk

I'm trying to deploy a mlflow model locally using azure sdk for python. I'm following this example https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/online/mlflow/online-...
Jakub Małecki's user avatar
1 vote
1 answer
390 views

AzureML Cannot create a deployment in endpoint p2b-sample-endpoint because it is in Creating provisioning state

online_endpoint_name = "p2b-sample-endpoint" # create an online endpoint endpoint = ManagedOnlineEndpoint( name=online_endpoint_name, description="this is a sample online ...
Kaushik J's user avatar
  • 1,032
0 votes
1 answer
364 views

What are valid Azure ML Workspace connection argument options?

I want to build an Azure ML environment with two python packages that I have in Azure Devops. For this I need a workspace connection to Azure Devops. One package is published to an artifact feed and I ...
Kyllian Broers's user avatar
1 vote
1 answer
653 views

How can I use modules in Azure ML studio designer pipeline?

I am currently using a python script in my Azure pipeline Import data as Dataframe --> Run Python Script --> Export Dataframe My script is developed locally and I get import errors when ...
LeOverflow's user avatar
-1 votes
1 answer
253 views

Facing problem in azure ml pipeline creation

When creating the container image, it is showing below error in ACI instance. Any help is appreciated. Exception in worker process Traceback (most recent call last): File "/opt/miniconda/lib/...
Gowtham's user avatar
  • 13