mltable / Azureml Dataprep seems to be still dependent on pkg_resources and thus is broken with python 3.12 #38915
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
dataprep
Issues subcategorized for ML dataprep library
Machine Learning
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
Hi,
I was glad to see that azureml now should be supporting 3.12, but it seems like not all my azureml dependencies truely support 3.12 yet.
What it seems like is that azureml dataprep still is dependent on pkg_resources, and azureml dataprep is a dependency for mltable:
pip freeze slimmed down to relevant packages:
Hope we can sort this out!
To Reproduce
As above using or importing mltable results into this dependency still relying on pkg_resources, which is deprecated in python 3.12.
Expected behavior
I expected for python 3.12 to be compatible as stated in azure ml package documentation.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: