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

Install fails due to use of deprecated sklearn package #134

Open
benfogelson opened this issue May 16, 2023 · 1 comment
Open

Install fails due to use of deprecated sklearn package #134

benfogelson opened this issue May 16, 2023 · 1 comment

Comments

@benfogelson
Copy link

The requirements.txt file lists sklearn as a dependency. This is deprecated, and intermittently raises an error on install (see https://github.com/scikit-learn/sklearn-pypi-package).

I've made a PR to fix the issue: #133

@ceferisbarov
Copy link

A temporary fix:

  1. Update requirements.txt yourself.
  2. Run pip install -e . in the base folder.
  3. Verify with pip show deberta

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