mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
441 stars 92 forks source link

Failed to build h5py scikit-learn scipy #56

Open liyaoshigehaoren opened 4 years ago

liyaoshigehaoren commented 4 years ago

pip install requirements.txt

mwharton3 commented 3 years ago

It looks like a couple requirements weren't listed (including Python 3.6). Try these lines instead (if using conda):

conda create -n coref python=3.6
conda activate coref
pip install setuptools==45
pip install -r requirements.txt