Issue Installing Docker on MacBook M3
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!
try uv pip install pydantic==2.10.6
Same issue on windows
I resolved the issue by executing uv pip install gradio==5.23.1