-
Notifications
You must be signed in to change notification settings - Fork 15
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
Importing csrank causes error without optional theano installed #137
Labels
Comments
Looks like this has been the case since optional dependencies were introduced. The problem is that we re-export everything at the top level, so |
I see two options:
(2) is probably best for a hotfix 1.2.1. |
timokau
added a commit
to timokau/cs-ranking
that referenced
this issue
Jun 8, 2020
This was referenced Jun 8, 2020
timokau
added a commit
to timokau/cs-ranking
that referenced
this issue
Jun 8, 2020
kiudee
added a commit
that referenced
this issue
Sep 14, 2020
kiudee
added a commit
that referenced
this issue
Sep 14, 2020
kiudee
added a commit
that referenced
this issue
Sep 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simply running
after installing
csrank
from pip without any optional dependencies, results in the following error:This should definitely not happen.
Version: 1.2.0
The text was updated successfully, but these errors were encountered: