Skip to content

Instantly share code, notes, and snippets.

@pjspillai
Created July 25, 2018 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjspillai/dcbd8f4c7804b7cd631f8bec460c14d6 to your computer and use it in GitHub Desktop.
Save pjspillai/dcbd8f4c7804b7cd631f8bec460c14d6 to your computer and use it in GitHub Desktop.
qt liqxcb Error (This application failed to start because it could not find or load the Qt platform plugin "xcb")
Problem occurs with anaconda's Qt installation conflicting with the default Qt5 installation (installed via .run)
sudo ln -sf /home/ppillai/anaconda2/envs/tensorflow/plugins/platforms /usr/bin/platforms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment