Open Roy-Kid opened 3 years ago
The most likely explanation is that you're compiling against one version of TensorFlow but linking to a different version at runtime. Notice that the error is happening inside libtensorflow.so. That is, the TensorFlow library is getting an error trying to find a TensorFlow function! Make sure you don't have any other version of TensorFlow in your library path.
@Roy-Kid did you solved the problem? I am having it too
hi I get an error when from openmmnn import * :
It quite seems like some issues aforementioned, but I have tried those solutions but still wrong with it. Do you know how to fix it?
here is how I install the plugin:
and the openmm is install directly from conda with v7.6 Thanks in advanced!