web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

Issue Installing Docker on MacBook M3

Open FelipeVeiga opened this issue 9 months ago • 3 comments

Hi everyone,

I'm trying to install Docker on my MacBook with an M3 chip, but it's not working at all. When I attempt to run it, I get the following error:

File "/usr/local/lib/python3.11/site-packages/gradio_client/utils.py", line 887, in get_type 2025-03-27 23:21:04 if "const" in schema: 2025-03-27 23:21:04 ^^^^^^^^^^^^^^^^^ 2025-03-27 23:21:04 TypeError: argument of type 'bool' is not iterable Has anyone successfully installed Docker on a MacBook M3? If so, could you share how you got it working?

Thanks in advance!

FelipeVeiga avatar Mar 28 '25 03:03 FelipeVeiga

try uv pip install pydantic==2.10.6

vvincent1234 avatar Mar 28 '25 05:03 vvincent1234

Same issue on windows

IanWang0403 avatar Mar 28 '25 06:03 IanWang0403

I resolved the issue by executing uv pip install gradio==5.23.1

SparkLee avatar Mar 28 '25 09:03 SparkLee