Hi,
I am trying to use your module as part of the stanza pipeline. Although the setup_all.sh does not exist (anymore), I think I installed it correctly. When I run the code as you propose under 'Quick start - Stanza', I get this error:
Traceback (most recent call last):
File "C:/Users/maudg/OneDrive/Documenten/SLT/stage/e2e_testing/testing.py", line 2, in
import e2edutch.stanza
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\stanza.py", line 8, in
from e2edutch import coref_model as cm
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_model.py", line 13, in
from . import coref_ops
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_ops.py", line 8, in
pkg_resources.resource_filename("e2edutch", "coref_kernels.so"))
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\tensorflow\python\framework\load_library.py", line 57, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_kernels.so not found
but when i look in that exact folder, it contains that so-file.
Does anyone know how to fixed that? Thank you in advance
Hi,
I am trying to use your module as part of the stanza pipeline. Although the setup_all.sh does not exist (anymore), I think I installed it correctly. When I run the code as you propose under 'Quick start - Stanza', I get this error:
Traceback (most recent call last):
File "C:/Users/maudg/OneDrive/Documenten/SLT/stage/e2e_testing/testing.py", line 2, in
import e2edutch.stanza
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\stanza.py", line 8, in
from e2edutch import coref_model as cm
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_model.py", line 13, in
from . import coref_ops
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_ops.py", line 8, in
pkg_resources.resource_filename("e2edutch", "coref_kernels.so"))
File "C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\tensorflow\python\framework\load_library.py", line 57, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: C:\Users\maudg\anaconda3\envs\e2e_testing\lib\site-packages\e2edutch\coref_kernels.so not found
but when i look in that exact folder, it contains that so-file.
Does anyone know how to fixed that? Thank you in advance