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

Dependency conflicts when installing coupledvae #25

Open
hxyue1 opened this issue Feb 21, 2023 · 0 comments
Open

Dependency conflicts when installing coupledvae #25

hxyue1 opened this issue Feb 21, 2023 · 0 comments

Comments

@hxyue1
Copy link
Collaborator

hxyue1 commented Feb 21, 2023

Dependency conflicts can arise when running the command pip install -i https://test.pypi.org/simple/ coupledvae==0.0.15. scikit-learn seems to be the major culprit.

INFO: pip is looking at multiple versions of coupledvae to determine which version is compatible with other requirements. This could take a while.

ERROR: Cannot install coupledvae because these package versions have conflicting dependencies.

scikit-learn 1.2.1 depends on threadpoolctl>=2.0.0
scikit-learn 1.2.0 depends on threadpoolctl>=2.0.0
scikit-learn 1.1.3 depends on threadpoolctl>=2.0.0
scikit-learn 1.1.2 depends on threadpoolctl>=2.0.0
scikit-learn 1.1.1 depends on threadpoolctl>=2.0.0
scikit-learn 1.1.0 depends on threadpoolctl>=2.0.0
scikit-learn 1.0.2 depends on threadpoolctl>=2.0.0
scikit-learn 1.0.1 depends on threadpoolctl>=2.0.0
scikit-learn 1.0 depends on threadpoolctl>=2.0.0
scikit-learn 0.24.2 depends on joblib>=0.11
scikit-learn 0.24.1 depends on joblib>=0.11
scikit-learn 0.24.0 depends on joblib>=0.11
scikit-learn 0.23.2 depends on joblib>=0.11
scikit-learn 0.23.1 depends on joblib>=0.11
scikit-learn 0.23.0 depends on joblib>=0.11
scikit-learn 0.22 depends on joblib>=0.11
scikit-learn 0.21.0 depends on scipy>=0.17.0
scikit-learn 0.20.3 depends on scipy>=0.13.3```

This can be circumvented by installing `nsc` first, but I'm raising this as an issue because we'll need to come up with a better solution in the long term.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant