ATL
ATL

Reputation: 31

pip install promptflow-vectordb dependency issue with azureml-dataprep: azureml-dataprep-native not available

I am trying to get azure promptflow to run locally in VSCode. I am using a Mac M3 Max and a conda env with pip and python=3.9.

When I run

pip install promptflow-vectordb

I receive the following error message:


The conflict is caused by:
    azureml-dataprep 5.3.2 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
    azureml-dataprep 5.3.1 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
    azureml-dataprep 5.3.0 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
    azureml-dataprep 5.2.1 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
    azureml-dataprep 5.2.0 depends on azureml-dataprep-native<42.0.0 and >=41.0.0
    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

Apparently there is not any distribution available for azureml-dataprep-native. Why is that?

Upvotes: 0

Views: 13

Answers (1)

ATL
ATL

Reputation: 31

Probably just an issue with nothing available on Mac :/

https://learn.microsoft.com/en-us/answers/questions/2101347/unable-to-install-azureml-sdk-on-mac-2021-silicon

Upvotes: 0

Related Questions