Last active
October 31, 2022 18:16
-
-
Save oogali/af033d580b2a06fbfc184eb11e240480 to your computer and use it in GitHub Desktop.
InvokeAI ...without Anaconda on a MacBook Pro M1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Make sure you have Homebrew installed | |
| brew install cmake protobuf python3 rust | |
| git clone https://github.com/invoke-ai/InvokeAI.git | |
| # Sign up for an account at huggingface.co | |
| # Download checkpoint file from https://huggingface.co/CompVis/stable-diffusion-v-1-4-original | |
| cd InvokeAI/ | |
| python3 -m venv venv | |
| source venv/bin/activate | |
| pip install -r requirements-mac-MPS-CPU.txt | |
| mkdir -p models/ldm/stable-diffusion-v1/ | |
| ln -s ~/Downloads/sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt | |
| python3 scripts/preload_models.py | |
| PYTORCH_ENABLE_MPS_FALLBACK=1 python scripts/invoke.py --web |
welp, here's the latest. got running without the arm64 bits as you suggested, but error when i run an image gen:
(venv) pablo@top:~/c/invoke-ai/InvokeAI> PYTORCH_ENABLE_MPS_FALLBACK=1 python scripts/invoke.py --web
* Initializing, be patient...
NOTE: Redirects are currently not supported in Windows or MacOs.
>> GFPGAN Initialized
>> CodeFormer Initialized
>> ESRGAN Initialized
>> Using device_type mps
>> Loading stable-diffusion-1.4 from models/ldm/stable-diffusion-v1/model.ckpt
| LatentDiffusion: Running in eps-prediction mode
| DiffusionWrapper has 859.52 M params.
| Making attention of type 'vanilla' with 512 in_channels
| Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
| Making attention of type 'vanilla' with 512 in_channels
| Using more accurate float32 precision
>> Model loaded in 15.23s
>> Setting Sampler to k_lms
* --web was specified, starting web server...
>> Started Invoke AI Web Server!
>> Default host address now 127.0.0.1 (localhost). Use --host 0.0.0.0 to bind any address.
>> Point your browser at http://127.0.0.1:9090
>> Image generation requested: {'prompt': 'a knight fighting a dragon on a misty mountaintop', 'iterations': 1, 'steps': 25, 'cfg_scale': 7.5, 'threshold': 0, 'perlin': 0, 'height': 64, 'width': 64, 'sampler_name': 'k_lms', 'seed': 3524130704, 'seamless': False, 'progress_images': False, 'variation_amount': 0}
ESRGAN parameters: False
GFPGAN parameters: False
/Users/pablo/c/invoke-ai/InvokeAI/./ldm/modules/embedding_manager.py:155: UserWarning: The operator 'aten::nonzero' is not currently supported on the MPS backend and will fall back to run on the CPU. This may have performance implications. (Triggered internally at /Users/runner/work/pytorch/pytorch/pytorch/aten/src/ATen/mps/MPSFallback.mm:11.)
placeholder_idx = torch.where(
Generating: 0%| | 0/1 [00:00<?, ?it/s]>> Sampling with k_lms starting at step 0 of 25 (25 new sampling steps)
Assertion failed: (isStaticMPSType(type)), function setStaticJITypeForValue, file MPSRuntime_Project.h, line 447. ?it/s]
Abort trap: 6
(venv) pablo@top:~/c/invoke-ai/InvokeAI> /Users/pablo/brew/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Getting an error when wheel for backports.zoneinfo (pyproject.toml). Any suggestions?
Last login: Thu Sep 29 19:33:22 on console
mohammad@CheetahM1 ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
Password:
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew
Press RETURN/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /usr/sbin/chown -R mohammad:admin /opt/homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 10050, done.
remote: Counting objects: 100% (3600/3600), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 10050 (delta 3593), reused 3598 (delta 3593), pack-reused 6450
Receiving objects: 100% (10050/10050), 3.66 MiB | 2.94 MiB/s, done.
Resolving deltas: 100% (7389/7389), completed with 783 local objects.
From https://github.com/Homebrew/brew
845925bf5..faa995022 master -> origin/master
* [new branch] ubuntu-18.04 -> origin/ubuntu-18.04
* [new branch] ventura_test_fixes -> origin/ventura_test_fixes
* [new tag] 3.5.1 -> 3.5.1
* [new tag] 3.5.10 -> 3.5.10
* [new tag] 3.5.2 -> 3.5.2
* [new tag] 3.5.3 -> 3.5.3
* [new tag] 3.5.4 -> 3.5.4
* [new tag] 3.5.5 -> 3.5.5
* [new tag] 3.5.6 -> 3.5.6
* [new tag] 3.5.7 -> 3.5.7
* [new tag] 3.5.8 -> 3.5.8
* [new tag] 3.5.9 -> 3.5.9
* [new tag] 3.6.0 -> 3.6.0
* [new tag] 3.6.1 -> 3.6.1
* [new tag] 3.6.2 -> 3.6.2
* [new tag] 3.6.3 -> 3.6.3
* [new tag] 3.6.4 -> 3.6.4
* [new tag] 3.6.5 -> 3.6.5
* [new tag] 3.6.6 -> 3.6.6
HEAD is now at faa995022 Merge pull request #14030 from Rylan12/checksum-json-api
Updated 1 tap (homebrew/core).
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run brew help to get started
- Further documentation:
https://docs.brew.sh
mohammad@CheetahM1 ~ % brew install cmake protobuf python3 rust
==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/3.24.2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:059834cf5a85
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/protobuf/manifests/21.8
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/protobuf/blobs/sha256:5f507ada5
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/manifests/1.23
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/blobs/sha256:62a2c1994737a
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/2.5.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:726e8ec0
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2022-
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:1b
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/manifests/1.1.1q
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:4e7b6c
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:9406afa0f
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.39.4
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:7cd706bbee6
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.2.7
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:b3e7a5b4f97b75c
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/python/3.10/manifests/3.10.8-1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/python/3.10/blobs/sha256:8b1c01
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.10.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:f9dab718cf
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:2af9bce
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/rust/manifests/1.64.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/rust/blobs/sha256:6fb6dbcd5c3ec
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Pouring cmake--3.24.2.arm64_monterey.bottle.tar.gz
==> Caveats
To install the CMake documentation, run:
brew install cmake-docs
Emacs Lisp files have been installed to:
/opt/homebrew/share/emacs/site-lisp/cmake
==> Summary
🍺 /opt/homebrew/Cellar/cmake/3.24.2: 3,106 files, 43.8MB
==> Running `brew cleanup cmake`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Pouring protobuf--21.8.arm64_monterey.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/opt/homebrew/share/emacs/site-lisp/protobuf
==> Summary
🍺 /opt/homebrew/Cellar/protobuf/21.8: 279 files, 19.2MB
==> Running `brew cleanup protobuf`...
==> Installing dependencies for [email protected]: gdbm, mpdecimal, ca-certificates, [email protected], readline, sqlite and xz
==> Installing [email protected] dependency: gdbm
==> Pouring gdbm--1.23.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/gdbm/1.23: 24 files, 1MB
==> Installing [email protected] dependency: mpdecimal
==> Pouring mpdecimal--2.5.1.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/mpdecimal/2.5.1: 71 files, 2.2MB
==> Installing [email protected] dependency: ca-certificates
==> Pouring ca-certificates--2022-10-11.all.bottle.tar.gz
==> Regenerating CA certificate bundle from keychain, this may take a while...
🍺 /opt/homebrew/Cellar/ca-certificates/2022-10-11: 3 files, 225.5KB
==> Installing [email protected] dependency: [email protected]
==> Pouring [email protected]_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/[email protected]/1.1.1q: 8,097 files, 18MB
==> Installing [email protected] dependency: readline
==> Pouring readline--8.2.1.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/readline/8.2.1: 50 files, 1.7MB
==> Installing [email protected] dependency: sqlite
==> Pouring sqlite--3.39.4.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/sqlite/3.39.4: 11 files, 4.4MB
==> Installing [email protected] dependency: xz
==> Pouring xz--5.2.7.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/xz/5.2.7: 95 files, 1.5MB
==> Installing [email protected]
==> Pouring [email protected]_monterey.bottle.1.tar.gz
==> /opt/homebrew/Cellar/[email protected]/3.10.8/bin/python3.10 -m ensurepip
==> /opt/homebrew/Cellar/[email protected]/3.10.8/bin/python3.10 -m pip install -v --n
==> Caveats
Python has been installed as
/opt/homebrew/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/opt/homebrew/opt/[email protected]/libexec/bin
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/opt/homebrew/lib/python3.10/site-packages
tkinter is no longer included with this formula, but it is available separately:
brew install [email protected]
See: https://docs.brew.sh/Homebrew-and-Python
==> Summary
🍺 /opt/homebrew/Cellar/[email protected]/3.10.8: 3,116 files, 57.3MB
==> Running `brew cleanup [email protected]`...
==> Installing dependencies for rust: libssh2 and pkg-config
==> Installing rust dependency: libssh2
==> Pouring libssh2--1.10.0.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/libssh2/1.10.0: 184 files, 1MB
==> Installing rust dependency: pkg-config
==> Pouring pkg-config--0.29.2_3.arm64_monterey.bottle.tar.gz
🍺 /opt/homebrew/Cellar/pkg-config/0.29.2_3: 11 files, 676.5KB
==> Installing rust
==> Pouring rust--1.64.0.arm64_monterey.bottle.tar.gz
==> Caveats
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
==> Summary
🍺 /opt/homebrew/Cellar/rust/1.64.0: 35,615 files, 855.2MB
==> Running `brew cleanup rust`...
==> Caveats
==> cmake
To install the CMake documentation, run:
brew install cmake-docs
Emacs Lisp files have been installed to:
/opt/homebrew/share/emacs/site-lisp/cmake
==> protobuf
Emacs Lisp files have been installed to:
/opt/homebrew/share/emacs/site-lisp/protobuf
==> [email protected]
Python has been installed as
/opt/homebrew/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/opt/homebrew/opt/[email protected]/libexec/bin
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/opt/homebrew/lib/python3.10/site-packages
tkinter is no longer included with this formula, but it is available separately:
brew install [email protected]
See: https://docs.brew.sh/Homebrew-and-Python
==> rust
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
mohammad@CheetahM1 ~ % git clone https://github.com/invoke-ai/InvokeAI.git
Cloning into 'InvokeAI'...
remote: Enumerating objects: 10358, done.
remote: Counting objects: 100% (4312/4312), done.
remote: Compressing objects: 100% (714/714), done.
remote: Total 10358 (delta 3882), reused 3768 (delta 3569), pack-reused 6046
Receiving objects: 100% (10358/10358), 83.27 MiB | 4.59 MiB/s, done.
Resolving deltas: 100% (6753/6753), done.
mohammad@CheetahM1 ~ % cd InvokeAI/
mohammad@CheetahM1 InvokeAI % python3 -m venv venv
mohammad@CheetahM1 InvokeAI % source venv/bin/activate
(venv) mohammad@CheetahM1 InvokeAI % pip install -r requirements.txt
Collecting albumentations
Downloading albumentations-1.3.0-py3-none-any.whl (123 kB)
|████████████████████████████████| 123 kB 4.2 MB/s
Collecting einops
Downloading einops-0.5.0-py3-none-any.whl (36 kB)
Collecting huggingface-hub
Downloading huggingface_hub-0.10.1-py3-none-any.whl (163 kB)
|████████████████████████████████| 163 kB 2.6 MB/s
Collecting imageio-ffmpeg
Downloading imageio-ffmpeg-0.4.7.tar.gz (16 kB)
Collecting imageio
Downloading imageio-2.22.2-py3-none-any.whl (3.4 MB)
|████████████████████████████████| 3.4 MB 3.8 MB/s
Collecting kornia
Downloading kornia-0.6.8-py2.py3-none-any.whl (551 kB)
|████████████████████████████████| 551 kB 4.2 MB/s
Collecting numpy
Downloading numpy-1.23.4.tar.gz (10.7 MB)
|████████████████████████████████| 10.7 MB 5.8 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting omegaconf
Downloading omegaconf-2.2.3-py3-none-any.whl (79 kB)
|████████████████████████████████| 79 kB 8.5 MB/s
Collecting opencv-python
Downloading opencv-python-4.6.0.66.tar.gz (90.3 MB)
|████████████████████████████████| 90.3 MB 1.9 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting pillow
Downloading Pillow-9.2.0.tar.gz (50.0 MB)
|████████████████████████████████| 50.0 MB 1.6 MB/s
Collecting pip>=22
Using cached pip-22.3-py3-none-any.whl (2.1 MB)
Collecting pudb
Downloading pudb-2014.1-py2.py3-none-any.whl (49 kB)
|████████████████████████████████| 49 kB 14.0 MB/s
Collecting pytorch-lightning
Downloading pytorch_lightning-1.7.7-py3-none-any.whl (708 kB)
|████████████████████████████████| 708 kB 1.6 MB/s
Collecting scikit-image>=0.19
Downloading scikit_image-0.19.3-cp38-cp38-macosx_12_0_arm64.whl (12.4 MB)
|████████████████████████████████| 12.4 MB 702 kB/s
Collecting streamlit
Downloading streamlit-1.13.0-py2.py3-none-any.whl (9.2 MB)
|████████████████████████████████| 9.2 MB 11.5 MB/s
Collecting pyreadline3
Downloading pyreadline3-3.4.1-py3-none-any.whl (95 kB)
|████████████████████████████████| 95 kB 3.0 MB/s
Collecting taming-transformers-rom1504
Downloading taming_transformers_rom1504-0.0.6-py3-none-any.whl (51 kB)
|████████████████████████████████| 51 kB 319 kB/s
Collecting test-tube
Downloading test_tube-0.7.5.tar.gz (21 kB)
Collecting torch-fidelity
Downloading torch_fidelity-0.3.0-py3-none-any.whl (37 kB)
Collecting torchmetrics
Downloading torchmetrics-0.10.0-py3-none-any.whl (529 kB)
|████████████████████████████████| 529 kB 3.2 MB/s
Collecting transformers==4.21.*
Downloading transformers-4.21.3-py3-none-any.whl (4.7 MB)
|████████████████████████████████| 4.7 MB 3.9 MB/s
Collecting flask==2.1.3
Downloading Flask-2.1.3-py3-none-any.whl (95 kB)
|████████████████████████████████| 95 kB 8.1 MB/s
Collecting flask_socketio==5.3.0
Downloading Flask_SocketIO-5.3.0-py3-none-any.whl (17 kB)
Collecting flask_cors==3.0.10
Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Collecting flaskwebgui==0.3.7
Downloading flaskwebgui-0.3.7-py3-none-any.whl (8.0 kB)
Collecting send2trash
Downloading Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting dependency_injector==4.40.0
Downloading dependency-injector-4.40.0.tar.gz (912 kB)
|████████████████████████████████| 912 kB 13.5 MB/s
Collecting eventlet
Downloading eventlet-0.33.1-py2.py3-none-any.whl (226 kB)
|████████████████████████████████| 226 kB 9.9 MB/s
Collecting realesrgan
Downloading realesrgan-0.3.0-py3-none-any.whl (26 kB)
Collecting clip
Cloning https://github.com/openai/CLIP.git (to revision main) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/clip
Collecting k-diffusion
Cloning https://github.com/Birch-san/k-diffusion.git (to revision mps) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/k-diffusion
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing wheel metadata ... done
Collecting gfpgan
Cloning https://github.com/TencentARC/GFPGAN.git to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/gfpgan
ERROR: Command errored out with exit status 1:
command: /Users/mohammad/InvokeAI/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/gfpgan/setup.py'"'"'; __file__='"'"'/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/gfpgan/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-pip-egg-info-jt01ryur
cwd: /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/gfpgan/
Complete output (1487 lines):
WARNING: The wheel package is not available.
ERROR: Command errored out with exit status 1:
command: /Users/mohammad/InvokeAI/venv/bin/python3 /Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpn58l6_2k
cwd: /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy
Complete output (1449 lines):
Processing numpy/random/_bounded_integers.pxd.in
Processing numpy/random/_philox.pyx
Processing numpy/random/_bounded_integers.pyx.in
Processing numpy/random/_sfc64.pyx
Processing numpy/random/_mt19937.pyx
Processing numpy/random/bit_generator.pyx
Processing numpy/random/mtrand.pyx
Processing numpy/random/_generator.pyx
Processing numpy/random/_pcg64.pyx
Processing numpy/random/_common.pyx
Cythonizing sources
INFO: blas_opt_info:
INFO: blas_armpl_info:
INFO: customize UnixCCompiler
INFO: libraries armpl_lp64_mp not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: blas_mkl_info:
INFO: libraries mkl_rt not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: blis_info:
INFO: libraries blis not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_info:
INFO: libraries openblas not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: accelerate_info:
INFO: libraries accelerate not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: Library accelerate was not found. Ignoring
INFO: libraries veclib not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: Library veclib was not found. Ignoring
INFO: FOUND:
INFO: extra_compile_args = ['-I/System/Library/Frameworks/vecLib.framework/Headers']
INFO: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
INFO: define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
INFO:
INFO: FOUND:
INFO: extra_compile_args = ['-I/System/Library/Frameworks/vecLib.framework/Headers']
INFO: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
INFO: define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
INFO:
non-existing path in 'numpy/distutils': 'site.cfg'
INFO: lapack_opt_info:
INFO: lapack_armpl_info:
INFO: libraries armpl_lp64_mp not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: lapack_mkl_info:
INFO: libraries mkl_rt not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_lapack_info:
INFO: libraries openblas not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: openblas_clapack_info:
INFO: libraries openblas,lapack not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: flame_info:
INFO: libraries flame not found in ['/Users/mohammad/InvokeAI/venv/lib', '/usr/local/lib', '/usr/lib']
INFO: NOT AVAILABLE
INFO:
INFO: FOUND:
INFO: extra_compile_args = ['-I/System/Library/Frameworks/vecLib.framework/Headers']
INFO: extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
INFO: define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
INFO:
running bdist_wheel
running build
running config_cc
INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
INFO: build_src
INFO: building py_modules sources
creating build
creating build/src.macosx-10.14-arm64-3.8
creating build/src.macosx-10.14-arm64-3.8/numpy
creating build/src.macosx-10.14-arm64-3.8/numpy/distutils
INFO: building library "npymath" sources
WARN: Could not locate executable gfortran
WARN: Could not locate executable f95
WARN: Could not locate executable nagfor
WARN: Could not locate executable f90
WARN: Could not locate executable f77
WARN: Could not locate executable xlf90
WARN: Could not locate executable xlf
WARN: Could not locate executable ifort
WARN: Could not locate executable ifc
WARN: Could not locate executable g77
WARN: Could not locate executable g95
WARN: Could not locate executable pgfortran
WARN: don't know how to compile Fortran code on platform 'posix'
creating build/src.macosx-10.14-arm64-3.8/numpy/core
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/npy_math_internal.h
INFO: adding 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath' to include_dirs.
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/ieee754.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/npy_math_complex.c
INFO: None - nothing done with h_files = ['build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/npy_math_internal.h']
INFO: building library "npyrandom" sources
INFO: building extension "numpy.core._multiarray_tests" sources
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
INFO: building extension "numpy.core._multiarray_umath" sources
non-existing path in 'numpy/core': 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/common'
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/arraytypes.h
INFO: adding 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray' to include_dirs.
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/arraytypes.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/einsum.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/einsum_sumprod.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/nditer_templ.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/scalartypes.c
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src/common
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/common/npy_sort.h
INFO: adding 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/common' to include_dirs.
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/funcs.inc
INFO: adding 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath' to include_dirs.
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/simd.inc
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops.h
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_utils.h
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_umath_fp.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_hyperbolic.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_modulo.dispatch.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/matmul.h
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/matmul.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/scalarmath.c
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/common/templ_common.h
INFO: numpy.core - nothing done with h_files = ['build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/arraytypes.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/common/npy_sort.h', 'numpy/core/src/common/npy_partition.h', 'numpy/core/src/common/npy_binsearch.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/simd.inc', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_utils.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/matmul.h', 'numpy/core/src/umath/clip.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/common/templ_common.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy/config.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy/__ufunc_api.h']
INFO: building extension "numpy.core._umath_tests" sources
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/_umath_tests.c
INFO: building extension "numpy.core._rational_tests" sources
INFO: building extension "numpy.core._struct_ufunc_tests" sources
INFO: building extension "numpy.core._operand_flag_tests" sources
INFO: building extension "numpy.core._simd" sources
creating build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd/_simd_inc.h
INFO: adding 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd' to include_dirs.
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd/_simd_data.inc
INFO: conv_template:> build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd/_simd.dispatch.c
INFO: numpy.core - nothing done with h_files = ['build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd/_simd_inc.h', 'build/src.macosx-10.14-arm64-3.8/numpy/core/src/_simd/_simd_data.inc']
INFO: building extension "numpy.fft._pocketfft_internal" sources
INFO: building extension "numpy.linalg.lapack_lite" sources
creating build/src.macosx-10.14-arm64-3.8/numpy/linalg
INFO: building extension "numpy.linalg._umath_linalg" sources
INFO: building extension "numpy.random._mt19937" sources
INFO: building extension "numpy.random._philox" sources
INFO: building extension "numpy.random._pcg64" sources
INFO: building extension "numpy.random._sfc64" sources
INFO: building extension "numpy.random._common" sources
INFO: building extension "numpy.random.bit_generator" sources
INFO: building extension "numpy.random._generator" sources
INFO: building extension "numpy.random._bounded_integers" sources
INFO: building extension "numpy.random.mtrand" sources
INFO: building data_files sources
INFO: build_src: building npy-pkg config files
running build_py
creating build/lib.macosx-10.14-arm64-3.8
creating build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/conftest.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/version.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/_version.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/_globals.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/dual.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/_distributor_init.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/ctypeslib.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/matlib.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying numpy/_pytesttester.py -> build/lib.macosx-10.14-arm64-3.8/numpy
copying build/src.macosx-10.14-arm64-3.8/numpy/__config__.py -> build/lib.macosx-10.14-arm64-3.8/numpy
creating build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_constants.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_elementwise_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_sorting_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_manipulation_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_searching_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_typing.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_utility_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_array_object.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_data_type_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_dtypes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/linalg.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_statistical_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_set_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
copying numpy/array_api/_creation_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api
creating build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_set_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_array_object.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_validation.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_data_type_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_elementwise_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_sorting_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
copying numpy/array_api/tests/test_creation_functions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/array_api/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/compat
copying numpy/compat/py3k.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat
copying numpy/compat/_pep440.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat
copying numpy/compat/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat
copying numpy/compat/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat
copying numpy/compat/_inspect.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat
creating build/lib.macosx-10.14-arm64-3.8/numpy/compat/tests
copying numpy/compat/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat/tests
copying numpy/compat/tests/test_compat.py -> build/lib.macosx-10.14-arm64-3.8/numpy/compat/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/umath.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/fromnumeric.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_dtype.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_add_newdocs.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_methods.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_internal.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_string_helpers.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/multiarray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_asarray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/records.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_add_newdocs_scalars.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_machar.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/setup_common.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/memmap.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/overrides.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/getlimits.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_dtype_ctypes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/defchararray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/shape_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/numeric.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/function_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/einsumfunc.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/umath_tests.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_ufunc_config.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_exceptions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/numerictypes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/_type_aliases.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/cversions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/arrayprint.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core
creating build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_numerictypes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalar_methods.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalarmath.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_item_selection.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_array_coercion.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_limited_api.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_machar.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_unicode.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_cpu_dispatcher.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_arrayprint.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalarbuffer.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_indexerrors.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_print.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_half.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_arraymethod.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_mem_overlap.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_shape_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_hashtable.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_array_interface.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_deprecations.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_errstate.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_records.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_mem_policy.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_simd.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalarinherit.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_indexing.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_umath.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_numeric.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_function_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_datetime.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test__exceptions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_extint128.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_cython.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_umath_complex.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/_locales.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_custom_dtypes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_defchararray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_conversion_utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalarprint.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_casting_unittests.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_abc.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_ufunc.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_dtype.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_umath_accuracy.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_simd_module.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_getlimits.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_dlpack.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_einsum.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_api.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_longdouble.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_overrides.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_scalar_ctors.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_multiarray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_memmap.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_nditer.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_cpu_features.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_protocols.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_argparse.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
copying numpy/core/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/core/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/unixccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/numpy_distribution.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/conv_template.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/cpuinfo.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/ccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/msvc9compiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/npy_pkg_config.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/misc_util.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/log.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/line_endings.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/lib2def.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/pathccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/system_info.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/core.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/exec_command.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/from_template.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/mingw32ccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/extension.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/msvccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/armccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/intelccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/_shell_utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying numpy/distutils/ccompiler_opt.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
copying build/src.macosx-10.14-arm64-3.8/numpy/distutils/__config__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils
creating build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/config_compiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_ext.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/config.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_headers.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_py.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_src.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/sdist.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_scripts.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/bdist_rpm.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_clib.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/build_clib.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/autodist.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/egg_info.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/install.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/develop.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
copying numpy/distutils/command/install_data.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/command
creating build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/gnu.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/compaq.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/intel.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/none.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nag.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pg.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/ibm.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/sun.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/nv.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/lahey.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/g95.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/arm.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/mips.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/hpux.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/environment.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/pathf95.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/fujitsu.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/absoft.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
copying numpy/distutils/fcompiler/vast.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/fcompiler
creating build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_system_info.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_ccompiler_opt_conf.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_mingw32ccompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_from_template.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_log.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_intel.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_misc_util.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_build_ext.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_shell_utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_exec_command.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_npy_pkg_config.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_nagfor.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_ccompiler_opt.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
copying numpy/distutils/tests/test_fcompiler_gnu.py -> build/lib.macosx-10.14-arm64-3.8/numpy/distutils/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/doc
copying numpy/doc/constants.py -> build/lib.macosx-10.14-arm64-3.8/numpy/doc
copying numpy/doc/ufuncs.py -> build/lib.macosx-10.14-arm64-3.8/numpy/doc
copying numpy/doc/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/doc
creating build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/cfuncs.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/common_rules.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/crackfortran.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/cb_rules.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/rules.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/f2py2e.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/func2subr.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/__version__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/symbolic.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/diagnose.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/capi_maps.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/f90mod_rules.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/use_rules.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/auxfuncs.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
copying numpy/f2py/__main__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py
creating build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_mixed.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_return_logical.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_assumed_shape.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_common.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_kind.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_array_from_pyobj.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_return_real.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_symbolic.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/util.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_size.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_callback.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_string.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_module_doc.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_quoted_character.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_parameter.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_abstract_interface.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_f2cmap.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_semicolon_split.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_compile_function.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_block_docstring.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_return_integer.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_return_character.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_return_complex.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_crackfortran.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_f2py2e.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
copying numpy/f2py/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/f2py/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/fft
copying numpy/fft/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft
copying numpy/fft/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft
copying numpy/fft/helper.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft
copying numpy/fft/_pocketfft.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft
creating build/lib.macosx-10.14-arm64-3.8/numpy/fft/tests
copying numpy/fft/tests/test_pocketfft.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft/tests
copying numpy/fft/tests/test_helper.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft/tests
copying numpy/fft/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/fft/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/_iotools.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/mixins.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/nanfunctions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/recfunctions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/histograms.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/scimath.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/_version.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/user_array.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/format.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/twodim_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/index_tricks.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/npyio.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/shape_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/stride_tricks.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/arrayterator.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/function_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/arraysetops.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/arraypad.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/type_check.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/polynomial.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/_datasource.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
copying numpy/lib/ufunclike.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib
creating build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_type_check.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_financial_expired.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_twodim_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_polynomial.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test__iotools.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_shape_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_ufunclike.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_index_tricks.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_arrayterator.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test__version.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_io.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_arraysetops.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_function_base.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_arraypad.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_mixins.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_packbits.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test__datasource.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_stride_tricks.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_recfunctions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_nanfunctions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_loadtxt.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_format.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_histograms.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
copying numpy/lib/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/lib/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/linalg
copying numpy/linalg/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg
copying numpy/linalg/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg
copying numpy/linalg/linalg.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg
creating build/lib.macosx-10.14-arm64-3.8/numpy/linalg/tests
copying numpy/linalg/tests/test_linalg.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg/tests
copying numpy/linalg/tests/test_deprecations.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg/tests
copying numpy/linalg/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg/tests
copying numpy/linalg/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/linalg/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/extras.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/testutils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/core.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/bench.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/timer_comparison.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
copying numpy/ma/mrecords.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma
creating build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_old_ma.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_core.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_deprecations.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_subclassing.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_extras.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_mrecords.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
copying numpy/ma/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/ma/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib
copying numpy/matrixlib/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib
copying numpy/matrixlib/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib
copying numpy/matrixlib/defmatrix.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib
creating build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_matrix_linalg.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_defmatrix.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_interaction.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_numeric.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_masked_matrix.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_multiarray.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
copying numpy/matrixlib/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/matrixlib/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/laguerre.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/_polybase.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/polyutils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/hermite_e.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/chebyshev.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/polynomial.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/legendre.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
copying numpy/polynomial/hermite.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial
creating build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_chebyshev.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_hermite_e.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polynomial.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_laguerre.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_legendre.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_printing.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_hermite.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_classes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
copying numpy/polynomial/tests/test_polyutils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/polynomial/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/random
copying numpy/random/_pickle.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random
copying numpy/random/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random
copying numpy/random/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random
creating build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_generator_mt19937.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_randomstate.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_direct.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_extending.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_smoke.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_randomstate_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_seed_sequence.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_generator_mt19937_regressions.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_random.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
copying numpy/random/tests/test_regression.py -> build/lib.macosx-10.14-arm64-3.8/numpy/random/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/testing
copying numpy/testing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing
copying numpy/testing/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing
copying numpy/testing/utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing
copying numpy/testing/print_coercion_tables.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing
creating build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/nosetester.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/extbuild.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/noseclasses.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/parameterized.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
copying numpy/testing/_private/decorators.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/_private
creating build/lib.macosx-10.14-arm64-3.8/numpy/testing/tests
copying numpy/testing/tests/test_utils.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/tests
copying numpy/testing/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/tests
copying numpy/testing/tests/test_doctesting.py -> build/lib.macosx-10.14-arm64-3.8/numpy/testing/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/typing
copying numpy/typing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing
copying numpy/typing/mypy_plugin.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing
copying numpy/typing/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing
creating build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
copying numpy/typing/tests/test_isfile.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
copying numpy/typing/tests/test_typing.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
copying numpy/typing/tests/test_runtime.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
copying numpy/typing/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
copying numpy/typing/tests/test_generic_alias.py -> build/lib.macosx-10.14-arm64-3.8/numpy/typing/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_char_codes.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_extended_precision.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_generic_alias.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_nbit.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_dtype_like.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/setup.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_array_like.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_scalars.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_shape.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_add_docstring.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
copying numpy/_typing/_nested_sequence.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_typing
creating build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_warnings.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_matlib.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_ctypeslib.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test__all__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_numpy_version.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_reloading.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_public_api.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
copying numpy/tests/test_scripts.py -> build/lib.macosx-10.14-arm64-3.8/numpy/tests
creating build/lib.macosx-10.14-arm64-3.8/numpy/_pyinstaller
copying numpy/_pyinstaller/test_pyinstaller.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_pyinstaller
copying numpy/_pyinstaller/__init__.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_pyinstaller
copying numpy/_pyinstaller/hook-numpy.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_pyinstaller
copying numpy/_pyinstaller/pyinstaller-smoke.py -> build/lib.macosx-10.14-arm64-3.8/numpy/_pyinstaller
UPDATING build/lib.macosx-10.14-arm64-3.8/numpy/_version.py
set build/lib.macosx-10.14-arm64-3.8/numpy/_version.py to '1.23.4'
running build_clib
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using new_build_clib
INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native)
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils
creating /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-march=native'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o.d -march=native) failed with exit status 1 output ->
clang: error: the clang compiler does not support '-march=native'
WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3)
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-O3'
INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror=switch)
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror=switch'
INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror)
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o.d -Werror) failed with exit status 1 output ->
error: overriding currently unsupported use of floating point exceptions on this target [-Werror,-Wunsupported-floating-point-opt]
1 error generated.
WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
INFO: CCompilerOpt.__init__[1782] : check requested baseline
INFO: CCompilerOpt.feature_test[1547] : testing feature 'NEON_VFPV4' with flags ()
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror=switch'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.o.d -Werror=switch) failed with exit status 1 output ->
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
In file included from /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:4:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:9:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v1 = vdupq_n_f32(src[0]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:10:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v2 = vdupq_n_f32(src[1]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:11:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v3 = vdupq_n_f32(src[2]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:12:20: error: implicit declaration of function 'vgetq_lane_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:12:35: error: implicit declaration of function 'vfmaq_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:12:45: error: use of undeclared identifier 'v1'
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:12:49: error: use of undeclared identifier 'v2'
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_vfpv4.c:12:53: error: use of undeclared identifier 'v3'
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
9 errors generated.
WARN: CCompilerOpt.feature_test[1563] : testing failed
INFO: CCompilerOpt.feature_test[1547] : testing feature 'NEON' with flags ()
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror=switch'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.o.d -Werror=switch) failed with exit status 1 output ->
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
In file included from /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:4:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:11:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v1 = vdupq_n_f32(src[0]), v2 = vdupq_n_f32(src[1]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:12:20: error: implicit declaration of function 'vgetq_lane_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vmulq_f32(v1, v2), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:12:35: error: implicit declaration of function 'vmulq_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vmulq_f32(v1, v2), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:12:45: error: use of undeclared identifier 'v1'
int ret = (int)vgetq_lane_f32(vmulq_f32(v1, v2), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon.c:12:49: error: use of undeclared identifier 'v2'
int ret = (int)vgetq_lane_f32(vmulq_f32(v1, v2), 0);
^
6 errors generated.
WARN: CCompilerOpt.feature_test[1563] : testing failed
INFO: CCompilerOpt.__init__[1791] : check requested dispatch-able features
INFO: CCompilerOpt.feature_test[1547] : testing feature 'NEON_FP16' with flags ()
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror=switch'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.o.d -Werror=switch) failed with exit status 1 output ->
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
In file included from /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.c:4:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.c:9:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v_z4 = vcvt_f32_f16((float16x4_t)vld1_s16(src));
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.c:10:17: error: implicit declaration of function 'vgetq_lane_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return (int)vgetq_lane_f32(v_z4, 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_neon_fp16.c:10:32: error: use of undeclared identifier 'v_z4'
return (int)vgetq_lane_f32(v_z4, 0);
^
4 errors generated.
WARN: CCompilerOpt.feature_test[1563] : testing failed
INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=armv8.2-a+fp16)
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-march=armv8.2-a+fp16'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/test_flags.o.d -march=armv8.2-a+fp16) failed with exit status 1 output ->
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
error: unknown target CPU 'armv8.2-a+fp16'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, x86-64-v2, x86-64-v3, x86-64-v4
WARN: CCompilerOpt.cc_test_flags[1077] : testing failed
INFO: CCompilerOpt.feature_test[1547] : testing feature 'ASIMDHP' with flags ()
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
INFO: compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-Werror=switch'
WARN: CCompilerOpt.dist_test[630] : CCompilerOpt._dist_test_spawn[764] : Command (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c -o /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.o -MMD -MF /var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmpwq4uc7a_/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.o.d -Werror=switch) failed with exit status 1 output ->
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
In file included from /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:4:
/Library/Developer/CommandLineTools/usr/lib/clang/13.1.6/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:8:5: error: use of undeclared identifier 'float16_t'
float16_t *src = (float16_t*)argv[argc-1];
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:8:16: error: use of undeclared identifier 'src'
float16_t *src = (float16_t*)argv[argc-1];
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:8:33: error: expected expression
float16_t *src = (float16_t*)argv[argc-1];
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:8:23: error: use of undeclared identifier 'float16_t'
float16_t *src = (float16_t*)argv[argc-1];
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:9:5: error: use of undeclared identifier 'float16x8_t'
float16x8_t vhp = vdupq_n_f16(src[0]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:10:5: error: use of undeclared identifier 'float16x4_t'
float16x4_t vlhp = vdup_n_f16(src[1]);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:22: error: implicit declaration of function 'vgetq_lane_f16' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:37: error: implicit declaration of function 'vabdq_f16' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:47: error: use of undeclared identifier 'vhp'
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:52: error: use of undeclared identifier 'vhp'
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:22: error: implicit declaration of function 'vget_lane_f16' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ret += (int)vget_lane_f16(vabd_f16(vlhp, vlhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:22: note: did you mean 'vgetq_lane_f16'?
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:22: note: 'vgetq_lane_f16' declared here
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:36: error: implicit declaration of function 'vabd_f16' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ret += (int)vget_lane_f16(vabd_f16(vlhp, vlhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:36: note: did you mean 'vabdq_f16'?
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:12:37: note: 'vabdq_f16' declared here
int ret = (int)vgetq_lane_f16(vabdq_f16(vhp, vhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:45: error: use of undeclared identifier 'vlhp'
ret += (int)vget_lane_f16(vabd_f16(vlhp, vlhp), 0);
^
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/numpy/distutils/checks/cpu_asimdhp.c:13:51: error: use of undeclared identifier 'vlhp'
ret += (int)vget_lane_f16(vabd_f16(vlhp, vlhp), 0);
^
15 errors generated.
WARN: CCompilerOpt.feature_test[1563] : testing failed
INFO: CCompilerOpt.__init__[1807] : initialize targets groups
INFO: CCompilerOpt.__init__[1809] : parse target group simd_test
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512F VSX4 VXE FMA4 SSE42 VSX2 VSX VXE2 (AVX2 FMA3) VSX3 AVX512_SKX NEON XOP ASIMD VX SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.macosx-10.14-arm64-3.8/numpy/distutils/include/npy_cpu_dispatch_config.h)
WARN: CCompilerOpt.generate_dispatch_header[2362] : dispatch header dir build/src.macosx-10.14-arm64-3.8/numpy/distutils/include does not exist, creating it
INFO: building 'npymath' library
INFO: compiling C sources
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating build/temp.macosx-10.14-arm64-3.8
creating build/temp.macosx-10.14-arm64-3.8/numpy
creating build/temp.macosx-10.14-arm64-3.8/numpy/core
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src/npymath
creating build/temp.macosx-10.14-arm64-3.8/build
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core/src
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath
INFO: compile options: '-Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
INFO: clang: numpy/core/src/npymath/npy_math.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/ieee754.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath/npy_math_complex.c
INFO: clang: numpy/core/src/npymath/halffloat.c
warning: warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: ar: adding 4 object files to build/temp.macosx-10.14-arm64-3.8/libnpymath.a
warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: build/temp.macosx-10.14-arm64-3.8/libnpymath.a will be fat and ar(1) will not be able to operate on it
INFO: ranlib:@ build/temp.macosx-10.14-arm64-3.8/libnpymath.a
INFO: building 'npyrandom' library
INFO: compiling C sources
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating build/temp.macosx-10.14-arm64-3.8/numpy/random
creating build/temp.macosx-10.14-arm64-3.8/numpy/random/src
creating build/temp.macosx-10.14-arm64-3.8/numpy/random/src/distributions
INFO: compile options: '-Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
INFO: clang: numpy/random/src/distributions/logfactorial.c
INFO: clang: numpy/random/src/distributions/distributions.c
INFO: clang: numpy/random/src/distributions/random_mvhg_count.c
INFO: clang: numpy/random/src/distributions/random_mvhg_marginals.c
INFO: clang: numpy/random/src/distributions/random_hypergeometric.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: ar: adding 5 object files to build/temp.macosx-10.14-arm64-3.8/libnpyrandom.a
warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: build/temp.macosx-10.14-arm64-3.8/libnpyrandom.a will be fat and ar(1) will not be able to operate on it
INFO: ranlib:@ build/temp.macosx-10.14-arm64-3.8/libnpyrandom.a
running build_ext
INFO: customize UnixCCompiler
INFO: customize UnixCCompiler using new_build_ext
INFO: CCompilerOpt.__init__[834] : hit the memory cache
INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.macosx-10.14-arm64-3.8/numpy/distutils/include/npy_cpu_dispatch_config.h)
INFO: customize UnixCCompiler
WARN: #### ['clang', '-Wno-unused-result', '-Wsign-compare', '-Wunreachable-code', '-fno-common', '-dynamic', '-DNDEBUG', '-g', '-fwrapv', '-O3', '-Wall', '-iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders', '-iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers', '-arch', 'arm64', '-arch', 'x86_64', '-Werror=implicit-function-declaration'] #######
INFO: customize UnixCCompiler using new_build_ext
INFO: building 'numpy.core._multiarray_tests' extension
INFO: compiling C sources
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src/common
INFO: compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/_multiarray_tests.c
INFO: clang: numpy/core/src/common/mem_overlap.c
INFO: clang: numpy/core/src/common/npy_argparse.c
INFO: clang: numpy/core/src/common/npy_hashtable.c
warning: warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -Wl,-headerpad,0x1000 build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/_multiarray_tests.o build/temp.macosx-10.14-arm64-3.8/numpy/core/src/common/mem_overlap.o build/temp.macosx-10.14-arm64-3.8/numpy/core/src/common/npy_argparse.o build/temp.macosx-10.14-arm64-3.8/numpy/core/src/common/npy_hashtable.o -Lbuild/temp.macosx-10.14-arm64-3.8 -lnpymath -o build/lib.macosx-10.14-arm64-3.8/numpy/core/_multiarray_tests.cpython-38-darwin.so
INFO: building 'numpy.core._multiarray_umath' extension
INFO: compiling C++ dispatch-able sources
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> numpy/core/src/npysort/x86-qsort.dispatch.cpp
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512_SKX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'KEEP_BASELINE' is ON
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/npysort/x86-qsort.dispatch.h
INFO: compiling C dispatch-able sources
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (NEON SSE42 VSX2 AVX512_SKX AVX2 XOP ASIMD SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/argfunc.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 SSE41 NEON ASIMD SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_unary_fp.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX2 AVX512F SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithm_fp.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512F VSX4 NEON VSX2 SSE41 AVX512_SKX AVX2 SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithmetic.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX2 AVX2 AVX512_SKX NEON ASIMD SSE2) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_minmax.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512F VSX4 VSX2 NEON_VFPV4 (AVX2 FMA3) VSX3) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_trigonometric.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_umath_fp.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512_SKX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_umath_fp.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (AVX512F AVX512_SKX (AVX2 FMA3)) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_exponent_log.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_hyperbolic.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX4 VSX2 NEON_VFPV4 (AVX2 FMA3) AVX512_SKX) not part of baseline or dispatch-able features
INFO: CCompilerOpt._parse_target_tokens[2044] : policy 'MAXOPT' is ON
INFO: CCompilerOpt._parse_policy_maxopt[2153] : debug mode is detected, policy 'maxopt' is skipped.
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_hyperbolic.dispatch.h
INFO: CCompilerOpt.parse_targets[1849] : looking for '@targets' inside -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_modulo.dispatch.c
INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (VSX4) not part of baseline or dispatch-able features
INFO: CCompilerOpt._generate_config[2589] : generate dispatched config -> build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_modulo.dispatch.h
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating build/temp.macosx-10.14-arm64-3.8/build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath
INFO: compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npysort -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-I/System/Library/Frameworks/vecLib.framework/Headers'
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/argfunc.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_unary_fp.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithm_fp.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_arithmetic.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_minmax.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_trigonometric.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_exponent_log.dispatch.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_umath_fp.dispatch.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_add_LONGDOUBLE' [-Wunused-function]
run_binary_simd_add_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_subtract_LONGDOUBLE' [-Wunused-function]
run_binary_simd_subtract_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_multiply_LONGDOUBLE' [-Wunused-function]
run_binary_simd_multiply_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_divide_LONGDOUBLE' [-Wunused-function]
run_binary_simd_divide_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
5 warnings generated.
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_hyperbolic.dispatch.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops_modulo.dispatch.c
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_add_LONGDOUBLE' [-Wunused-function]
run_binary_simd_add_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_subtract_LONGDOUBLE' [-Wunused-function]
run_binary_simd_subtract_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_multiply_LONGDOUBLE' [-Wunused-function]
run_binary_simd_multiply_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
numpy/core/src/umath/loops_arithm_fp.dispatch.c.src:454:1: warning: unused function 'run_binary_simd_divide_LONGDOUBLE' [-Wunused-function]
run_binary_simd_divide_LONGDOUBLE(char **args, npy_intp const *dimensions, npy_intp const *steps)
^
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
4 warnings generated.
1 warning generated.
1 warning generated.
INFO: compiling C sources
INFO: C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src/multiarray
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/textreading
creating build/temp.macosx-10.14-arm64-3.8/numpy/core/src/umath
INFO: compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npysort -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c'
extra options: '-I/System/Library/Frameworks/vecLib.framework/Headers'
INFO: clang: numpy/core/src/multiarray/abstractdtypes.c
INFO: clang: numpy/core/src/multiarray/alloc.c
INFO: clang: numpy/core/src/multiarray/arrayobject.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/arraytypes.c
INFO: clang: numpy/core/src/multiarray/array_coercion.c
INFO: clang: numpy/core/src/multiarray/array_assign_scalar.c
INFO: clang: numpy/core/src/multiarray/array_method.c
INFO: clang: numpy/core/src/multiarray/array_assign_array.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/arrayfunction_override.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/buffer.c
INFO: clang: numpy/core/src/multiarray/calculation.c
INFO: clang: numpy/core/src/multiarray/compiled_base.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/common.c
INFO: clang: numpy/core/src/multiarray/common_dtype.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/convert.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/convert_datatype.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/conversion_utils.c
INFO: clang: numpy/core/src/multiarray/ctors.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/datetime.c
1 warning generated.
INFO: clang: numpy/core/src/multiarray/datetime_strings.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/datetime_busday.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/datetime_busdaycal.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/descriptor.c
INFO: clang: numpy/core/src/multiarray/dlpack.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/dtypemeta.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/dragon4.c
INFO: clang: numpy/core/src/multiarray/dtype_transfer.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
numpy/core/src/multiarray/dragon4.c:3148:1: error: implicit declaration of function 'Dragon4_PrintFloat_Intel_extended128' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
make_dragon4_typefuncs(LongDouble, npy_longdouble, NPY_LONGDOUBLE_BINFMT_NAME)
^
numpy/core/src/multiarray/dragon4.c:3143:9: note: expanded from macro 'make_dragon4_typefuncs'
make_dragon4_typefuncs_inner(Type, npy_type, format)
^
numpy/core/src/multiarray/dragon4.c:3075:9: note: expanded from macro 'make_dragon4_typefuncs_inner'
if (Dragon4_PrintFloat_##format(scratch, val, opt) < 0) {\
^
<scratch space>:115:1: note: expanded from here
Dragon4_PrintFloat_Intel_extended128
^
1 warning generated.
numpy/core/src/multiarray/dragon4.c:3148:1: note: did you mean 'Dragon4_PrintFloat_Intel_extended'?
numpy/core/src/multiarray/dragon4.c:3143:9: note: expanded from macro 'make_dragon4_typefuncs'
make_dragon4_typefuncs_inner(Type, npy_type, format)
^
numpy/core/src/multiarray/dragon4.c:3075:9: note: expanded from macro 'make_dragon4_typefuncs_inner'
if (Dragon4_PrintFloat_##format(scratch, val, opt) < 0) {\
^
<scratch space>:115:1: note: expanded from here
Dragon4_PrintFloat_Intel_extended128
^
numpy/core/src/multiarray/dragon4.c:2507:1: note: 'Dragon4_PrintFloat_Intel_extended' declared here
Dragon4_PrintFloat_Intel_extended(
^
numpy/core/src/multiarray/dragon4.c:3148:1: error: implicit declaration of function 'Dragon4_PrintFloat_Intel_extended128' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
make_dragon4_typefuncs(LongDouble, npy_longdouble, NPY_LONGDOUBLE_BINFMT_NAME)
^
numpy/core/src/multiarray/dragon4.c:3143:9: note: expanded from macro 'make_dragon4_typefuncs'
make_dragon4_typefuncs_inner(Type, npy_type, format)
^
numpy/core/src/multiarray/dragon4.c:3113:9: note: expanded from macro 'make_dragon4_typefuncs_inner'
if (Dragon4_PrintFloat_##format(scratch, val, opt) < 0) {\
^
<scratch space>:121:1: note: expanded from here
Dragon4_PrintFloat_Intel_extended128
^
1 warning and 2 errors generated.
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/einsum.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
numpy/core/src/multiarray/einsum.c.src:408:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/einsum_sumprod.c
INFO: clang: numpy/core/src/multiarray/experimental_public_dtype_api.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/flagsobject.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
2 warnings generated.
INFO: clang: numpy/core/src/multiarray/getset.c
numpy/core/src/multiarray/einsum.c.src:408:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/hashdescr.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/item_selection.c
1 warning generated.
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/iterators.c
INFO: clang: numpy/core/src/multiarray/legacy_dtype_implementation.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/lowlevel_strided_loops.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/mapping.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/methods.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/multiarraymodule.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/nditer_templ.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/nditer_api.c
INFO: clang: numpy/core/src/multiarray/nditer_pywrap.c
INFO: clang: numpy/core/src/multiarray/nditer_constr.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/number.c
INFO: clang: numpy/core/src/multiarray/refcount.c
1 warning generated.
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/sequence.c
INFO: clang: numpy/core/src/multiarray/shape.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/multiarray/scalarapi.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/scalartypes.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/strfuncs.c
INFO: clang: numpy/core/src/multiarray/temp_elide.c
INFO: clang: numpy/core/src/multiarray/typeinfo.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/usertypes.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/vdot.c
INFO: clang: numpy/core/src/multiarray/textreading/conversions.c
INFO: clang: numpy/core/src/multiarray/textreading/field_types.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/textreading/growth.c
1 warning generated.
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/multiarray/textreading/readtext.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/textreading/rows.c
INFO: clang: numpy/core/src/multiarray/textreading/stream_pyobject.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/multiarray/textreading/str_to_int.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/umath/umathmodule.c
INFO: clang: numpy/core/src/umath/reduction.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/loops.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/matmul.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/umath/dispatching.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/umath/legacy_array_method.c
INFO: clang: numpy/core/src/umath/wrapping_array_method.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/umath/ufunc_object.c
1 warning generated.
1 warning generated.
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/umath/extobj.c
INFO: clang: build/src.macosx-10.14-arm64-3.8/numpy/core/src/umath/scalarmath.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/umath/ufunc_type_resolution.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/umath/override.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
numpy/core/src/umath/scalarmath.c.src:1727:36: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/umath/_scaled_float_dtype.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/common/array_assign.c
INFO: clang: numpy/core/src/common/mem_overlap.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/common/npy_argparse.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
1 warning generated.
INFO: clang: numpy/core/src/common/npy_hashtable.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/common/npy_longdouble.c
1 warning generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/common/ucsnarrow.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/common/ufunc_override.c
1 warning generated.
INFO: clang: numpy/core/src/common/numpyos.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
1 warning generated.
INFO: clang: numpy/core/src/common/npy_cpu_features.c
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/common/cblasfuncs.c
numpy/core/src/common/npy_cpu_features.c:170:1: warning: unused function 'npy__cpu_baseline_fid' [-Wunused-function]
npy__cpu_baseline_fid(const char *feature)
^
numpy/core/src/common/npy_cpu_features.c:183:1: warning: unused function 'npy__cpu_dispatch_fid' [-Wunused-function]
npy__cpu_dispatch_fid(const char *feature)
^
3 warnings generated.
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
INFO: clang: numpy/core/src/common/python_xerbla.c
1 warning generated.
numpy/core/src/common/npy_cpu_features.c:170:1: warning: unused function 'npy__cpu_baseline_fid' [-Wunused-function]
npy__cpu_baseline_fid(const char *feature)
^
numpy/core/src/common/npy_cpu_features.c:183:1: warning: unused function 'npy__cpu_dispatch_fid' [-Wunused-function]
npy__cpu_dispatch_fid(const char *feature)
^
warning: overriding currently unsupported use of floating point exceptions on this target [-Wunsupported-floating-point-opt]
2 warnings generated.
1 warning generated.
1 warning generated.
2 warnings generated.
numpy/core/src/umath/scalarmath.c.src:1727:36: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
^
1 warning generated.
1 warning generated.
Running from numpy source directory.
setup.py:86: DeprecationWarning:
`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >= 3.12. For older Python versions it will remain present.
It is recommended to use `setuptools < 60.0` for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
import numpy.distutils.command.sdist
Warning: attempted relative import with no known parent package
/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
INFO:
########### EXT COMPILER OPTIMIZATION ###########
INFO: Platform :
Architecture: aarch64
Compiler : clang
CPU baseline :
Requested : 'min'
Enabled : none
Flags : none
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : none
Generated : none
INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/build/temp.macosx-10.14-arm64-3.8/ccompiler_opt_cache_ext.py
INFO:
########### CLIB COMPILER OPTIMIZATION ###########
INFO: Platform :
Architecture: aarch64
Compiler : clang
CPU baseline :
Requested : 'min'
Enabled : none
Flags : none
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : none
Generated : none
INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-wheel-orpzt1l9/numpy/build/temp.macosx-10.14-arm64-3.8/ccompiler_opt_cache_clib.py
error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -ftrapping-math -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/multiarray -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/include/numpy -Ibuild/src.macosx-10.14-arm64-3.8/numpy/distutils/include -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npysort -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -Inumpy/core/src/_simd -I/Users/mohammad/InvokeAI/venv/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-10.14-arm64-3.8/numpy/core/src/npymath -c numpy/core/src/multiarray/dragon4.c -o build/temp.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/dragon4.o -MMD -MF build/temp.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/dragon4.o.d -I/System/Library/Frameworks/vecLib.framework/Headers" failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for numpy
ERROR: Failed to build one or more wheels
Traceback (most recent call last):
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
subprocess.check_call(cmd)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Users/mohammad/InvokeAI/venv/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmp9c933ztd', '--quiet', 'numpy']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-e68lm8g8/gfpgan/setup.py", line 84, in <module>
setup(
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/__init__.py", line 164, in setup
_install_setup_requires(attrs)
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/__init__.py", line 159, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/dist.py", line 699, in fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 779, in resolve
dist = best[req.key] = env.best_match(
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1064, in best_match
return self.obtain(req, installer)
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1076, in obtain
return installer(requirement)
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/dist.py", line 758, in fetch_build_egg
return fetch_build_egg(self, req)
File "/Users/mohammad/InvokeAI/venv/lib/python3.8/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/Users/mohammad/InvokeAI/venv/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/tmp9c933ztd', '--quiet', 'numpy']' returned non-zero exit status 1.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 22.3 is available.
You should consider upgrading via the '/Users/mohammad/InvokeAI/venv/bin/python3 -m pip install --upgrade pip' command.
(venv) mohammad@CheetahM1 InvokeAI % /Users/mohammad/InvokeAI/venv/bin/python3 -m pip install --upgrade pip
Collecting pip
Using cached pip-22.3-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.2.3
Uninstalling pip-20.2.3:
Successfully uninstalled pip-20.2.3
Successfully installed pip-22.3
(venv) mohammad@CheetahM1 InvokeAI % pip install -r requirements.txt
Collecting clip
Cloning https://github.com/openai/CLIP.git (to revision main) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/clip_a6c1c7494a7a4e6ca296f55ecc3384c8
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/clip_a6c1c7494a7a4e6ca296f55ecc3384c8
Resolved https://github.com/openai/CLIP.git to commit d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
Preparing metadata (setup.py) ... done
Collecting k-diffusion
Cloning https://github.com/Birch-san/k-diffusion.git (to revision mps) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/k-diffusion_3802f658fe944915bd90e81e8ad64e1b
Running command git clone --filter=blob:none --quiet https://github.com/Birch-san/k-diffusion.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/k-diffusion_3802f658fe944915bd90e81e8ad64e1b
Resolved https://github.com/Birch-san/k-diffusion.git to commit ddf3552a59683dd4c255983fb167433d382b56d2
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting gfpgan
Cloning https://github.com/TencentARC/GFPGAN.git to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/gfpgan_b310de6d3a7347d1a5d9c3a0b87e2929
Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-qcvx7wdw/gfpgan_b310de6d3a7347d1a5d9c3a0b87e2929
Resolved https://github.com/TencentARC/GFPGAN.git to commit 2eac2033893ca7f427f4035d80fe95b92649ac56
Preparing metadata (setup.py) ... done
Collecting albumentations
Using cached albumentations-1.3.0-py3-none-any.whl (123 kB)
Collecting einops
Using cached einops-0.5.0-py3-none-any.whl (36 kB)
Collecting huggingface-hub
Using cached huggingface_hub-0.10.1-py3-none-any.whl (163 kB)
Collecting imageio-ffmpeg
Using cached imageio-ffmpeg-0.4.7.tar.gz (16 kB)
Preparing metadata (setup.py) ... done
Collecting imageio
Using cached imageio-2.22.2-py3-none-any.whl (3.4 MB)
Collecting kornia
Using cached kornia-0.6.8-py2.py3-none-any.whl (551 kB)
Collecting numpy
Using cached numpy-1.23.4-cp38-cp38-macosx_11_0_arm64.whl (13.3 MB)
Collecting omegaconf
Using cached omegaconf-2.2.3-py3-none-any.whl (79 kB)
Collecting opencv-python
Downloading opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl (30.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.0/30.0 MB 5.6 MB/s eta 0:00:00
Collecting pillow
Downloading Pillow-9.2.0-cp38-cp38-macosx_11_0_arm64.whl (2.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 4.1 MB/s eta 0:00:00
Requirement already satisfied: pip>=22 in ./venv/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (22.3)
Collecting pudb
Using cached pudb-2014.1-py2.py3-none-any.whl (49 kB)
Collecting pytorch-lightning
Using cached pytorch_lightning-1.7.7-py3-none-any.whl (708 kB)
Collecting scikit-image>=0.19
Using cached scikit_image-0.19.3-cp38-cp38-macosx_12_0_arm64.whl (12.4 MB)
Collecting streamlit
Using cached streamlit-1.13.0-py2.py3-none-any.whl (9.2 MB)
Collecting pyreadline3
Using cached pyreadline3-3.4.1-py3-none-any.whl (95 kB)
Collecting taming-transformers-rom1504
Using cached taming_transformers_rom1504-0.0.6-py3-none-any.whl (51 kB)
Collecting test-tube
Using cached test_tube-0.7.5.tar.gz (21 kB)
Preparing metadata (setup.py) ... done
Collecting torch-fidelity
Using cached torch_fidelity-0.3.0-py3-none-any.whl (37 kB)
Collecting torchmetrics
Using cached torchmetrics-0.10.0-py3-none-any.whl (529 kB)
Collecting transformers==4.21.*
Using cached transformers-4.21.3-py3-none-any.whl (4.7 MB)
Collecting flask==2.1.3
Using cached Flask-2.1.3-py3-none-any.whl (95 kB)
Collecting flask_socketio==5.3.0
Using cached Flask_SocketIO-5.3.0-py3-none-any.whl (17 kB)
Collecting flask_cors==3.0.10
Using cached Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Collecting flaskwebgui==0.3.7
Using cached flaskwebgui-0.3.7-py3-none-any.whl (8.0 kB)
Collecting send2trash
Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting dependency_injector==4.40.0
Using cached dependency-injector-4.40.0.tar.gz (912 kB)
Preparing metadata (setup.py) ... done
Collecting eventlet
Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB)
Collecting realesrgan
Using cached realesrgan-0.3.0-py3-none-any.whl (26 kB)
Collecting regex!=2019.12.17
Downloading regex-2022.9.13-cp38-cp38-macosx_11_0_arm64.whl (287 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.1/287.1 kB 2.9 MB/s eta 0:00:00
Collecting packaging>=20.0
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting requests
Downloading requests-2.28.1-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 1.9 MB/s eta 0:00:00
Collecting tokenizers!=0.11.3,<0.13,>=0.11.1
Downloading tokenizers-0.11.6-cp38-cp38-macosx_11_0_arm64.whl (3.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 3.8 MB/s eta 0:00:00
Collecting pyyaml>=5.1
Downloading PyYAML-6.0.tar.gz (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 2.8 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting filelock
Downloading filelock-3.8.0-py3-none-any.whl (10 kB)
Collecting tqdm>=4.27
Downloading tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 2.2 MB/s eta 0:00:00
Collecting Jinja2>=3.0
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 3.8 MB/s eta 0:00:00
Collecting importlib-metadata>=3.6.0
Downloading importlib_metadata-5.0.0-py3-none-any.whl (21 kB)
Collecting itsdangerous>=2.0
Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting Werkzeug>=2.0
Downloading Werkzeug-2.2.2-py3-none-any.whl (232 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.7/232.7 kB 4.4 MB/s eta 0:00:00
Collecting click>=8.0
Downloading click-8.1.3-py3-none-any.whl (96 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 3.1 MB/s eta 0:00:00
Collecting python-socketio>=5.0.2
Downloading python_socketio-5.7.2-py3-none-any.whl (56 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.7/56.7 kB 1.8 MB/s eta 0:00:00
Collecting Six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting whichcraft
Downloading whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB)
Collecting opencv-python-headless>=4.1.1
Downloading opencv_python_headless-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl (30.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.0/30.0 MB 5.5 MB/s eta 0:00:00
Collecting scipy
Downloading scipy-1.9.3-cp38-cp38-macosx_12_0_arm64.whl (28.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.5/28.5 MB 3.9 MB/s eta 0:00:00
Collecting qudida>=0.0.4
Downloading qudida-0.0.4-py3-none-any.whl (3.5 kB)
Collecting typing-extensions>=3.7.4.3
Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Collecting torch>=1.8.1
Downloading torch-1.12.1-cp38-none-macosx_11_0_arm64.whl (49.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 MB 5.7 MB/s eta 0:00:00
Collecting antlr4-python3-runtime==4.9.*
Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 2.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting pygments>=1.0
Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 5.9 MB/s eta 0:00:00
Collecting urwid>=1.1.1
Downloading urwid-2.1.2.tar.gz (634 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 634.6/634.6 kB 5.8 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting tensorboard>=2.9.1
Downloading tensorboard-2.10.1-py3-none-any.whl (5.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 5.0 MB/s eta 0:00:00
Collecting fsspec[http]!=2021.06.0,>=2021.05.0
Downloading fsspec-2022.10.0-py3-none-any.whl (138 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.8/138.8 kB 2.6 MB/s eta 0:00:00
Collecting pyDeprecate>=0.3.1
Downloading pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
Collecting PyWavelets>=1.1.1
Downloading PyWavelets-1.4.1-cp38-cp38-macosx_11_0_arm64.whl (4.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 5.8 MB/s eta 0:00:00
Collecting networkx>=2.2
Downloading networkx-2.8.7-py3-none-any.whl (2.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 7.3 MB/s eta 0:00:00
Collecting tifffile>=2019.7.26
Downloading tifffile-2022.10.10-py3-none-any.whl (210 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.3/210.3 kB 3.5 MB/s eta 0:00:00
Collecting gitpython!=3.1.19
Downloading GitPython-3.1.29-py3-none-any.whl (182 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.5/182.5 kB 1.9 MB/s eta 0:00:00
Collecting pandas>=0.21.0
Downloading pandas-1.5.1-cp38-cp38-macosx_11_0_arm64.whl (10.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.7/10.7 MB 4.5 MB/s eta 0:00:00
Collecting tzlocal>=1.1
Downloading tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting pyarrow>=4.0
Downloading pyarrow-9.0.0-cp38-cp38-macosx_11_0_arm64.whl (21.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.6/21.6 MB 6.2 MB/s eta 0:00:00
Collecting blinker>=1.0.0
Downloading blinker-1.5-py2.py3-none-any.whl (12 kB)
Collecting cachetools>=4.0
Downloading cachetools-5.2.0-py3-none-any.whl (9.3 kB)
Collecting toml
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting python-dateutil
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 5.2 MB/s eta 0:00:00
Collecting protobuf!=3.20.2,<4,>=3.12
Downloading protobuf-3.20.3-py2.py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 4.1 MB/s eta 0:00:00
Collecting pydeck>=0.1.dev5
Downloading pydeck-0.8.0b4-py2.py3-none-any.whl (4.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 5.3 MB/s eta 0:00:00
Collecting rich>=10.11.0
Downloading rich-12.6.0-py3-none-any.whl (237 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 237.5/237.5 kB 4.2 MB/s eta 0:00:00
Collecting validators>=0.2
Downloading validators-0.18.2-py3-none-any.whl (19 kB)
Collecting altair>=3.2.0
Downloading altair-4.2.0-py3-none-any.whl (812 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 812.8/812.8 kB 7.1 MB/s eta 0:00:00
Collecting semver
Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting pympler>=0.9
Downloading Pympler-1.0.1-py3-none-any.whl (164 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.8/164.8 kB 3.8 MB/s eta 0:00:00
Collecting tornado>=5.0
Downloading tornado-6.2-cp37-abi3-macosx_10_9_universal2.whl (421 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 421.8/421.8 kB 6.9 MB/s eta 0:00:00
Collecting torchvision
Downloading torchvision-0.13.1-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 5.5 MB/s eta 0:00:00
Collecting future
Downloading future-0.18.2.tar.gz (829 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 kB 5.1 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting greenlet>=0.3
Downloading greenlet-1.1.3.post0.tar.gz (91 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.8/91.8 kB 2.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting dnspython>=1.15.0
Downloading dnspython-2.2.1-py3-none-any.whl (269 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.1/269.1 kB 6.2 MB/s eta 0:00:00
Collecting basicsr>=1.4.2
Downloading basicsr-1.4.2.tar.gz (172 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.5/172.5 kB 4.5 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting facexlib>=0.2.5
Downloading facexlib-0.2.5-py3-none-any.whl (59 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB 2.1 MB/s eta 0:00:00
Collecting ftfy
Downloading ftfy-6.1.1-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.1/53.1 kB 1.1 MB/s eta 0:00:00
Collecting resize-right
Downloading resize_right-0.0.2-py3-none-any.whl (8.9 kB)
Collecting clean-fid
Downloading clean_fid-0.1.33-py3-none-any.whl (25 kB)
Collecting jsonmerge
Downloading jsonmerge-1.8.0.tar.gz (26 kB)
Preparing metadata (setup.py) ... done
Collecting accelerate
Downloading accelerate-0.13.2-py3-none-any.whl (148 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.8/148.8 kB 3.4 MB/s eta 0:00:00
Collecting wandb
Downloading wandb-0.13.4-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 5.3 MB/s eta 0:00:00
Collecting torchdiffeq
Downloading torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
Collecting lmdb
Downloading lmdb-1.3.0.tar.gz (881 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 881.4/881.4 kB 5.5 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting tb-nightly
Downloading tb_nightly-2.11.0a20221022-py3-none-any.whl (6.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 5.6 MB/s eta 0:00:00
Collecting yapf
Downloading yapf-0.32.0-py2.py3-none-any.whl (190 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.2/190.2 kB 3.1 MB/s eta 0:00:00
Collecting jsonschema>=3.0
Downloading jsonschema-4.16.0-py3-none-any.whl (83 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 2.9 MB/s eta 0:00:00
Collecting entrypoints
Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting toolz
Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 1.9 MB/s eta 0:00:00
Collecting addict
Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
Collecting filterpy
Downloading filterpy-1.4.5.zip (177 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.0/178.0 kB 4.0 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting numba
Downloading numba-0.56.3-cp38-cp38-macosx_11_0_arm64.whl (2.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 4.6 MB/s eta 0:00:00
Collecting aiohttp!=4.0.0a0,!=4.0.0a1
Downloading aiohttp-3.8.3-cp38-cp38-macosx_11_0_arm64.whl (337 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 337.4/337.4 kB 5.1 MB/s eta 0:00:00
Collecting gitdb<5,>=4.0.1
Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 1.8 MB/s eta 0:00:00
Collecting zipp>=0.5
Downloading zipp-3.9.0-py3-none-any.whl (5.8 kB)
Collecting MarkupSafe>=2.0
Downloading MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl (17 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting pytz>=2020.1
Downloading pytz-2022.5-py2.py3-none-any.whl (500 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 500.7/500.7 kB 3.1 MB/s eta 0:00:00
Collecting bidict>=0.21.0
Downloading bidict-0.22.0-py3-none-any.whl (36 kB)
Collecting python-engineio>=4.3.0
Downloading python_engineio-4.3.4-py3-none-any.whl (52 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.9/52.9 kB 1.8 MB/s eta 0:00:00
Collecting scikit-learn>=0.19.1
Downloading scikit_learn-1.1.2-cp38-cp38-macosx_12_0_arm64.whl (7.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 5.9 MB/s eta 0:00:00
Collecting idna<4,>=2.5
Downloading idna-3.4-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 1.9 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 4.8 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 4.2 MB/s eta 0:00:00
Collecting charset-normalizer<3,>=2
Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting commonmark<0.10.0,>=0.9.0
Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 1.8 MB/s eta 0:00:00
Collecting protobuf!=3.20.2,<4,>=3.12
Downloading protobuf-3.19.6-py2.py3-none-any.whl (162 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.6/162.6 kB 3.7 MB/s eta 0:00:00
Collecting absl-py>=0.4
Downloading absl_py-1.3.0-py3-none-any.whl (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.6/124.6 kB 3.2 MB/s eta 0:00:00
Requirement already satisfied: setuptools>=41.0.0 in ./venv/lib/python3.8/site-packages (from tensorboard>=2.9.1->pytorch-lightning->-r requirements.txt (line 16)) (49.2.1)
Collecting google-auth-oauthlib<0.5,>=0.4.1
Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting markdown>=2.6.8
Downloading Markdown-3.4.1-py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 kB 2.6 MB/s eta 0:00:00
Collecting wheel>=0.26
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting tensorboard-plugin-wit>=1.6.0
Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 kB 5.3 MB/s eta 0:00:00
Collecting tensorboard-data-server<0.7.0,>=0.6.0
Downloading tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
Collecting google-auth<3,>=1.6.3
Downloading google_auth-2.13.0-py2.py3-none-any.whl (174 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.5/174.5 kB 4.9 MB/s eta 0:00:00
Collecting grpcio>=1.24.3
Downloading grpcio-1.50.0.tar.gz (22.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.1/22.1 MB 5.5 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting backports.zoneinfo
Downloading backports.zoneinfo-0.2.1.tar.gz (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.1/74.1 kB 2.1 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pytz-deprecation-shim
Downloading pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting decorator>=3.4.0
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting psutil
Downloading psutil-5.9.3-cp38-cp38-macosx_11_0_arm64.whl (243 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243.2/243.2 kB 4.4 MB/s eta 0:00:00
Collecting requests
Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 1.5 MB/s eta 0:00:00
Collecting idna<4,>=2.5
Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 2.1 MB/s eta 0:00:00
Collecting chardet<5,>=3.0.2
Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 3.1 MB/s eta 0:00:00
Collecting wcwidth>=0.2.5
Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting pathtools
Downloading pathtools-0.1.2.tar.gz (11 kB)
Preparing metadata (setup.py) ... done
Collecting shortuuid>=0.5.0
Downloading shortuuid-1.0.9-py3-none-any.whl (9.4 kB)
Collecting sentry-sdk>=1.0.0
Downloading sentry_sdk-1.10.1-py2.py3-none-any.whl (166 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.6/166.6 kB 3.1 MB/s eta 0:00:00
Collecting promise<3,>=2.0
Downloading promise-2.3.tar.gz (19 kB)
Preparing metadata (setup.py) ... done
Collecting setproctitle
Downloading setproctitle-1.3.2-cp38-cp38-macosx_10_9_universal2.whl (16 kB)
Collecting docker-pycreds>=0.4.0
Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
Collecting multidict<7.0,>=4.5
Downloading multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl (29 kB)
Collecting frozenlist>=1.1.1
Downloading frozenlist-1.3.1-cp38-cp38-macosx_11_0_arm64.whl (35 kB)
Collecting aiosignal>=1.1.2
Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting attrs>=17.3.0
Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 1.7 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3
Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
Downloading yarl-1.8.1-cp38-cp38-macosx_11_0_arm64.whl (57 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.4/57.4 kB 2.2 MB/s eta 0:00:00
Collecting smmap<6,>=3.0.1
Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
Collecting pyasn1-modules>=0.2.1
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 2.5 MB/s eta 0:00:00
Collecting rsa<5,>=3.1.4
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Collecting requests-oauthlib>=0.7.0
Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Downloading pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.4/81.4 kB 2.9 MB/s eta 0:00:00
Collecting pkgutil-resolve-name>=1.3.10
Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Collecting importlib-resources>=1.4.0
Downloading importlib_resources-5.10.0-py3-none-any.whl (34 kB)
Collecting threadpoolctl>=2.0.0
Downloading threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting joblib>=1.0.0
Downloading joblib-1.2.0-py3-none-any.whl (297 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 kB 3.1 MB/s eta 0:00:00
Collecting matplotlib
Downloading matplotlib-3.6.1-cp38-cp38-macosx_11_0_arm64.whl (7.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 4.9 MB/s eta 0:00:00
Collecting llvmlite<0.40,>=0.39.0dev0
Downloading llvmlite-0.39.1-cp38-cp38-macosx_11_0_arm64.whl (23.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/23.1 MB 5.5 MB/s eta 0:00:00
Collecting tzdata
Downloading tzdata-2022.5-py2.py3-none-any.whl (336 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.7/336.7 kB 5.4 MB/s eta 0:00:00
Collecting pyasn1<0.5.0,>=0.4.6
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 2.9 MB/s eta 0:00:00
Collecting oauthlib>=3.0.0
Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 4.4 MB/s eta 0:00:00
Collecting cycler>=0.10
Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting fonttools>=4.22.0
Downloading fonttools-4.38.0-py3-none-any.whl (965 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 4.6 MB/s eta 0:00:00
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.4.4-cp38-cp38-macosx_11_0_arm64.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 kB 1.8 MB/s eta 0:00:00
Collecting contourpy>=1.0.1
Downloading contourpy-1.0.5-cp38-cp38-macosx_11_0_arm64.whl (225 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.9/225.9 kB 4.0 MB/s eta 0:00:00
Building wheels for collected packages: k-diffusion, pyyaml, backports.zoneinfo
Building wheel for k-diffusion (pyproject.toml) ... done
Created wheel for k-diffusion: filename=k_diffusion-0.0.1-py3-none-any.whl size=23996 sha256=3416c1c73bdb8c0954eb872b82a0c64eb0b5f85acbe4f52ca42363363fa77b60
Stored in directory: /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-ephem-wheel-cache-nnuwxqkr/wheels/c4/eb/df/7d861dbdc3add48945cc24094f7845d2ef5d10c211537be8f2
Building wheel for pyyaml (pyproject.toml) ... done
Created wheel for pyyaml: filename=PyYAML-6.0-cp38-cp38-macosx_10_14_arm64.whl size=45338 sha256=cb575b39636180980e5eed87bfd75dcbba6eb769686e90af0c7ad09756aa8c41
Stored in directory: /Users/mohammad/Library/Caches/pip/wheels/c4/39/d6/d3dfff6b6391ea67b2a5a0eeeca71902d4cd3a03b84109ccbc
Building wheel for backports.zoneinfo (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for backports.zoneinfo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [41 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.14-arm64-cpython-38
creating build/lib.macosx-10.14-arm64-cpython-38/backports
copying src/backports/__init__.py -> build/lib.macosx-10.14-arm64-cpython-38/backports
creating build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_version.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_common.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/__init__.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_zoneinfo.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_tzpath.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
running egg_info
writing src/backports.zoneinfo.egg-info/PKG-INFO
writing dependency_links to src/backports.zoneinfo.egg-info/dependency_links.txt
writing requirements to src/backports.zoneinfo.egg-info/requires.txt
writing top-level names to src/backports.zoneinfo.egg-info/top_level.txt
reading manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-build-env-4gqrzokd/overlay/lib/python3.8/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.svg' under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_output'
adding license file 'LICENSE'
adding license file 'licenses/LICENSE_APACHE'
writing manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
copying src/backports/zoneinfo/__init__.pyi -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/py.typed -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
running build_ext
building 'backports.zoneinfo._czoneinfo' extension
creating build/temp.macosx-10.14-arm64-cpython-38
creating build/temp.macosx-10.14-arm64-cpython-38/lib
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -I/Users/mohammad/InvokeAI/venv/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -c lib/zoneinfo_module.c -o build/temp.macosx-10.14-arm64-cpython-38/lib/zoneinfo_module.o -std=c99
lib/zoneinfo_module.c:1:10: fatal error: 'Python.h' file not found
#include "Python.h"
^~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for backports.zoneinfo
Successfully built k-diffusion pyyaml
Failed to build backports.zoneinfo
ERROR: Could not build wheels for backports.zoneinfo, which is required to install pyproject.toml-based projects
(venv) mohammad@CheetahM1 InvokeAI % mkdir -p models/ldm/stable-diffusion-v1/
(venv) mohammad@CheetahM1 InvokeAI % mkdir -p models/ldm/stable-diffusion-v1/
(venv) mohammad@CheetahM1 InvokeAI % ln -s ~/Downloads/sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt
(venv) mohammad@CheetahM1 InvokeAI % python scripts/preload_models.py
Traceback (most recent call last):
File "scripts/preload_models.py", line 6, in <module>
from transformers import CLIPTokenizer, CLIPTextModel
ModuleNotFoundError: No module named 'transformers'
(venv) mohammad@CheetahM1 InvokeAI % PYTORCH_ENABLE_MPS_FALLBACK=1 python scripts/invoke.py --web
Traceback (most recent call last):
File "scripts/invoke.py", line 12, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
(venv) mohammad@CheetahM1 InvokeAI % pip install -r requirements.txt
Collecting clip
Cloning https://github.com/openai/CLIP.git (to revision main) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/clip_cb34f29ffad54a45ba6bc541511a5448
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/clip_cb34f29ffad54a45ba6bc541511a5448
Resolved https://github.com/openai/CLIP.git to commit d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
Preparing metadata (setup.py) ... done
Collecting k-diffusion
Cloning https://github.com/Birch-san/k-diffusion.git (to revision mps) to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/k-diffusion_9e6a9f9ad8064ef2a2fea420238547eb
Running command git clone --filter=blob:none --quiet https://github.com/Birch-san/k-diffusion.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/k-diffusion_9e6a9f9ad8064ef2a2fea420238547eb
Resolved https://github.com/Birch-san/k-diffusion.git to commit ddf3552a59683dd4c255983fb167433d382b56d2
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting gfpgan
Cloning https://github.com/TencentARC/GFPGAN.git to /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/gfpgan_d3c3a78b51724dd4b57fa38a72e75105
Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-install-2z9386nm/gfpgan_d3c3a78b51724dd4b57fa38a72e75105
Resolved https://github.com/TencentARC/GFPGAN.git to commit 2eac2033893ca7f427f4035d80fe95b92649ac56
Preparing metadata (setup.py) ... done
Collecting albumentations
Using cached albumentations-1.3.0-py3-none-any.whl (123 kB)
Collecting einops
Using cached einops-0.5.0-py3-none-any.whl (36 kB)
Collecting huggingface-hub
Using cached huggingface_hub-0.10.1-py3-none-any.whl (163 kB)
Collecting imageio-ffmpeg
Using cached imageio-ffmpeg-0.4.7.tar.gz (16 kB)
Preparing metadata (setup.py) ... done
Collecting imageio
Using cached imageio-2.22.2-py3-none-any.whl (3.4 MB)
Collecting kornia
Using cached kornia-0.6.8-py2.py3-none-any.whl (551 kB)
Collecting numpy
Using cached numpy-1.23.4-cp38-cp38-macosx_11_0_arm64.whl (13.3 MB)
Collecting omegaconf
Using cached omegaconf-2.2.3-py3-none-any.whl (79 kB)
Collecting opencv-python
Using cached opencv_python-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl (30.0 MB)
Collecting pillow
Using cached Pillow-9.2.0-cp38-cp38-macosx_11_0_arm64.whl (2.8 MB)
Requirement already satisfied: pip>=22 in ./venv/lib/python3.8/site-packages (from -r requirements.txt (line 14)) (22.3)
Collecting pudb
Using cached pudb-2014.1-py2.py3-none-any.whl (49 kB)
Collecting pytorch-lightning
Using cached pytorch_lightning-1.7.7-py3-none-any.whl (708 kB)
Collecting scikit-image>=0.19
Using cached scikit_image-0.19.3-cp38-cp38-macosx_12_0_arm64.whl (12.4 MB)
Collecting streamlit
Using cached streamlit-1.13.0-py2.py3-none-any.whl (9.2 MB)
Collecting pyreadline3
Using cached pyreadline3-3.4.1-py3-none-any.whl (95 kB)
Collecting taming-transformers-rom1504
Using cached taming_transformers_rom1504-0.0.6-py3-none-any.whl (51 kB)
Collecting test-tube
Using cached test_tube-0.7.5.tar.gz (21 kB)
Preparing metadata (setup.py) ... done
Collecting torch-fidelity
Using cached torch_fidelity-0.3.0-py3-none-any.whl (37 kB)
Collecting torchmetrics
Using cached torchmetrics-0.10.0-py3-none-any.whl (529 kB)
Collecting transformers==4.21.*
Using cached transformers-4.21.3-py3-none-any.whl (4.7 MB)
Collecting flask==2.1.3
Using cached Flask-2.1.3-py3-none-any.whl (95 kB)
Collecting flask_socketio==5.3.0
Using cached Flask_SocketIO-5.3.0-py3-none-any.whl (17 kB)
Collecting flask_cors==3.0.10
Using cached Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Collecting flaskwebgui==0.3.7
Using cached flaskwebgui-0.3.7-py3-none-any.whl (8.0 kB)
Collecting send2trash
Using cached Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting dependency_injector==4.40.0
Using cached dependency-injector-4.40.0.tar.gz (912 kB)
Preparing metadata (setup.py) ... done
Collecting eventlet
Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB)
Collecting realesrgan
Using cached realesrgan-0.3.0-py3-none-any.whl (26 kB)
Collecting filelock
Using cached filelock-3.8.0-py3-none-any.whl (10 kB)
Collecting tokenizers!=0.11.3,<0.13,>=0.11.1
Using cached tokenizers-0.11.6-cp38-cp38-macosx_11_0_arm64.whl (3.4 MB)
Collecting packaging>=20.0
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting regex!=2019.12.17
Using cached regex-2022.9.13-cp38-cp38-macosx_11_0_arm64.whl (287 kB)
Collecting tqdm>=4.27
Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting requests
Using cached requests-2.28.1-py3-none-any.whl (62 kB)
Collecting pyyaml>=5.1
Using cached PyYAML-6.0.tar.gz (124 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting itsdangerous>=2.0
Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting Werkzeug>=2.0
Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB)
Collecting Jinja2>=3.0
Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting importlib-metadata>=3.6.0
Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB)
Collecting click>=8.0
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting python-socketio>=5.0.2
Using cached python_socketio-5.7.2-py3-none-any.whl (56 kB)
Collecting Six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting whichcraft
Using cached whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB)
Collecting qudida>=0.0.4
Using cached qudida-0.0.4-py3-none-any.whl (3.5 kB)
Collecting scipy
Using cached scipy-1.9.3-cp38-cp38-macosx_12_0_arm64.whl (28.5 MB)
Collecting opencv-python-headless>=4.1.1
Using cached opencv_python_headless-4.6.0.66-cp37-abi3-macosx_11_0_arm64.whl (30.0 MB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Collecting torch>=1.8.1
Using cached torch-1.12.1-cp38-none-macosx_11_0_arm64.whl (49.1 MB)
Collecting antlr4-python3-runtime==4.9.*
Using cached antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
Preparing metadata (setup.py) ... done
Collecting pygments>=1.0
Using cached Pygments-2.13.0-py3-none-any.whl (1.1 MB)
Collecting urwid>=1.1.1
Using cached urwid-2.1.2.tar.gz (634 kB)
Preparing metadata (setup.py) ... done
Collecting fsspec[http]!=2021.06.0,>=2021.05.0
Using cached fsspec-2022.10.0-py3-none-any.whl (138 kB)
Collecting pyDeprecate>=0.3.1
Using cached pyDeprecate-0.3.2-py3-none-any.whl (10 kB)
Collecting tensorboard>=2.9.1
Using cached tensorboard-2.10.1-py3-none-any.whl (5.9 MB)
Collecting PyWavelets>=1.1.1
Using cached PyWavelets-1.4.1-cp38-cp38-macosx_11_0_arm64.whl (4.3 MB)
Collecting tifffile>=2019.7.26
Using cached tifffile-2022.10.10-py3-none-any.whl (210 kB)
Collecting networkx>=2.2
Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB)
Collecting pandas>=0.21.0
Using cached pandas-1.5.1-cp38-cp38-macosx_11_0_arm64.whl (10.7 MB)
Collecting gitpython!=3.1.19
Using cached GitPython-3.1.29-py3-none-any.whl (182 kB)
Collecting blinker>=1.0.0
Using cached blinker-1.5-py2.py3-none-any.whl (12 kB)
Collecting rich>=10.11.0
Using cached rich-12.6.0-py3-none-any.whl (237 kB)
Collecting cachetools>=4.0
Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB)
Collecting pympler>=0.9
Using cached Pympler-1.0.1-py3-none-any.whl (164 kB)
Collecting validators>=0.2
Using cached validators-0.18.2-py3-none-any.whl (19 kB)
Collecting altair>=3.2.0
Using cached altair-4.2.0-py3-none-any.whl (812 kB)
Collecting tornado>=5.0
Using cached tornado-6.2-cp37-abi3-macosx_10_9_universal2.whl (421 kB)
Collecting pyarrow>=4.0
Using cached pyarrow-9.0.0-cp38-cp38-macosx_11_0_arm64.whl (21.6 MB)
Collecting pydeck>=0.1.dev5
Using cached pydeck-0.8.0b4-py2.py3-none-any.whl (4.7 MB)
Collecting toml
Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting semver
Using cached semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting tzlocal>=1.1
Using cached tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting python-dateutil
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting protobuf!=3.20.2,<4,>=3.12
Using cached protobuf-3.20.3-py2.py3-none-any.whl (162 kB)
Collecting torchvision
Using cached torchvision-0.13.1-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB)
Collecting future
Using cached future-0.18.2.tar.gz (829 kB)
Preparing metadata (setup.py) ... done
Collecting dnspython>=1.15.0
Using cached dnspython-2.2.1-py3-none-any.whl (269 kB)
Collecting greenlet>=0.3
Using cached greenlet-1.1.3.post0.tar.gz (91 kB)
Preparing metadata (setup.py) ... done
Collecting basicsr>=1.4.2
Using cached basicsr-1.4.2.tar.gz (172 kB)
Preparing metadata (setup.py) ... done
Collecting facexlib>=0.2.5
Using cached facexlib-0.2.5-py3-none-any.whl (59 kB)
Collecting ftfy
Using cached ftfy-6.1.1-py3-none-any.whl (53 kB)
Collecting wandb
Using cached wandb-0.13.4-py2.py3-none-any.whl (1.9 MB)
Collecting accelerate
Using cached accelerate-0.13.2-py3-none-any.whl (148 kB)
Collecting torchdiffeq
Using cached torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
Collecting resize-right
Using cached resize_right-0.0.2-py3-none-any.whl (8.9 kB)
Collecting jsonmerge
Using cached jsonmerge-1.8.0.tar.gz (26 kB)
Preparing metadata (setup.py) ... done
Collecting clean-fid
Using cached clean_fid-0.1.33-py3-none-any.whl (25 kB)
Collecting lmdb
Using cached lmdb-1.3.0.tar.gz (881 kB)
Preparing metadata (setup.py) ... done
Collecting tb-nightly
Using cached tb_nightly-2.11.0a20221022-py3-none-any.whl (6.0 MB)
Collecting yapf
Using cached yapf-0.32.0-py2.py3-none-any.whl (190 kB)
Collecting entrypoints
Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting toolz
Using cached toolz-0.12.0-py3-none-any.whl (55 kB)
Collecting jsonschema>=3.0
Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB)
Collecting addict
Using cached addict-2.4.0-py3-none-any.whl (3.8 kB)
Collecting numba
Using cached numba-0.56.3-cp38-cp38-macosx_11_0_arm64.whl (2.4 MB)
Collecting filterpy
Using cached filterpy-1.4.5.zip (177 kB)
Preparing metadata (setup.py) ... done
Collecting aiohttp!=4.0.0a0,!=4.0.0a1
Using cached aiohttp-3.8.3-cp38-cp38-macosx_11_0_arm64.whl (337 kB)
Collecting gitdb<5,>=4.0.1
Using cached gitdb-4.0.9-py3-none-any.whl (63 kB)
Collecting zipp>=0.5
Using cached zipp-3.9.0-py3-none-any.whl (5.8 kB)
Collecting MarkupSafe>=2.0
Using cached MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl (17 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting pytz>=2020.1
Using cached pytz-2022.5-py2.py3-none-any.whl (500 kB)
Collecting python-engineio>=4.3.0
Using cached python_engineio-4.3.4-py3-none-any.whl (52 kB)
Collecting bidict>=0.21.0
Using cached bidict-0.22.0-py3-none-any.whl (36 kB)
Collecting scikit-learn>=0.19.1
Using cached scikit_learn-1.1.2-cp38-cp38-macosx_12_0_arm64.whl (7.6 MB)
Collecting idna<4,>=2.5
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2022.9.24-py3-none-any.whl (161 kB)
Collecting charset-normalizer<3,>=2
Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting commonmark<0.10.0,>=0.9.0
Using cached commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
Collecting tensorboard-data-server<0.7.0,>=0.6.0
Using cached tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
Collecting grpcio>=1.24.3
Using cached grpcio-1.50.0.tar.gz (22.1 MB)
Preparing metadata (setup.py) ... done
Collecting google-auth<3,>=1.6.3
Using cached google_auth-2.13.0-py2.py3-none-any.whl (174 kB)
Collecting absl-py>=0.4
Using cached absl_py-1.3.0-py3-none-any.whl (124 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
Using cached google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting protobuf!=3.20.2,<4,>=3.12
Using cached protobuf-3.19.6-py2.py3-none-any.whl (162 kB)
Collecting wheel>=0.26
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting tensorboard-plugin-wit>=1.6.0
Using cached tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
Collecting markdown>=2.6.8
Using cached Markdown-3.4.1-py3-none-any.whl (93 kB)
Requirement already satisfied: setuptools>=41.0.0 in ./venv/lib/python3.8/site-packages (from tensorboard>=2.9.1->pytorch-lightning->-r requirements.txt (line 16)) (49.2.1)
Collecting backports.zoneinfo
Using cached backports.zoneinfo-0.2.1.tar.gz (74 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pytz-deprecation-shim
Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting decorator>=3.4.0
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting psutil
Using cached psutil-5.9.3-cp38-cp38-macosx_11_0_arm64.whl (243 kB)
Collecting requests
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting chardet<5,>=3.0.2
Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<4,>=2.5
Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting wcwidth>=0.2.5
Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting pathtools
Using cached pathtools-0.1.2.tar.gz (11 kB)
Preparing metadata (setup.py) ... done
Collecting shortuuid>=0.5.0
Using cached shortuuid-1.0.9-py3-none-any.whl (9.4 kB)
Collecting sentry-sdk>=1.0.0
Using cached sentry_sdk-1.10.1-py2.py3-none-any.whl (166 kB)
Collecting setproctitle
Using cached setproctitle-1.3.2-cp38-cp38-macosx_10_9_universal2.whl (16 kB)
Collecting docker-pycreds>=0.4.0
Using cached docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
Collecting promise<3,>=2.0
Using cached promise-2.3.tar.gz (19 kB)
Preparing metadata (setup.py) ... done
Collecting yarl<2.0,>=1.0
Using cached yarl-1.8.1-cp38-cp38-macosx_11_0_arm64.whl (57 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp38-cp38-macosx_11_0_arm64.whl (29 kB)
Collecting attrs>=17.3.0
Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.1-cp38-cp38-macosx_11_0_arm64.whl (35 kB)
Collecting smmap<6,>=3.0.1
Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
Collecting rsa<5,>=3.1.4
Using cached rsa-4.9-py3-none-any.whl (34 kB)
Collecting pyasn1-modules>=0.2.1
Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting requests-oauthlib>=0.7.0
Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting pkgutil-resolve-name>=1.3.10
Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Using cached pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl (81 kB)
Collecting importlib-resources>=1.4.0
Using cached importlib_resources-5.10.0-py3-none-any.whl (34 kB)
Collecting joblib>=1.0.0
Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
Collecting threadpoolctl>=2.0.0
Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting matplotlib
Using cached matplotlib-3.6.1-cp38-cp38-macosx_11_0_arm64.whl (7.2 MB)
Collecting llvmlite<0.40,>=0.39.0dev0
Using cached llvmlite-0.39.1-cp38-cp38-macosx_11_0_arm64.whl (23.1 MB)
Collecting tzdata
Using cached tzdata-2022.5-py2.py3-none-any.whl (336 kB)
Collecting pyasn1<0.5.0,>=0.4.6
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting oauthlib>=3.0.0
Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Collecting cycler>=0.10
Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting fonttools>=4.22.0
Using cached fonttools-4.38.0-py3-none-any.whl (965 kB)
Collecting contourpy>=1.0.1
Using cached contourpy-1.0.5-cp38-cp38-macosx_11_0_arm64.whl (225 kB)
Collecting kiwisolver>=1.0.1
Using cached kiwisolver-1.4.4-cp38-cp38-macosx_11_0_arm64.whl (63 kB)
Building wheels for collected packages: k-diffusion, pyyaml, backports.zoneinfo
Building wheel for k-diffusion (pyproject.toml) ... done
Created wheel for k-diffusion: filename=k_diffusion-0.0.1-py3-none-any.whl size=23996 sha256=f9202810892d49c4ec72ecdf5c31477ea8baa79d510d24daeec67415beffd0f0
Stored in directory: /private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-ephem-wheel-cache-gj0x7eqo/wheels/c4/eb/df/7d861dbdc3add48945cc24094f7845d2ef5d10c211537be8f2
Building wheel for pyyaml (pyproject.toml) ... done
Created wheel for pyyaml: filename=PyYAML-6.0-cp38-cp38-macosx_10_14_arm64.whl size=45338 sha256=dd5d5b4ef9ba5630add776734972f6fcbc48e9b305df7d7a44cd824444447fae
Stored in directory: /Users/mohammad/Library/Caches/pip/wheels/c4/39/d6/d3dfff6b6391ea67b2a5a0eeeca71902d4cd3a03b84109ccbc
Building wheel for backports.zoneinfo (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for backports.zoneinfo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [41 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.14-arm64-cpython-38
creating build/lib.macosx-10.14-arm64-cpython-38/backports
copying src/backports/__init__.py -> build/lib.macosx-10.14-arm64-cpython-38/backports
creating build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_version.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_common.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/__init__.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_zoneinfo.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/_tzpath.py -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
running egg_info
writing src/backports.zoneinfo.egg-info/PKG-INFO
writing dependency_links to src/backports.zoneinfo.egg-info/dependency_links.txt
writing requirements to src/backports.zoneinfo.egg-info/requires.txt
writing top-level names to src/backports.zoneinfo.egg-info/top_level.txt
reading manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/private/var/folders/47/3dnt4s7x07vck3zfps3tz3800000gp/T/pip-build-env-91ke3ju2/overlay/lib/python3.8/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.svg' under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_output'
adding license file 'LICENSE'
adding license file 'licenses/LICENSE_APACHE'
writing manifest file 'src/backports.zoneinfo.egg-info/SOURCES.txt'
copying src/backports/zoneinfo/__init__.pyi -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
copying src/backports/zoneinfo/py.typed -> build/lib.macosx-10.14-arm64-cpython-38/backports/zoneinfo
running build_ext
building 'backports.zoneinfo._czoneinfo' extension
creating build/temp.macosx-10.14-arm64-cpython-38
creating build/temp.macosx-10.14-arm64-cpython-38/lib
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -I/Users/mohammad/InvokeAI/venv/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -c lib/zoneinfo_module.c -o build/temp.macosx-10.14-arm64-cpython-38/lib/zoneinfo_module.o -std=c99
lib/zoneinfo_module.c:1:10: fatal error: 'Python.h' file not found
#include "Python.h"
^~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for backports.zoneinfo
Successfully built k-diffusion pyyaml
Failed to build backports.zoneinfo
ERROR: Could not build wheels for backports.zoneinfo, which is required to install pyproject.toml-based projects
(venv) mohammad@CheetahM1 InvokeAI %
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya, gave it a shot but failed at the pip..arm64 bit. I had to run brew install in x86_64 to proceed, so that probably screwed it up for later. Maybe I should re-install the first bits in arm64 mode?