requirements.txt is broken
ERROR: tensorflow-gpu 2.2.0 has requirement h5py<2.11.0,>=2.10.0, but you'll have h5py 2.8.0 which is incompatible. ERROR: tensorboard 2.2.2 has requirement setuptools>=41.0.0, but you'll have setuptools 39.1.0 which is incompatible. ERROR: google-auth 1.16.0 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible.
no build error but crash on run
python demo.py final
Traceback (most recent call last):
File "demo.py", line 7, in
import coref_ops
File "/home/stephane/coref2/3/e2e-coref/coref_ops.py", line 8, in
with tensorflow-gpu==1.14 tensorflow-hub==0.4.0 h5py nltk pyhocon scipy sklearn setuptools==41.0.0
todo try 1.12
This setting works for me. I am using python 2.7
tensorflow==1.12.0 tensorflow-hub==0.2.0 pyhocon==0.3.50 nltk==3.0 sklearn scipy h5py