-
Notifications
You must be signed in to change notification settings - Fork 430
gcc ABI incompatibility #227
Copy link
Copy link
Closed
Description
setup.py assumes tensorflow was compiled by gcc 4.x. My tensorflow is compiled with 5.x, so the line:
if gcc_version == 5:
compile_command += " -D_GLIBCXX_USE_CXX11_ABI=0"
causes an undefined symbol error. Removing it makes everything work. I'm not sure if there's a way to work out which ABI tensorflow was compiled with.
Probably not going to get many people, but might worth making a note in the readme or something.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels