Closed martinResearch closed 3 months ago
Thanks for the feedback, we’ll investigate asap.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github @Azure/azure-ml-sdk @xgithubtriage.
Any ETA with this issue?
If I downgrade to older versions of azure-storage-file-datalake==12.8.0 and azure-storage-blob==12.13.0, I receive error when try to read data asset:
ValueError: Protocol not known: azureml
Did I miss anything? Am I only blocked?
Any updates on this issue? It is really blocking.
I need at least azure-storage-blob>=12.14.0 (as I need some specific features, like "list_blob_names" method), and I have also to used mlflow to monitor training pipelines. I am completly blocked...
Hi ! I have the same issue, any update on this topic would be very appreciated. Regards
seems like the problem is solved when using azureml-mlflow>=1.54.0.post1
Hi @martinResearch. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.
Hi @martinResearch, since you haven’t asked that we /unresolve
the issue, we’ll close this out. If you believe further discussion is needed, please add a comment /unresolve
to reopen the issue.
Describe the bug
When trying to install the latest version of
azureml-mlflow
(1.50.0) with latestazure-ai-ml
(1.5.0) the tool pip-compile (from the pip-tools library) cannot resolve a version forazure-storage-blob that works
and I get this conflicting constraints:The latest
azureml-mlflow
1.50.0 requires a version ofazure-storage-blob
that is not newer than a version from July 2022 (12.13.0). Usingpip-compile requirements.txt --resolver=backtracking
solves the problem but yieldsazure-storage-file-datalake==12.8.0
andazure-storage-blob==12.13.0
which are not the latest versions and thus It would be good to relax the constraint azure-storage-blob<=12.13.0 in azureml-mlflow in order to be able to use the latestazure-storage-blob
version.To Reproduce Steps to reproduce the behavior:
azureml-mlflow==1.50.0
andazure-ai-ml==1.5.0