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

package is incompatible. #171

Closed
wangtvb opened this issue Aug 28, 2022 · 2 comments
Closed

package is incompatible. #171

wangtvb opened this issue Aug 28, 2022 · 2 comments

Comments

@wangtvb
Copy link

wangtvb commented Aug 28, 2022

  1. There are incompatible issues when i install the GAMA on Google Colab.
  2. when i run the official examples,the data can not be fitted into the model

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.
yellowbrick 1.4 requires scikit-learn>=1.0.0, but you have scikit-learn 0.24.2 which is incompatible.
xarray 0.20.2 requires pandas>=1.1, but you have pandas 1.0.5 which is incompatible.
plotnine 0.8.0 requires pandas>=1.1.0, but you have pandas 1.0.5 which is incompatible.
mizani 0.7.3 requires pandas>=1.1.0, but you have pandas 1.0.5 which is incompatible.
google-colab 1.0.0 requires pandas>=1.1.0, but you have pandas 1.0.5 which is incompatible
Screenshot 2022-08-28 at 23 03 40
.

@PGijsbers
Copy link
Member

Thanks for reporting the issue! We are aware of it and it's already been resolved, but we haven't done a release since. We plan for a release soon (early September), until then, you can install gama from github with python -m pip install git+https://github.com/openml-labs/gama.git.

@PGijsbers
Copy link
Member

Should be solved in our new 22.0.0 release. Upgrade gama with python -m pip install --upgrade gama or do a fresh install. Please re-open if you find the problem persists.

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

2 participants