Skip to content

Conversation

@nightism
Copy link
Contributor

@nightism nightism commented Jun 20, 2022

Update and fix issues in tutorials

  • jinja2 3.1 was release in Mar 2022, which causes an ImportError in azure-default

  • protobuf 3.20 and 4.21 was release in Apr - May 2022, which is incompatible with feast

    • Will cause TypeError when importing using 4.21; and there are some non backward compatible api release in 3.20.
    • Related issue in feast protobuf pinned to <3.20.0 feast-dev/feast#2484.
    • Restrict 3.10 <= protobuf < 3.20 in the inference.dockerfile.
    • Restrict 3.10 <= protobuf < 3.20 in the unit test pipeline.
  • objectId was changed to id in Microsoft Graph API

  • The default scikit-learn in AzureML may not be compatible with some features in the notebook.

  • Add a clean up block to delete unused service at the end of the tutorial

Closes: #57

nightism added 6 commits June 20, 2022 12:05
- Upgrade azureml-default version to 1.42.0

Closes: Azure#57
- Restrict protobuf version less or equal to 3.20
- Update tutorial readme
- Update some descriptions in azuel templates
- Clean up formatting in azuel templates
@nightism nightism changed the title [Enhancement] Feast-Azure deployment tutorial [Enhancement] Update deployment tutorial Jun 20, 2022
@nightism nightism force-pushed the enhancement/azure-deploy-tutorial branch 2 times, most recently from c2004da to bb9ac9f Compare June 20, 2022 08:01
@nightism nightism force-pushed the enhancement/azure-deploy-tutorial branch from bb9ac9f to 38ea610 Compare June 20, 2022 08:13
@samuel100 samuel100 merged commit 264b31e into Azure:main Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when deploying service - ImportError: cannot import name 'Markup' from 'jinja2'

2 participants