Skip to content

Commit

Permalink
Fix protobuf IndentationError issue (#3451)
Browse files Browse the repository at this point in the history
* upper bound for protobuf

* add quotes
  • Loading branch information
iamrk04 authored Dec 2, 2024
1 parent 17c67f3 commit 896955c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/python/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ pip install azure-ai-ml
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
# </az_ml_sdk_test_install>

# protobuf==5.29.0 has IndentationError bug
pip install "protobuf<=5.28.3"

pip list

0 comments on commit 896955c

Please sign in to comment.