-
Notifications
You must be signed in to change notification settings - Fork 64
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
undefined symbol error: _ZNK10tensorflow4Node11type_stringEv #204
Comments
I'm getting the same error. Intel® Core™ i5-6500 CPU @ 3.20GHz × 4 |
Same here in an anaconda environment with python 3.6.7.
System: Edit: I acidentally had tensorflow installed via conda in that environment. After uninstalling it and reinstalling tensorflow via pip that error is gone. |
I have the same issue, both on an Ubuntu (19.04) machine and a ArchLinux machine. |
I also had this problem when I was using a tensorflow package install in a conda environment using |
I installed ngraph-tensorflow-bridge pip package in a virtualenv by following the readme.
After that when i want to import the ngraph_bridge module i get an error:
NotFoundError: /home/***/ngraph-venv/lib/python3.7/site-packages/ngraph_bridge/libngraph_bridge.so: undefined symbol: _ZNK10tensorflow4Node11type_stringEv
My system:
Processor : Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
Memory : 10114MB (2114MB used)
Operating System : Debian GNU/Linux 10 (buster)
The text was updated successfully, but these errors were encountered: