Help! ModuleNotFoundError: No module named 'rich' when attempting to run dream.py #11
Replies: 1 comment
|
I followed instructions here https://stackoverflow.com/questions/72149472/modulenotfounderror-no-module-named-rich-even-though-i-installed-with-pip and ran python -m pip install rich Now I get python dream.py Loading program... ...System modules loaded... Any ideas? |
Uh oh!
There was an error while loading. Please reload this page.
Followed the install instructions to the letter on an Intel Mac Pro 2019
When I try to run
python /Users//MetalDiffusion/dream.py
I get:
Traceback (most recent call last):
File "/Users//MetalDiffusion/dream.py", line 5, in
from rich import print, box
ModuleNotFoundError: No module named 'rich'
Below is transcript of the last steps of my installation (as followed from the instructions at https://github.com/soten355/MetalDiffusion/wiki/Installation ):
username@Mac-Pro ~ % cd /Users//MetalDiffusion/
username@Mac-Pro MetalDiffusion % python -m venv venv
username@Mac-Pro MetalDiffusion % source venv/bin/activate
(venv) username@Mac-Pro MetalDiffusion % pip install pip --upgrade --no-cache-dir
Requirement already satisfied: pip in ./venv/lib/python3.9/site-packages (21.2.4)
Collecting pip
Downloading pip-23.3.1-py3-none-any.whl (2.1 MB)
|████████████████████████████████| 2.1 MB 1.9 MB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.4
Uninstalling pip-21.2.4:
Successfully uninstalled pip-21.2.4
Successfully installed pip-23.3.1
(venv) username@Mac-Pro MetalDiffusion % pip install -r requirements.txt --no-cache-dir
Collecting h5py (from -r requirements.txt (line 1))
Downloading h5py-3.10.0-cp39-cp39-macosx_10_9_x86_64.whl.metadata (2.5 kB)
Collecting Pillow (from -r requirements.txt (line 2))
Downloading Pillow-10.1.0-cp39-cp39-macosx_10_10_x86_64.whl.metadata (9.5 kB)
Collecting ml_dtypes==0.2.0 (from -r requirements.txt (line 3))
Downloading ml_dtypes-0.2.0-cp39-cp39-macosx_10_9_universal2.whl.metadata (20 kB)
Collecting tensorflow-addons (from -r requirements.txt (line 4))
Downloading tensorflow_addons-0.23.0-cp39-cp39-macosx_10_14_x86_64.whl.metadata (1.8 kB)
Collecting tensorflow-macos (from -r requirements.txt (line 5))
Downloading tensorflow_macos-2.12.0-cp39-cp39-macosx_12_0_x86_64.whl (228.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.4/228.4 MB 24.5 MB/s eta 0:00:00
Collecting tensorflow-metal (from -r requirements.txt (line 6))
Downloading tensorflow_metal-1.0.0-cp39-cp39-macosx_12_0_x86_64.whl.metadata (776 bytes)
Collecting tensorflow-hub (from -r requirements.txt (line 7))
Downloading tensorflow_hub-0.15.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting jax-metal (from -r requirements.txt (line 8))
Downloading jax_metal-0.0.4-py3-none-macosx_10_14_x86_64.whl.metadata (1.1 kB)
Collecting ftfy (from -r requirements.txt (line 9))
Downloading ftfy-6.1.3-py3-none-any.whl.metadata (6.2 kB)
Collecting regex (from -r requirements.txt (line 10))
Downloading regex-2023.10.3-cp39-cp39-macosx_10_9_x86_64.whl.metadata (40 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 129.6 MB/s eta 0:00:00
Collecting gradio==3.50.2 (from -r requirements.txt (line 11))
Downloading gradio-3.50.2-py3-none-any.whl.metadata (17 kB)
Collecting scikit-image (from -r requirements.txt (line 12))
Downloading scikit_image-0.22.0-cp39-cp39-macosx_10_9_x86_64.whl.metadata (13 kB)
Collecting psutil (from -r requirements.txt (line 13))
Downloading psutil-5.9.6-cp36-abi3-macosx_10_9_x86_64.whl.metadata (21 kB)
Collecting torch==2.1.0 (from -r requirements.txt (line 14))
Downloading torch-2.1.0-cp39-none-macosx_10_9_x86_64.whl.metadata (24 kB)
Collecting torchvision (from -r requirements.txt (line 15))
Downloading torchvision-0.16.1-cp39-cp39-macosx_10_13_x86_64.whl.metadata (6.6 kB)
Collecting opencv-python (from -r requirements.txt (line 16))
Downloading opencv_python-4.8.1.78-cp37-abi3-macosx_10_16_x86_64.whl.metadata (19 kB)
Collecting numexpr (from -r requirements.txt (line 17))
Downloading numexpr-2.8.8-cp39-cp39-macosx_10_9_x86_64.whl.metadata (7.9 kB)
Collecting pytorch-lightning (from -r requirements.txt (line 18))
Downloading pytorch_lightning-2.1.2-py3-none-any.whl.metadata (21 kB)
Collecting numpy (from -r requirements.txt (line 19))
Downloading numpy-1.26.2-cp39-cp39-macosx_10_9_x86_64.whl.metadata (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 2.7 MB/s eta 0:00:00
Collecting safetensors (from -r requirements.txt (line 20))
Downloading safetensors-0.4.1-cp39-cp39-macosx_10_7_x86_64.whl.metadata (3.8 kB)
Collecting diffusers (from -r requirements.txt (line 21))
Downloading diffusers-0.24.0-py3-none-any.whl.metadata (18 kB)
Collecting transformers (from -r requirements.txt (line 22))
Downloading transformers-4.36.0-py3-none-any.whl.metadata (126 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.8/126.8 kB 229.2 MB/s eta 0:00:00
Collecting huggingface-hub (from -r requirements.txt (line 23))
Downloading huggingface_hub-0.19.4-py3-none-any.whl.metadata (14 kB)
Collecting rich (from -r requirements.txt (line 24))
Downloading rich-13.7.0-py3-none-any.whl.metadata (18 kB)
Collecting tqdm (from -r requirements.txt (line 25))
Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 18.0 MB/s eta 0:00:00
Collecting compel (from -r requirements.txt (line 26))
Downloading compel-2.0.2-py3-none-any.whl.metadata (12 kB)
Collecting tomesd (from -r requirements.txt (line 27))
Downloading tomesd-0.1.3-py3-none-any.whl.metadata (9.1 kB)
Collecting accelerate (from -r requirements.txt (line 28))
Downloading accelerate-0.25.0-py3-none-any.whl.metadata (18 kB)
Collecting omegaconf (from -r requirements.txt (line 29))
Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 38.8 MB/s eta 0:00:00
Collecting traceback2 (from -r requirements.txt (line 30))
Downloading traceback2-1.4.0-py2.py3-none-any.whl (16 kB)
Collecting aiofiles<24.0,>=22.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting altair<6.0,>=4.2.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading altair-5.2.0-py3-none-any.whl.metadata (8.7 kB)
Collecting fastapi (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading fastapi-0.105.0-py3-none-any.whl.metadata (24 kB)
Collecting ffmpy (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading ffmpy-0.3.1.tar.gz (5.5 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting gradio-client==0.6.1 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading gradio_client-0.6.1-py3-none-any.whl.metadata (7.1 kB)
Collecting httpx (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading httpx-0.25.2-py3-none-any.whl.metadata (6.9 kB)
Collecting importlib-resources<7.0,>=1.3 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)
Collecting jinja2<4.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 53.6 MB/s eta 0:00:00
Collecting markupsafe~=2.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl.metadata (3.0 kB)
Collecting matplotlib~=3.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading matplotlib-3.8.2-cp39-cp39-macosx_10_12_x86_64.whl.metadata (5.8 kB)
Collecting orjson~=3.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading orjson-3.9.10-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl.metadata (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/49.3 kB 152.2 MB/s eta 0:00:00
Collecting packaging (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pandas<3.0,>=1.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading pandas-2.1.4-cp39-cp39-macosx_10_9_x86_64.whl.metadata (18 kB)
Collecting pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0,>=1.7.4 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading pydantic-2.5.2-py3-none-any.whl.metadata (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.2/65.2 kB 158.1 MB/s eta 0:00:00
Collecting pydub (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting python-multipart (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 71.2 MB/s eta 0:00:00
Collecting pyyaml<7.0,>=5.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl.metadata (2.1 kB)
Collecting requests~=2.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting semantic-version~=2.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting typing-extensions~=4.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)
Collecting uvicorn>=0.14.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading uvicorn-0.24.0.post1-py3-none-any.whl.metadata (6.4 kB)
Collecting websockets<12.0,>=10.0 (from gradio==3.50.2->-r requirements.txt (line 11))
Downloading websockets-11.0.3-cp39-cp39-macosx_10_9_x86_64.whl (120 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.0/121.0 kB 29.7 MB/s eta 0:00:00
Collecting filelock (from torch==2.1.0->-r requirements.txt (line 14))
Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)
Collecting sympy (from torch==2.1.0->-r requirements.txt (line 14))
Downloading sympy-1.12-py3-none-any.whl (5.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 27.5 MB/s eta 0:00:00
Collecting networkx (from torch==2.1.0->-r requirements.txt (line 14))
Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting fsspec (from torch==2.1.0->-r requirements.txt (line 14))
Downloading fsspec-2023.12.2-py3-none-any.whl.metadata (6.8 kB)
Collecting typeguard<3.0.0,>=2.7 (from tensorflow-addons->-r requirements.txt (line 4))
Downloading typeguard-2.13.3-py3-none-any.whl (17 kB)
Collecting absl-py>=1.0.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading absl_py-2.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting astunparse>=1.6.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting flatbuffers>=2.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading flatbuffers-23.5.26-py2.py3-none-any.whl.metadata (850 bytes)
Collecting gast<=0.4.0,>=0.2.1 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting google-pasta>=0.1.1 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 33.9 MB/s eta 0:00:00
Collecting jax>=0.3.15 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading jax-0.4.21-py3-none-any.whl.metadata (23 kB)
Collecting libclang>=13.0.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading libclang-16.0.6-py2.py3-none-macosx_10_9_x86_64.whl.metadata (5.2 kB)
Collecting numpy (from -r requirements.txt (line 19))
Downloading numpy-1.23.5-cp39-cp39-macosx_10_9_x86_64.whl (18.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.1/18.1 MB 45.5 MB/s eta 0:00:00
Collecting opt-einsum>=2.3.2 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 67.1 MB/s eta 0:00:00
Collecting protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading protobuf-4.25.1-cp37-abi3-macosx_10_9_universal2.whl.metadata (541 bytes)
Requirement already satisfied: setuptools in ./venv/lib/python3.9/site-packages (from tensorflow-macos->-r requirements.txt (line 5)) (58.0.4)
Collecting six>=1.12.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting termcolor>=1.1.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB)
Collecting wrapt<1.15,>=1.11.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl (35 kB)
Collecting grpcio<2.0,>=1.24.3 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading grpcio-1.60.0-cp39-cp39-macosx_10_10_universal2.whl.metadata (4.0 kB)
Collecting tensorboard<2.13,>=2.12 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading tensorboard-2.12.3-py3-none-any.whl (5.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 46.0 MB/s eta 0:00:00
Collecting tensorflow-estimator<2.13,>=2.12.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading tensorflow_estimator-2.12.0-py2.py3-none-any.whl (440 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 440.7/440.7 kB 41.0 MB/s eta 0:00:00
Collecting keras<2.13,>=2.12.0 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading keras-2.12.0-py2.py3-none-any.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 46.8 MB/s eta 0:00:00
Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading tensorflow_io_gcs_filesystem-0.34.0-cp39-cp39-macosx_10_14_x86_64.whl.metadata (14 kB)
Collecting wheel~=0.35 (from tensorflow-metal->-r requirements.txt (line 6))
Downloading wheel-0.42.0-py3-none-any.whl.metadata (2.2 kB)
Collecting jax>=0.3.15 (from tensorflow-macos->-r requirements.txt (line 5))
Downloading jax-0.4.11.tar.gz (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 42.4 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting jaxlib==0.4.11 (from jax-metal->-r requirements.txt (line 8))
Downloading jaxlib-0.4.11-cp39-cp39-macosx_10_14_x86_64.whl.metadata (2.1 kB)
Collecting scipy>=1.7 (from jax>=0.3.15->tensorflow-macos->-r requirements.txt (line 5))
Downloading scipy-1.11.4-cp39-cp39-macosx_10_9_x86_64.whl.metadata (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 6.1 MB/s eta 0:00:00
Collecting importlib-metadata>=4.6 (from jax>=0.3.15->tensorflow-macos->-r requirements.txt (line 5))
Downloading importlib_metadata-7.0.0-py3-none-any.whl.metadata (4.9 kB)
Collecting wcwidth<0.3.0,>=0.2.12 (from ftfy->-r requirements.txt (line 9))
Downloading wcwidth-0.2.12-py2.py3-none-any.whl.metadata (14 kB)
Collecting imageio>=2.27 (from scikit-image->-r requirements.txt (line 12))
Downloading imageio-2.33.1-py3-none-any.whl.metadata (4.9 kB)
Collecting tifffile>=2022.8.12 (from scikit-image->-r requirements.txt (line 12))
Downloading tifffile-2023.12.9-py3-none-any.whl.metadata (31 kB)
Collecting lazy_loader>=0.3 (from scikit-image->-r requirements.txt (line 12))
Downloading lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB)
INFO: pip is looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while.
Collecting torchvision (from -r requirements.txt (line 15))
Downloading torchvision-0.16.0-cp39-cp39-macosx_10_13_x86_64.whl.metadata (6.6 kB)
Collecting torchmetrics>=0.7.0 (from pytorch-lightning->-r requirements.txt (line 18))
Downloading torchmetrics-1.2.1-py3-none-any.whl.metadata (20 kB)
Collecting lightning-utilities>=0.8.0 (from pytorch-lightning->-r requirements.txt (line 18))
Downloading lightning_utilities-0.10.0-py3-none-any.whl.metadata (4.8 kB)
Collecting tokenizers<0.19,>=0.14 (from transformers->-r requirements.txt (line 22))
Downloading tokenizers-0.15.0-cp39-cp39-macosx_10_7_x86_64.whl.metadata (6.7 kB)
Collecting markdown-it-py>=2.2.0 (from rich->-r requirements.txt (line 24))
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich->-r requirements.txt (line 24))
Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting pyparsing~=3.0 (from compel->-r requirements.txt (line 26))
Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting antlr4-python3-runtime==4.9.* (from omegaconf->-r requirements.txt (line 29))
Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 40.5 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting linecache2 (from traceback2->-r requirements.txt (line 30))
Downloading linecache2-1.0.0-py2.py3-none-any.whl (12 kB)
Collecting jsonschema>=3.0 (from altair<6.0,>=4.2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB)
Collecting toolz (from altair<6.0,>=4.2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 37.3 MB/s eta 0:00:00
Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading aiohttp-3.9.1-cp39-cp39-macosx_10_9_x86_64.whl.metadata (7.4 kB)
Collecting zipp>=0.5 (from importlib-metadata>=4.6->jax>=0.3.15->tensorflow-macos->-r requirements.txt (line 5))
Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->-r requirements.txt (line 24))
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting contourpy>=1.0.1 (from matplotlib~=3.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading contourpy-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib~=3.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib~=3.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading fonttools-4.46.0-cp39-cp39-macosx_10_9_x86_64.whl.metadata (156 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.2/156.2 kB 33.5 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib~=3.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading kiwisolver-1.4.5-cp39-cp39-macosx_10_9_x86_64.whl.metadata (6.4 kB)
Collecting python-dateutil>=2.7 (from matplotlib~=3.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 71.4 MB/s eta 0:00:00
Collecting pytz>=2020.1 (from pandas<3.0,>=1.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.1 (from pandas<3.0,>=1.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 50.0 MB/s eta 0:00:00
Collecting annotated-types>=0.4.0 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0,>=1.7.4->gradio==3.50.2->-r requirements.txt (line 11))
Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting pydantic-core==2.14.5 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,<3.0.0,>=1.7.4->gradio==3.50.2->-r requirements.txt (line 11))
Downloading pydantic_core-2.14.5-cp39-cp39-macosx_10_7_x86_64.whl.metadata (6.5 kB)
Collecting charset-normalizer<4,>=2 (from requests~=2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests~=2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests~=2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests~=2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
Collecting google-auth<3,>=1.6.3 (from tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading google_auth-2.25.2-py2.py3-none-any.whl.metadata (4.7 kB)
Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Collecting markdown>=2.6.8 (from tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading tensorboard_data_server-0.7.2-py3-none-macosx_10_9_x86_64.whl.metadata (1.1 kB)
Collecting werkzeug>=1.0.1 (from tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
Collecting click>=7.0 (from uvicorn>=0.14.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting h11>=0.8 (from uvicorn>=0.14.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 53.6 MB/s eta 0:00:00
Collecting anyio<4.0.0,>=3.7.1 (from fastapi->gradio==3.50.2->-r requirements.txt (line 11))
Downloading anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
Collecting starlette<0.28.0,>=0.27.0 (from fastapi->gradio==3.50.2->-r requirements.txt (line 11))
Downloading starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
Collecting httpcore==1.* (from httpx->gradio==3.50.2->-r requirements.txt (line 11))
Downloading httpcore-1.0.2-py3-none-any.whl.metadata (20 kB)
Collecting sniffio (from httpx->gradio==3.50.2->-r requirements.txt (line 11))
Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting mpmath>=0.19 (from sympy->torch==2.1.0->-r requirements.txt (line 14))
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 106.9 MB/s eta 0:00:00
Collecting attrs>=17.3.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 178.2 MB/s eta 0:00:00
Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading multidict-6.0.4-cp39-cp39-macosx_10_9_x86_64.whl (29 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl.metadata (31 kB)
Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading frozenlist-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl.metadata (5.2 kB)
Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting async-timeout<5.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]>2021.06.0->pytorch-lightning->-r requirements.txt (line 18))
Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting exceptiongroup (from anyio<4.0.0,>=3.7.1->fastapi->gradio==3.50.2->-r requirements.txt (line 11))
Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading cachetools-5.3.2-py3-none-any.whl.metadata (5.2 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 47.1 MB/s eta 0:00:00
Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading referencing-0.32.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==3.50.2->-r requirements.txt (line 11))
Downloading rpds_py-0.13.2-cp39-cp39-macosx_10_7_x86_64.whl.metadata (3.9 kB)
Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard<2.13,>=2.12->tensorflow-macos->-r requirements.txt (line 5))
Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 48.1 MB/s eta 0:00:00
Downloading ml_dtypes-0.2.0-cp39-cp39-macosx_10_9_universal2.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 7.1 MB/s eta 0:00:00
Downloading gradio-3.50.2-py3-none-any.whl (20.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.3/20.3 MB 44.7 MB/s eta 0:00:00
Downloading torch-2.1.0-cp39-none-macosx_10_9_x86_64.whl (147.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.0/147.0 MB 32.3 MB/s eta 0:00:00
Downloading gradio_client-0.6.1-py3-none-any.whl (299 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 299.2/299.2 kB 23.7 MB/s eta 0:00:00
Downloading h5py-3.10.0-cp39-cp39-macosx_10_9_x86_64.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 46.8 MB/s eta 0:00:00
Downloading Pillow-10.1.0-cp39-cp39-macosx_10_10_x86_64.whl (3.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 21.7 MB/s eta 0:00:00
Downloading tensorflow_addons-0.23.0-cp39-cp39-macosx_10_14_x86_64.whl (14.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 45.1 MB/s eta 0:00:00
Downloading tensorflow_metal-1.0.0-cp39-cp39-macosx_12_0_x86_64.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 60.8 MB/s eta 0:00:00
Downloading tensorflow_hub-0.15.0-py2.py3-none-any.whl (85 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 kB 41.8 MB/s eta 0:00:00
Downloading jax_metal-0.0.4-py3-none-macosx_10_14_x86_64.whl (51.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.9/51.9 MB 45.9 MB/s eta 0:00:00
Downloading jaxlib-0.4.11-cp39-cp39-macosx_10_14_x86_64.whl (74.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.9/74.9 MB 28.4 MB/s eta 0:00:00
Downloading ftfy-6.1.3-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.4/53.4 kB 160.4 MB/s eta 0:00:00
Downloading regex-2023.10.3-cp39-cp39-macosx_10_9_x86_64.whl (296 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 87.5 MB/s eta 0:00:00
Downloading scikit_image-0.22.0-cp39-cp39-macosx_10_9_x86_64.whl (13.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/13.9 MB 23.9 MB/s eta 0:00:00
Downloading psutil-5.9.6-cp36-abi3-macosx_10_9_x86_64.whl (246 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/246.1 kB 44.7 MB/s eta 0:00:00
Downloading torchvision-0.16.0-cp39-cp39-macosx_10_13_x86_64.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 37.5 MB/s eta 0:00:00
Downloading opencv_python-4.8.1.78-cp37-abi3-macosx_10_16_x86_64.whl (54.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 MB 25.1 MB/s eta 0:00:00
Downloading numexpr-2.8.8-cp39-cp39-macosx_10_9_x86_64.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.5/102.5 kB 66.2 MB/s eta 0:00:00
Downloading pytorch_lightning-2.1.2-py3-none-any.whl (776 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.9/776.9 kB 55.3 MB/s eta 0:00:00
Downloading safetensors-0.4.1-cp39-cp39-macosx_10_7_x86_64.whl (441 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.6/441.6 kB 48.6 MB/s eta 0:00:00
Downloading diffusers-0.24.0-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 47.0 MB/s eta 0:00:00
Downloading transformers-4.36.0-py3-none-any.whl (8.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 44.3 MB/s eta 0:00:00
Downloading huggingface_hub-0.19.4-py3-none-any.whl (311 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.7/311.7 kB 32.9 MB/s eta 0:00:00
Downloading rich-13.7.0-py3-none-any.whl (240 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 49.4 MB/s eta 0:00:00
Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 192.6 MB/s eta 0:00:00
Downloading compel-2.0.2-py3-none-any.whl (30 kB)
Downloading tomesd-0.1.3-py3-none-any.whl (11 kB)
Downloading accelerate-0.25.0-py3-none-any.whl (265 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 265.7/265.7 kB 79.7 MB/s eta 0:00:00
Downloading absl_py-2.0.0-py3-none-any.whl (130 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.2/130.2 kB 113.9 MB/s eta 0:00:00
Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB)
Downloading altair-5.2.0-py3-none-any.whl (996 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 996.9/996.9 kB 43.9 MB/s eta 0:00:00
Downloading flatbuffers-23.5.26-py2.py3-none-any.whl (26 kB)
Downloading fsspec-2023.12.2-py3-none-any.whl (168 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.0/169.0 kB 43.3 MB/s eta 0:00:00
Downloading grpcio-1.60.0-cp39-cp39-macosx_10_10_universal2.whl (9.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.7/9.7 MB 33.2 MB/s eta 0:00:00
Downloading imageio-2.33.1-py3-none-any.whl (313 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.3/313.3 kB 41.1 MB/s eta 0:00:00
Downloading importlib_metadata-7.0.0-py3-none-any.whl (23 kB)
Downloading importlib_resources-6.1.1-py3-none-any.whl (33 kB)
Downloading lazy_loader-0.3-py3-none-any.whl (9.1 kB)
Downloading libclang-16.0.6-py2.py3-none-macosx_10_9_x86_64.whl (24.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/24.5 MB 26.3 MB/s eta 0:00:00
Downloading lightning_utilities-0.10.0-py3-none-any.whl (24 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 206.6 MB/s eta 0:00:00
Downloading MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl (13 kB)
Downloading matplotlib-3.8.2-cp39-cp39-macosx_10_12_x86_64.whl (7.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 43.7 MB/s eta 0:00:00
Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 46.7 MB/s eta 0:00:00
Downloading orjson-3.9.10-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl (241 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.7/241.7 kB 254.9 MB/s eta 0:00:00
Downloading packaging-23.2-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 174.1 MB/s eta 0:00:00
Downloading pandas-2.1.4-cp39-cp39-macosx_10_9_x86_64.whl (11.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 33.4 MB/s eta 0:00:00
Downloading protobuf-4.25.1-cp37-abi3-macosx_10_9_universal2.whl (394 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 394.2/394.2 kB 34.1 MB/s eta 0:00:00
Downloading pydantic-2.5.2-py3-none-any.whl (381 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.9/381.9 kB 67.6 MB/s eta 0:00:00
Downloading pydantic_core-2.14.5-cp39-cp39-macosx_10_7_x86_64.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 39.5 MB/s eta 0:00:00
Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 46.1 MB/s eta 0:00:00
Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 29.0 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl (197 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.8/197.8 kB 68.2 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 178.1 MB/s eta 0:00:00
Downloading scipy-1.11.4-cp39-cp39-macosx_10_9_x86_64.whl (37.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.3/37.3 MB 44.5 MB/s eta 0:00:00
Downloading tensorflow_io_gcs_filesystem-0.34.0-cp39-cp39-macosx_10_14_x86_64.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 48.2 MB/s eta 0:00:00
Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB)
Downloading tifffile-2023.12.9-py3-none-any.whl (223 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.6/223.6 kB 66.5 MB/s eta 0:00:00
Downloading tokenizers-0.15.0-cp39-cp39-macosx_10_7_x86_64.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 19.9 MB/s eta 0:00:00
Downloading torchmetrics-1.2.1-py3-none-any.whl (806 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.1/806.1 kB 28.5 MB/s eta 0:00:00
Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
Downloading uvicorn-0.24.0.post1-py3-none-any.whl (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.7/59.7 kB 187.9 MB/s eta 0:00:00
Downloading wcwidth-0.2.12-py2.py3-none-any.whl (34 kB)
Downloading wheel-0.42.0-py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 179.9 MB/s eta 0:00:00
Downloading fastapi-0.105.0-py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.1/93.1 kB 209.0 MB/s eta 0:00:00
Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Downloading httpx-0.25.2-py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/75.0 kB 199.8 MB/s eta 0:00:00
Downloading httpcore-1.0.2-py3-none-any.whl (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.9/76.9 kB 75.5 MB/s eta 0:00:00
Downloading aiohttp-3.9.1-cp39-cp39-macosx_10_9_x86_64.whl (397 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.9/397.9 kB 47.4 MB/s eta 0:00:00
Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)
Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 62.1 MB/s eta 0:00:00
Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 51.3 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl (122 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.5/122.5 kB 93.4 MB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 50.1 MB/s eta 0:00:00
Downloading contourpy-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (257 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.1/257.1 kB 50.1 MB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.46.0-cp39-cp39-macosx_10_9_x86_64.whl (2.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 46.8 MB/s eta 0:00:00
Downloading google_auth-2.25.2-py2.py3-none-any.whl (184 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.2/184.2 kB 192.0 MB/s eta 0:00:00
Downloading idna-3.6-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 192.3 MB/s eta 0:00:00
Downloading jsonschema-4.20.0-py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 205.2 MB/s eta 0:00:00
Downloading kiwisolver-1.4.5-cp39-cp39-macosx_10_9_x86_64.whl (68 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.1/68.1 kB 57.1 MB/s eta 0:00:00
Downloading Markdown-3.5.1-py3-none-any.whl (102 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 209.3 MB/s eta 0:00:00
Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 56.9 MB/s eta 0:00:00
Downloading starlette-0.27.0-py3-none-any.whl (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.0/67.0 kB 36.4 MB/s eta 0:00:00
Downloading tensorboard_data_server-0.7.2-py3-none-macosx_10_9_x86_64.whl (4.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 46.1 MB/s eta 0:00:00
Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 60.7 MB/s eta 0:00:00
Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 37.4 MB/s eta 0:00:00
Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)
Downloading frozenlist-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl (47 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.6/47.6 kB 162.1 MB/s eta 0:00:00
Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl (17 kB)
Downloading referencing-0.32.0-py3-none-any.whl (26 kB)
Downloading rpds_py-0.13.2-cp39-cp39-macosx_10_7_x86_64.whl (337 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 337.2/337.2 kB 44.7 MB/s eta 0:00:00
Downloading yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl (83 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.7/83.7 kB 79.4 MB/s eta 0:00:00
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/84.9 kB 46.0 MB/s eta 0:00:00
Building wheels for collected packages: jax, antlr4-python3-runtime, ffmpy
Building wheel for jax (pyproject.toml) ... done
Created wheel for jax: filename=jax-0.4.11-py3-none-any.whl size=1487870 sha256=97993c6e1979c534149249084d4564de60b929f135693baf101574135e2557a3
Stored in directory: /private/var/folders/s4/gkqyw8dd6g90bt2rts3fk6080000gn/T/pip-ephem-wheel-cache-56kmh1f5/wheels/7b/cf/91/0100f587c836f0e6c07b595e15265e5e208bed047417a94ca9
Building wheel for antlr4-python3-runtime (pyproject.toml) ... done
Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=b4e46efffa6fc87944c92e21a67109acb8511d8140620977d470df24e3d00204
Stored in directory: /private/var/folders/s4/gkqyw8dd6g90bt2rts3fk6080000gn/T/pip-ephem-wheel-cache-56kmh1f5/wheels/23/cf/80/f3efa822e6ab23277902ee9165fe772eeb1dfb8014f359020a
Building wheel for ffmpy (pyproject.toml) ... done
Created wheel for ffmpy: filename=ffmpy-0.3.1-py3-none-any.whl size=5579 sha256=c5f5584856b20601d8328269bd0d30615300195e827ad55efb4bd3698f408468
Stored in directory: /private/var/folders/s4/gkqyw8dd6g90bt2rts3fk6080000gn/T/pip-ephem-wheel-cache-56kmh1f5/wheels/1f/f1/8d/367922b023b526b7c2ced5db30932def7b18cf39d7ac6e8572
Successfully built jax antlr4-python3-runtime ffmpy
Installing collected packages: wcwidth, pytz, pydub, mpmath, linecache2, libclang, flatbuffers, ffmpy, antlr4-python3-runtime, zipp, wrapt, wheel, websockets, urllib3, tzdata, typing-extensions, typeguard, traceback2, tqdm, toolz, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-server, sympy, sniffio, six, semantic-version, safetensors, rpds-py, regex, pyyaml, python-multipart, pyparsing, pygments, pyasn1, psutil, protobuf, Pillow, packaging, orjson, oauthlib, numpy, networkx, multidict, mdurl, markupsafe, lazy_loader, kiwisolver, keras, idna, h11, grpcio, gast, ftfy, fsspec, frozenlist, fonttools, filelock, exceptiongroup, cycler, click, charset-normalizer, certifi, cachetools, attrs, async-timeout, annotated-types, aiofiles, absl-py, yarl, werkzeug, uvicorn, tifffile, tensorflow-metal, tensorflow-hub, tensorflow-addons, scipy, rsa, requests, referencing, python-dateutil, pydantic-core, pyasn1-modules, opt-einsum, opencv-python, omegaconf, numexpr, ml_dtypes, markdown-it-py, lightning-utilities, jinja2, importlib-resources, importlib-metadata, imageio, httpcore, h5py, google-pasta, contourpy, astunparse, anyio, aiosignal, torch, starlette, scikit-image, rich, requests-oauthlib, pydantic, pandas, matplotlib, markdown, jsonschema-specifications, jaxlib, jax, huggingface-hub, httpx, google-auth, aiohttp, torchvision, torchmetrics, tomesd, tokenizers, jsonschema, jax-metal, gradio-client, google-auth-oauthlib, fastapi, diffusers, accelerate, transformers, tensorboard, pytorch-lightning, altair, tensorflow-macos, gradio, compel
Successfully installed Pillow-10.1.0 absl-py-2.0.0 accelerate-0.25.0 aiofiles-23.2.1 aiohttp-3.9.1 aiosignal-1.3.1 altair-5.2.0 annotated-types-0.6.0 antlr4-python3-runtime-4.9.3 anyio-3.7.1 astunparse-1.6.3 async-timeout-4.0.3 attrs-23.1.0 cachetools-5.3.2 certifi-2023.11.17 charset-normalizer-3.3.2 click-8.1.7 compel-2.0.2 contourpy-1.2.0 cycler-0.12.1 diffusers-0.24.0 exceptiongroup-1.2.0 fastapi-0.105.0 ffmpy-0.3.1 filelock-3.13.1 flatbuffers-23.5.26 fonttools-4.46.0 frozenlist-1.4.0 fsspec-2023.12.2 ftfy-6.1.3 gast-0.4.0 google-auth-2.25.2 google-auth-oauthlib-1.0.0 google-pasta-0.2.0 gradio-3.50.2 gradio-client-0.6.1 grpcio-1.60.0 h11-0.14.0 h5py-3.10.0 httpcore-1.0.2 httpx-0.25.2 huggingface-hub-0.19.4 idna-3.6 imageio-2.33.1 importlib-metadata-7.0.0 importlib-resources-6.1.1 jax-0.4.11 jax-metal-0.0.4 jaxlib-0.4.11 jinja2-3.1.2 jsonschema-4.20.0 jsonschema-specifications-2023.11.2 keras-2.12.0 kiwisolver-1.4.5 lazy_loader-0.3 libclang-16.0.6 lightning-utilities-0.10.0 linecache2-1.0.0 markdown-3.5.1 markdown-it-py-3.0.0 markupsafe-2.1.3 matplotlib-3.8.2 mdurl-0.1.2 ml_dtypes-0.2.0 mpmath-1.3.0 multidict-6.0.4 networkx-3.2.1 numexpr-2.8.8 numpy-1.23.5 oauthlib-3.2.2 omegaconf-2.3.0 opencv-python-4.8.1.78 opt-einsum-3.3.0 orjson-3.9.10 packaging-23.2 pandas-2.1.4 protobuf-4.25.1 psutil-5.9.6 pyasn1-0.5.1 pyasn1-modules-0.3.0 pydantic-2.5.2 pydantic-core-2.14.5 pydub-0.25.1 pygments-2.17.2 pyparsing-3.1.1 python-dateutil-2.8.2 python-multipart-0.0.6 pytorch-lightning-2.1.2 pytz-2023.3.post1 pyyaml-6.0.1 referencing-0.32.0 regex-2023.10.3 requests-2.31.0 requests-oauthlib-1.3.1 rich-13.7.0 rpds-py-0.13.2 rsa-4.9 safetensors-0.4.1 scikit-image-0.22.0 scipy-1.11.4 semantic-version-2.10.0 six-1.16.0 sniffio-1.3.0 starlette-0.27.0 sympy-1.12 tensorboard-2.12.3 tensorboard-data-server-0.7.2 tensorflow-addons-0.23.0 tensorflow-estimator-2.12.0 tensorflow-hub-0.15.0 tensorflow-io-gcs-filesystem-0.34.0 tensorflow-macos-2.12.0 tensorflow-metal-1.0.0 termcolor-2.4.0 tifffile-2023.12.9 tokenizers-0.15.0 tomesd-0.1.3 toolz-0.12.0 torch-2.1.0 torchmetrics-1.2.1 torchvision-0.16.0 tqdm-4.66.1 traceback2-1.4.0 transformers-4.36.0 typeguard-2.13.3 typing-extensions-4.9.0 tzdata-2023.3 urllib3-2.1.0 uvicorn-0.24.0.post1 wcwidth-0.2.12 websockets-11.0.3 werkzeug-3.0.1 wheel-0.42.0 wrapt-1.14.1 yarl-1.9.4 zipp-3.17.0
(venv) username@Mac-Pro MetalDiffusion % python dream.py
Traceback (most recent call last):
File "/Users//MetalDiffusion/dream.py", line 5, in
from rich import print, box
ModuleNotFoundError: No module named 'rich'
(venv) username@Mac-Pro MetalDiffusion %
I tried to run "brew install rich" to resolve this, but I'm still getting the error when I try to run "python dream.py"
How can I eliminate this error and enable Metal Diffusion to run?
All reactions