From 5e364476c63da529b9171a45383a5e64f06e71c4 Mon Sep 17 00:00:00 2001 From: Yuhang Zhang Date: Wed, 8 May 2024 11:46:11 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 873c2ad..dbf443c 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,16 @@ The tool is tested with *NVIDIA Tesla V100 SXM2 32 GB*, with ```NVIDIA Driver Ve Python package requirements can be found in [requirements.txt](requirements.txt). +## Potential Issue & Solution +If the user encounters the following error when trying to launch the GUI during first time: +``` +qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. +``` +The solution is to install the dependency by running: +``` +apt-get install libxcb-cursor0 +``` + ## Data The imaging and associated clinical data downloaded from MIDRC (The Medical Imaging and Data Resource Center) and used for research in this repository was made possible by the National Institute of Biomedical Imaging and Bioengineering (NIBIB) of the National Institutes of Health under contract 75N92020C00021. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.