tensorflow / models

Models and examples built with TensorFlow
Other
76.91k stars 45.81k forks source link

relocation error #7455

Open suravijayjilla opened 5 years ago

suravijayjilla commented 5 years ago

Hi, I am facing the below mentioned issue, when i try to run labelimg.py file, please check and give the idea about this issue.

python: relocation error: /media/administrator/D/Objectdetection/objenv/lib/python3.5/site-packages/PyQt5/Qt/plugins/platforms/../../lib/libQt5DBus.so.5: symbol dbus_message_set_allow_interactive_authorization, version LIBDBUS_1_3 not defined in file libdbus-1.so.3 with link time reference

OS: ubuntu 18.04 PyQt version: pyqt5==5.13.0

tensorflowbutler commented 5 years ago

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. What is the top-level directory of the model you are using Have I written custom code OS Platform and Distribution TensorFlow installed from TensorFlow version Bazel version CUDA/cuDNN version GPU model and memory Exact command to reproduce

suravijayjilla commented 5 years ago

Hi, Custom object detection code TensorFlow installed from - pip install TensorFlow TensorFlow version is 1.14.0 I am running that custom code in Ubuntu CPU.

Enter into labelimg folder and run the below command python labelimg.py it shows the relocation error..