Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages while building image, when running source ./install_python_deps.sh #19

Open
fjammes opened this issue Oct 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@fjammes
Copy link
Collaborator

fjammes commented Oct 20, 2022

Check fink-k8s GHA for more detail.

Installing collected packages: george
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.
astronet 0.10.1.dev23+gec83814 requires fink-client, which is not installed.
astronet 0.10.1.dev23+gec83814 requires imbalanced-learn==0.7.0, which is not installed.
astronet 0.10.1.dev23+gec83814 requires optuna==2.3.0, which is not installed.
astronet 0.10.1.dev23+gec83814 requires tensorflow>=2.8.0; sys_platform == "linux", which is not installed.
astronet 0.10.1.dev23+gec83814 requires tensorflow-model-optimization>=0.7.2, which is not installed.
astronet 0.10.1.dev23+gec83814 requires joblib==0.17.0, but you have joblib 1.2.0 which is incompatible.
astronet 0.10.1.dev23+gec83814 requires seaborn==0.11.0, but you have seaborn 0.12.1 which is incompatible.
Successfully installed george-0.4.0
Collecting imbalanced-learn==0.7.0
  Downloading imbalanced_learn-0.7.0-py3-none-any.whl (167 kB)
Requirement already satisfied: numpy>=1.13.3 in /home/fink/miniconda/lib/python3.9/site-packages (from imbalanced-learn==0.7.0) (1.23.4)
Requirement already satisfied: joblib>=0.11 in /home/fink/miniconda/lib/python3.9/site-packages (from imbalanced-learn==0.7.0) (1.2.0)
Requirement already satisfied: scikit-learn>=0.23 in /home/fink/miniconda/lib/python3.9/site-packages (from imbalanced-learn==0.7.0) (1.0.2)
Requirement already satisfied: scipy>=0.19.1 in /home/fink/miniconda/lib/python3.9/site-packages (from imbalanced-learn==0.7.0) (1.9.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/fink/miniconda/lib/python3.9/site-packages (from scikit-learn>=0.23->imbalanced-learn==0.7.0) (3.1.0)
Installing collected packages: imbalanced-learn
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.
astronet 0.10.1.dev23+gec83814 requires fink-client, which is not installed.
astronet 0.10.1.dev23+gec83814 requires optuna==2.3.0, which is not installed.
astronet 0.10.1.dev23+gec83814 requires tensorflow>=2.8.0; sys_platform == "linux", which is not installed.
astronet 0.10.1.dev23+gec83814 requires tensorflow-model-optimization>=0.7.2, which is not installed.
astronet 0.10.1.dev23+gec83814 requires joblib==0.17.0, but you have joblib 1.2.0 which is incompatible.
astronet 0.10.1.dev23+gec83814 requires seaborn==0.11.0, but you have seaborn 0.12.1 which is incompatible.
...
 absl-py, wrapt, tf-estimator-nightly, termcolor, tensorflow-io-gcs-filesystem, tensorboard, opt-einsum, libclang, keras-preprocessing, keras, google-pasta, gast, flatbuffers, astunparse, tensorflow
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.
astronet 0.10.1.dev23+gec83814 requires fink-client, which is not installed.
astronet 0.10.1.dev23+gec83814 requires tensorflow-model-optimization>=0.7.2, which is not installed.
astronet 0.10.1.dev23+gec83814 requires joblib==0.17.0, but you have joblib 1.2.0 which is incompatible.
astronet 0.10.1.dev23+gec83814 requires seaborn==0.11.0, but you have seaborn 0.12.1 which is incompatible.
@fjammes fjammes added the bug Something isn't working label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant