ARCC-RACE / deepracer-for-dummies

a quick way to get up and running with local deepracer training environment
66 stars 28 forks source link

Qt_5.11 not found in ubuntu 18.04 #69

Closed bkkite closed 4 years ago

bkkite commented 4 years ago

Hi guys,

When i tried to run ./gui i got this error

/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.11' not found (required by ./gui)

i check which version i got - > qmake -v Using Qt version 5.9.5 in /usr/lib/x86_64-linux-gnu But i dont know how to update from 5.9.5 to this version to 5.11?

bkkite commented 4 years ago

Solved, I installed Qt creator and other dependencies and compiled the project again. And then i can run ./gui with success.