Giter VIP home page Giter VIP logo

mlops_workshop's People

Contributors

gnvml avatar lakpa-tamang9 avatar mg-microsoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mlops_workshop's Issues

Module not found error.

I encountered following error in my CI pipeline. I used Ubuntu 18.04 agent and python 3.6. I checked the requirements.txt file and everything is intact.

ERROR: ActivityFailedException:
	Message: Activity Failed:
{
    "error": {
        "code": "UserError",
        "message": "User program failed with ModuleNotFoundError: No module named 'pandas'",
        "messageParameters": {},
        "detailsUri": "[https://aka.ms/azureml-run-troubleshooting",](https://aka.ms/azureml-run-troubleshooting%22,)
        "details": []
    },
    "time": "0001-01-01T00:00:00.000Z"
}
	InnerException None
	ErrorResponse 
{
    "error": {
        "message": "Activity Failed:\n{\n    \"error\": {\n        \"code\": \"UserError\",\n        \"message\": \"User program failed with ModuleNotFoundError: No module named 'pandas'\",\n        \"messageParameters\": {},\n        \"detailsUri\": \"[https://aka.ms/azureml-run-troubleshooting\",\n](https://aka.ms/azureml-run-troubleshooting/%22,/n)        \"details\": []\n    },\n    \"time\": \"0001-01-01T00:00:00.000Z\"\n}"
    }
}

OSError: libgomp.so.1 No such file or directory

Follow your Azure MLOps - DevOps for Machine Learning (Part 7) in Youtube. I have the same code in Training Model step:

az ml run submit-script -g $(azureml.resourceGroup) -w $(azureml.workspaceName) -e $(experiment.name) --ct $(amlcompute.clusterName) -d conda_dependencies.yml -c train_insurance -t ../metadata/run.json train_aml.py

But when run the pipeline, the error shows in Training Model step:

{
    "error": {
        "code": "UserError",
        "message": "User program failed with OSError: libgomp.so.1: cannot open shared object file: No such file or directory",
        "messageParameters": {},
        "detailsUri": "[https://aka.ms/azureml-run-troubleshooting",](https://aka.ms/azureml-run-troubleshooting%22,)
        "details": []
    },
    "time": "0001-01-01T00:00:00.000Z"
}

The base image that chosen automatically by pipeline: mcr.microsoft.com/azureml/o16n-sample-user-base/ubuntu-miniconda

How could I fix that ? I search google, they show that the image need to install libgomp1 by running apt-get install libgomp1.

How could I do that ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.