Skip to content
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

requirements.txt is broken #88

Open
LifeIsStrange opened this issue Jun 2, 2020 · 3 comments
Open

requirements.txt is broken #88

LifeIsStrange opened this issue Jun 2, 2020 · 3 comments

Comments

@LifeIsStrange
Copy link

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.

@LifeIsStrange
Copy link
Author

no build error but crash on run

python demo.py final

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

@LifeIsStrange
Copy link
Author

todo try 1.12

@zlin888
Copy link

zlin888 commented Dec 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants