catalyst-rl-tutorial icon indicating copy to clipboard operation
catalyst-rl-tutorial copied to clipboard

Error when take the scripts/run-trainings

Open ccccccc-lab opened this issue 1 year ago • 0 comments

Hello, your work about catalyst-rl-tutorial with the reinforcement is excellent! I am so happy to have a tutorial like this. Unfortunately, I had some trouble when I take thr scripts/run-trainings which was executived in the conda , the details are as below: /usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.16) or chardet (4.0.0) doesn't match a supported version!

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "/home/chen11/.local/lib/python3.8/site-packages/cv2/qt/plugins" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.


But , in the "/home/chen11/.local/lib/python3.8/site-packages/cv2/qt/plugins",there is ths "xcb".And,I also use "export QT_QPA_PLATFORM_PLUGIN_PATH=/home/chen11/.local/lib/python3.8/site-packages/cv2/qt/plugins/platforms " to define the path.

In my opinions,It is a conflict between virtual environment(conda) and real environment?

ccccccc-lab avatar Sep 27 '24 06:09 ccccccc-lab