-
Notifications
You must be signed in to change notification settings - Fork 194
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
tf 1.3.0 cannot find -ltensorflow_framework #56
Comments
you may revised the link_directories in the c_ops/CMakeLists.txt |
In my cae, the tensorflow_framework library file's name was not libtensorflow_framework.so but libtensorflow_framework.so.1. The tensorflow version is 1.14.0. I just made symbolic link for it and the problem has gone. $ cd /usr/local/lib/python3.6/dist-packages/tensorflow/ |
This worked for me
|
Additionally, you can get the directory of this library by doing: |
I tried to do that, but there is already file libtensorflow_framework.so in that library. However, I am still getting error |
Hi! Have u solved your problem? |
… a mess caused by tensorflow versions, cudaversion which are wrongly specified by the puflow repo. Our solution is 1. changed the old tf_ops with a cleaner version from :https://github.com/guochengqian/PU-GCN/tree/master/tf_ops 2. for the issue with cannot find -ltensorflow_framework, check: https://github.com/bgshih/aster/issues/56\#issuecomment-501973315
cannot find -ltensorflow_framework ?
The text was updated successfully, but these errors were encountered: