dnzzcn/cuDNNv

Can' Load QT

Opened this issue · 3 comments

I am getting the following error when I run ./cuDNNv & command

QFactoryLoader::QFactoryLoader() checking directory path "/home/.../cuda-workspace/cuDNNv/platforms" ...
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Reinstalling the application may fix this problem.

same here

./cuDNNv &                                       
[1] 28371
QFactoryLoader::QFactoryLoader() checking directory path "/home/PATH/cuDNNv/platforms" ...                 
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

I got it to work by moving the "/home/PATH/cuDNNv/plugins/platforms" folder into "/home/PATH/cuDNNv/platforms"

I then had some qt5_12 issues that I resolved by ...instaslling qt5.12 (it didn't like my other version of qt) and making sure my LD_LIBRARY_PATH included "/usr/lib/x86_64-linux-gnu"