You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
This error is being throw ~500 times per day or so and should be investigated (and ideally resolved):
Traceback (most recent call last):
File "server.py", line 20, in <module>
from allennlp.models.archival import load_archive
File "/usr/local/lib/python3.7/site-packages/allennlp/models/__init__.py", line 8, in <module>
from allennlp.models.bert_for_classification import BertForClassification
File "/usr/local/lib/python3.7/site-packages/allennlp/models/bert_for_classification.py", line 11, in <module>
from allennlp.training.metrics import CategoricalAccuracy
File "/usr/local/lib/python3.7/site-packages/allennlp/training/metrics/__init__.py", line 12, in <module>
from allennlp.training.metrics.conll_coref_scores import ConllCorefScores
File "/usr/local/lib/python3.7/site-packages/allennlp/training/metrics/conll_coref_scores.py", line 5, in <module>
from sklearn.utils.linear_assignment_ import linear_assignment
ModuleNotFoundError: No module named 'sklearn.utils.linear_assignment_'
The text was updated successfully, but these errors were encountered:
This error is being throw ~500 times per day or so and should be investigated (and ideally resolved):
The text was updated successfully, but these errors were encountered: