You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run: python src/main.py --config cfgs/v4_2.yml --output output/v4_2/ --phase play --epoch 690
The terminal error is as follows: QFactoryLoader::QFactoryLoader() checking directory path "/home/ss/下载/enter/envs/movad_env/bin/platforms" ...
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Do you kow how to fix it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi @sbjshxbxijs
it looks like there is some library missing maybe for opencv-python or matplotlib (maybe libxcb library?).
Could you check this or this threads to see if you can find the best solution to fix the problem?
when i run: python src/main.py --config cfgs/v4_2.yml --output output/v4_2/ --phase play --epoch 690
The terminal error is as follows: QFactoryLoader::QFactoryLoader() checking directory path "/home/ss/下载/enter/envs/movad_env/bin/platforms" ...
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Do you kow how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: