-
Notifications
You must be signed in to change notification settings - Fork 68
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
Sklearn and Numpy Dependencies when installing REL from source (Option 3) #159
Comments
Hi there, Our API server has the following versions installed:
That should be everything, let us know if you run into further problems! |
Thank you for the help! Unfortunately, I am still not able to run the server locally. I deleted my environment and started a fresh one. I first installed REL using I noticed that would install different versions from the ones you specified (it specifically installed So I manually uninstalled those 4 packages re-run pip install for them with the specified versions. Running a
Trying to run the server I am now getting the following stack trace error:
On another note I noticed that the server.py file has no mention of the
Thanks! |
I am trying to run a simple local server by installing REL from source (Option 3) (Following the tutorial from: https://rel.readthedocs.io/en/latest/tutorials/e2e_entity_linking/)
I have also downloaded the generic and wiki_2014 corpus that are linked in github
However, I am running into package versioning issues. For instance just running EntityDisambiguation() I get the following:
I tried downgrading scikit-learn (e.g., 0.22.0) but then I get numpy float depreciation errors. The requirements.txt doesn't specify versions for these packages
What versions of scikit-learn and numpy should be used to correctly load the models provided? Are there any other specific version of packages needed in order to successfully run the example in https://rel.readthedocs.io/en/latest/tutorials/e2e_entity_linking/
The text was updated successfully, but these errors were encountered: