I constantly get errors like
error: subprocess-exited-with-error
or
error: metadata-generation-failed
when i am trying to run the GUI in Google Colab....
Can you provide a notebook that works for running the GUI? I would really appreciate beacuse i have tried everything for solving the issue and nothing worked. Are u using python 3.8?
Thank you!
I don't think colab supports PyQt5.
Someone made a google colab GUI version of the XMem demo and nicely shared their code. This might help you: https://github.com/hkchengrex/XMem/issues/64
I constantly get errors like error: subprocess-exited-with-error or error: metadata-generation-failed when i am trying to run the GUI in Google Colab.... Can you provide a notebook that works for running the GUI? I would really appreciate beacuse i have tried everything for solving the issue and nothing worked. Are u using python 3.8? Thank you!