-
Notifications
You must be signed in to change notification settings - Fork 308
Open
Labels
contribution welcomeenhancementEnhancement requestEnhancement requestfeatureNew feature requestNew feature requesthelp wantedExtra attention is neededExtra attention is needed
Description
I installed tensorflow from conda-forge and tensorflow_io with pip. However importing tensorflow_io failed with an error
NotImplementedError: unable to open file: libtensorflow_io.so, from paths: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/co
re/python/ops/libtensorflow_io.so']
caused by: ['/data/miniconda/lib/python3.7/site-packages/tensorflow_io/core/python/ops/libtensorflow_io.so: undefined symbol: _ZN10tensor
flow10FileSystem10FilesExistERKSt6vectorISsSaISsEEPS1_INS_6StatusESaIS6_EE']
It seems the tensorflow_io wheel on pypi was not built with C++11 ABI. Could you publish a compatible version to conda-forge if you have to support older OSs? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contribution welcomeenhancementEnhancement requestEnhancement requestfeatureNew feature requestNew feature requesthelp wantedExtra attention is neededExtra attention is needed