Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ModuleNotFoundError #51

Closed
morbificagent opened this issue Oct 21, 2024 · 2 comments
Closed

ModuleNotFoundError #51

morbificagent opened this issue Oct 21, 2024 · 2 comments

Comments

@morbificagent
Copy link

Hi there,

wanted to try the docker version with the command

docker run -it --restart=always -p 7860:7860
-v biniou_outputs:/home/biniou/biniou/outputs
-v biniou_models:/home/biniou/biniou/models
-v biniou_cache:/home/biniou/.cache/huggingface
-v biniou_gfpgan:/home/biniou/biniou/gfpgan
biniou:latest

But i get this error message:

Traceback (most recent call last):
File "/home/biniou/biniou/webui.py", line 10, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'

@morbificagent
Copy link
Author

Oh im sorry, i think its because im on ARM :-(

@Woolverine94
Copy link
Owner

Hello @morbificagent,

Thanks for you report.

Unfortunately, ARM architecture are not indeed supported by biniou (most requirements doesn't provide binaries for ARM architecture).

If you're using Apple silicon, you can read this thread that provides an acceptable workaround.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants