PowerApps-Samples icon indicating copy to clipboard operation
PowerApps-Samples copied to clipboard

Package dependecies Issues for BYOM example

Open chenyugaopwc opened this issue 2 years ago • 8 comments

According to the document: https://github.com/microsoft/PowerApps-Samples/tree/master/ai-builder/BringYourOwnModelTutorial Also followed Matteo Iacomelli [email protected] instruction to update "pip==21.0.1" to "pip==20.2.4". Still got the following:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyldavis 3.3.1 requires numpy>=1.20.0, but you have numpy 1.19.5 which is incompatible. pyldavis 3.3.1 requires pandas>=1.2.0, but you have pandas 0.25.3 which is incompatible. pycaret 2.3.5 requires lightgbm>=2.3.1, but you have lightgbm 2.3.0 which is incompatible. pycaret 2.3.5 requires scikit-learn==0.23.2, but you have scikit-learn 0.22.2.post1 which is incompatible. azureml-train-automl-runtime 1.36.0 requires azureml-automl-core~=1.36.0, but you have azureml-automl-core 1.19.0 which is incompatible. azureml-train-automl-runtime 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. azureml-train-automl-runtime 1.36.0 requires azureml-dataset-runtime[fuse,pandas]~=1.36.0, but you have azureml-dataset-runtime 1.19.0.post1 which is incompatible. azureml-train-automl-runtime 1.36.0 requires azureml-telemetry~=1.36.0, but you have azureml-telemetry 1.19.0 which is incompatible. azureml-train-automl-runtime 1.36.0 requires azureml-train-automl-client~=1.36.0, but you have azureml-train-automl-client 1.19.0 which is incompatible. azureml-train-automl-runtime 1.36.0 requires numpy<1.19.0,>=1.16.0, but you have numpy 1.19.5 which is incompatible. azureml-responsibleai 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. azureml-responsibleai 1.36.0 requires azureml-dataset-runtime~=1.36.0, but you have azureml-dataset-runtime 1.19.0.post1 which is incompatible. azureml-interpret 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. azureml-defaults 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. azureml-defaults 1.36.0 requires azureml-dataset-runtime[fuse]~=1.36.0, but you have azureml-dataset-runtime 1.19.0.post1 which is incompatible. azureml-contrib-notebook 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. azureml-contrib-notebook 1.36.0 requires azureml-pipeline-core~=1.36.0, but you have azureml-pipeline-core 1.19.0 which is incompatible. azureml-contrib-fairness 1.36.0 requires azureml-core~=1.36.0, but you have azureml-core 1.19.0 which is incompatible. autokeras 1.0.16.post1 requires tensorflow<2.6,>=2.3.0, but you have tensorflow 2.1.0 which is incompatible.

chenyugaopwc avatar Jan 03 '22 17:01 chenyugaopwc