Open tvdermeer opened 2 months ago
+1 I get the same issue installing it. Any timeline for fixing this or workaround for it ?
I also have the same error trying to install in the mcr.microsoft.com/devcontainers/python:3.12 and 3.11 containers (Debian 12.7) on MacOS ARM64
Having the same issue. Did you manage to find a solution?
I have similar problem during install azureml-pipeline
using: pip install azureml-pipeline
I've got:
INFO: pip is looking at multiple versions of azureml-dataprep to determine which version is compatible with other requirements. This could take a while.
Collecting azureml-dataprep<5.2.0a,>=5.1.0a (from azureml-dataset-runtime~=1.57.0->azureml-train-automl-client~=1.57.0->azureml-pipeline-steps~=1.57.0->azureml-pipeline)
Using cached azureml_dataprep-5.1.5-py3-none-any.whl.metadata (2.2 kB)
Using cached azureml_dataprep-5.1.4-py3-none-any.whl.metadata (2.1 kB)
Using cached azureml_dataprep-5.1.3-py3-none-any.whl.metadata (2.1 kB)
Using cached azureml_dataprep-5.1.2-py3-none-any.whl.metadata (2.1 kB)
Using cached azureml_dataprep-5.1.1-py3-none-any.whl.metadata (2.1 kB)
Using cached azureml_dataprep-5.1.0-py3-none-any.whl.metadata (2.1 kB)
ERROR: Cannot install azureml-dataset-runtime because these package versions have conflicting dependencies.
The conflict is caused by:
azureml-dataprep 5.1.6 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.5 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.4 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.3 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.2 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.1 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
azureml-dataprep 5.1.0 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Python version: 3.10 While my friends who is working on Windows (I'm working on MAX OSX) can create env without error. Is the problem with OS?
Hi, we're sending this friendly reminder because we haven't heard back from you in 30 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 7 days of this comment, the issue will be automatically closed. Thank you!
Here another Mac user. Please devs, make this work!
Describe the bug There is a ResolutionImpossible error when trying to install the promptflow-rag package on MacOS Sonoma 14.6.1 with python3.11.9
How To Reproduce the bug
pip install promptflow-rag
Tried to install underlying packages that create the resolution error 'azureml-dataprep' seperately but that doesn't help. When trying to install that package, the following error appears:Expected behavior That the package would install Screenshots If applicable, add screenshots to help explain your problem.
Running Information(please complete the following information):
pf -v
: not possible to installpython --version
: 3.11.9