biobert icon indicating copy to clipboard operation
biobert copied to clipboard

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

Open IbtihalFerwana opened this issue 4 years ago • 2 comments

Trying to run NER, but recieve ImportError Snippet of traceback:

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory Failed to load the native TensorFlow runtime.

IbtihalFerwana avatar Jun 08 '20 19:06 IbtihalFerwana

@IbtihalFerwana The issue appears to be that Tensorflow 1.11 in the requirements.txt file is looking for an older version of CUDA.

I found that by upgrading tensorflow to at least 1.14 resolved the issue. I am running CUDA V10.0.130

Plus, there is a pull request to update the Tensorflow version to 1.15.

kuds avatar Jun 16 '20 04:06 kuds

Sorry for the late reply and thanks for letting us know the issue! We updated our requirements.txt (commit fb9bb00). Thanks!

wonjininfo avatar Jun 17 '20 08:06 wonjininfo