Replies: 1 comment
-
Resolved, I had installed a more recent version which strangely gave problems |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm not an expert programmer
I'm trying to install it on a VPS with Debian and Python 3.11
I've tried several times, it forces me to use Venv and I still have to force the installation of the various packages (torch and and others).
In the end, after yet another attempt at run.py, I get an error like this that I can't resolve:
roop-unleashed/ui/tabs/faceswap_tab.py", line 90, in faceswap_tab
with gr.Box():
^^^^^^
AttributeError: module 'gradio' has no attribute 'Box'
How can I solve it?
Or do I have to be particularly careful if I install on a VPS?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions