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

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' error #296

Open
fbalo-medium opened this issue Jun 15, 2023 · 5 comments
Open

Comments

@fbalo-medium
Copy link

I sometimes get this error when installing evcouplings via pip.

@ChristophKnapp
Copy link

I have the same problem. Allthough its not sometimes for me.

Seems to me we need to dumb down the python version until sklearn is not deprecated anymore or sklearn imports need to be replaced with scikit-learn. I would prefer the later.

Is it better to install the development version?

@ChristophKnapp
Copy link

The development version installs without problems for me.

@thomashopf
Copy link
Contributor

Yes, please use the development branch for now while we are in the process of preparing a new public release. You may need to use an older version of numpy and pandas if there are any error messages.

@zachcp
Copy link
Contributor

zachcp commented Oct 3, 2023

+1 for updating to newer numpy and updated release. Are there tasks you could use help on?

@fbalo-medium
Copy link
Author

For who might need this; I was able to downgrade the packages below to this versions for the development branch to work for me.

pip install pandas==1.2.4 seaborn==0.11.2 scipy==1.7.1 numba==0.53.1 matplotlib==3.4.1 numpy==1.19.5

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

4 participants