Query regarding the Compatibility of PyQt5 with Workbench

Please describe your issue or request::
I been experimenting around the types of applications workbench can support except the default ones like VS code and JupyterLab, plus Gradio which is mentioned in the Docs.
I been trying to run PyQt5 browser using both classes of Process and Web Application. But I end up with similar errors which I am not able to detect.

Here’s the Log:
workbench.log (245.6 KB)

I am guessing that such application are not supported, but I wanted to make sure of it.


Process

Please tick the appropriate box to help us categorize your post
Bug or Error
Feature Request
Documentation Issue
Other

Should be possible. See here: qt - Docker for GUI-based environments? - Stack Overflow

Thanks, That will work but since this will be a submission for a hackathon, and installing a third party software for viewing a GUI will create an extra layer of complexity for the judges while evaluation.
Now I think i need to somehow utilize Gradio for my use case. This will be my second time doing this, initially I had to jump from Electronjs based browser to PyQt5 based browser due to compatibility issue with Workbench, and now from that to Gradio hoping it aligns with my idea. This has nothing to do with Workbench but I blame my decision making.
Thanks again btw.

I think you are fine on that.

Being able to plug into third party applications running on the system is very interesting.

1 Like

Happy to hear that you think that way. I am currently moving on towards using Gradio, which works effortlessly except the part of fastapi issue which I did overcome with the help of your comment. Since I lost my previous hackathon for not deploying my project for the judges to access it without building it locally, I now at least make sure the setup process to have least number of manual work as possible.
Thanks again!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.