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
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.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "demo.py", line 7, in
import coref_model as cm
File "/home/stephane/coref2/3/e2e-coref/coref_model.py", line 17, in
import coref_ops
File "/home/stephane/coref2/3/e2e-coref/coref_ops.py", line 8, in
coref_op_library = tf.load_op_library("./coref_kernels.so")
File "/home/stephane/miniconda3/envs/py36/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: cannot open shared object file: No such file or directory
with
tensorflow-gpu==1.14
tensorflow-hub==0.4.0
h5py
nltk
pyhocon
scipy
sklearn
setuptools==41.0.0
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.
The text was updated successfully, but these errors were encountered: