-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Machine LearningService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.dataprepIssues subcategorized for ML dataprep libraryIssues subcategorized for ML dataprep libraryfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Description
- Package Name: azureml-dataprep
- Package Version: 5.3.3
- Operating System: Azure pipeline
- Python Version: 3.13.3
Describe the bug
When installing azureml-dataprep==5.3.3 using Python 3.13 i am getting error :
Using Python 3.13.3 environment at: venv
× No solution found when resolving dependencies:
╰─▶ Because azureml-dataprep-native==41.0.0 has no wheels with a matching
Python ABI tag (e.g., `cp313`) and only azureml-dataprep-native<=41.0.0
is available, we can conclude that azureml-dataprep-native>=41.0.0
cannot be used.
And because azureml-dataprep==5.3.3 depends on
azureml-dataprep-native>=41.0.0, we can conclude that
azureml-dataprep==5.3.3 cannot be used.
And because only azureml-dataprep<=5.3.3 is available and you require
azureml-dataprep>=5.3.3, we can conclude that your requirements are
unsatisfiable.
hint: `azureml-dataprep` was requested with a pre-release marker (e.g.,
azureml-dataprep>5.3.3,<5.4.dev0), but pre-releases weren't enabled
(try: `--prerelease=allow`)
hint: You require CPython 3.13 (`cp313`), but we only found wheels for
`azureml-dataprep-native` (v41.0.0) with the following Python ABI tags:
`cp37m`, `cp38`, `cp39`, `cp310`, `cp311`, `cp312`
To Reproduce
Steps to reproduce the behavior:
- Install Python 3.13
- Create venv
- Add azureml-dataprep==5.3.3 to requirements.txt
- get error
Expected behavior
Wheels for Python 3.13 available for azureml-dataprep-native==41.0.0 library, full 3.13 support for azureml-dataprep==5.3.3
Metadata
Metadata
Assignees
Labels
Machine LearningService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.dataprepIssues subcategorized for ML dataprep libraryIssues subcategorized for ML dataprep libraryfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team