Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

macOs Big Sur: RuntimeError: Command failed, see above #70

Open
ghost opened this issue Aug 13, 2021 · 0 comments
Open

macOs Big Sur: RuntimeError: Command failed, see above #70

ghost opened this issue Aug 13, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 13, 2021

Following the installation steps on macOs Big Sur 11.5.1, python 3.9.6:

virtualenv ddenv
source ddenv/bin/activate
git clone https://github.com/deepdrive/deepdrive/
cd deepdrive
pip install -U pip tensorflow
python install.py

Which fails

created virtual environment CPython3.9.6.final.0-64 in 819ms
  creator CPython3Posix(dest=/Users/schissmantics/Desktop/ddenv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/schissmantics/Library/Application Support/virtualenv)
    added seed packages: pip==21.1.3, setuptools==57.2.0, wheel==0.36.2
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
fatal: destination path 'deepdrive' already exists and is not an empty directory.
Requirement already satisfied: pip in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Using cached pip-21.2.4-py3-none-any.whl (1.6 MB)
Collecting tensorflow
  Using cached tensorflow-2.6.0-cp39-cp39-macosx_10_11_x86_64.whl (199.0 MB)
Collecting h5py~=3.1.0
  Using cached h5py-3.1.0-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB)
Collecting absl-py~=0.10
  Using cached absl_py-0.13.0-py3-none-any.whl (132 kB)
Requirement already satisfied: wheel~=0.35 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from tensorflow) (0.36.2)
Collecting gast==0.4.0
  Using cached gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting termcolor~=1.1.0
  Using cached termcolor-1.1.0-py3-none-any.whl
Collecting opt-einsum~=3.3.0
  Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB)
Collecting typing-extensions~=3.7.4
  Using cached typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting astunparse~=1.6.3
  Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting keras-preprocessing~=1.1.2
  Using cached Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
Collecting wrapt~=1.12.1
  Using cached wrapt-1.12.1-cp39-cp39-macosx_11_0_x86_64.whl
Collecting six~=1.15.0
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting protobuf>=3.9.2
  Using cached protobuf-3.17.3-cp39-cp39-macosx_10_9_x86_64.whl (1.0 MB)
Collecting clang~=5.0
  Using cached clang-5.0-py3-none-any.whl
Collecting flatbuffers~=1.12.0
  Using cached flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
Collecting tensorboard~=2.6
  Using cached tensorboard-2.6.0-py3-none-any.whl (5.6 MB)
Collecting numpy~=1.19.2
  Using cached numpy-1.19.5-cp39-cp39-macosx_10_9_x86_64.whl (15.6 MB)
Collecting google-pasta~=0.2
  Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting grpcio<2.0,>=1.37.0
  Using cached grpcio-1.39.0-cp39-cp39-macosx_10_10_x86_64.whl (3.9 MB)
Collecting keras~=2.6
  Using cached keras-2.6.0-py2.py3-none-any.whl (1.3 MB)
Collecting tensorflow-estimator~=2.6
  Using cached tensorflow_estimator-2.6.0-py2.py3-none-any.whl (462 kB)
Collecting markdown>=2.6.8
  Using cached Markdown-3.3.4-py3-none-any.whl (97 kB)
Requirement already satisfied: setuptools>=41.0.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from tensorboard~=2.6->tensorflow) (57.2.0)
Collecting requests<3,>=2.21.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Using cached google_auth_oauthlib-0.4.5-py2.py3-none-any.whl (18 kB)
Collecting google-auth<2,>=1.6.3
  Using cached google_auth-1.34.0-py2.py3-none-any.whl (152 kB)
Collecting tensorboard-plugin-wit>=1.6.0
  Using cached tensorboard_plugin_wit-1.8.0-py3-none-any.whl (781 kB)
Collecting tensorboard-data-server<0.7.0,>=0.6.0
  Using cached tensorboard_data_server-0.6.1-py3-none-macosx_10_9_x86_64.whl (3.5 MB)
Collecting werkzeug>=0.11.15
  Using cached Werkzeug-2.0.1-py3-none-any.whl (288 kB)
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting rsa<5,>=3.1.4
  Using cached rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting cachetools<5.0,>=2.0.0
  Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting requests-oauthlib>=0.7.0
  Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.4-py3-none-any.whl (36 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.2-py3-none-any.whl (59 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.1.1-py2.py3-none-any.whl (146 kB)
Installing collected packages: urllib3, pyasn1, idna, charset-normalizer, certifi, six, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, google-auth, werkzeug, tensorboard-plugin-wit, tensorboard-data-server, protobuf, numpy, markdown, grpcio, google-auth-oauthlib, absl-py, wrapt, typing-extensions, termcolor, tensorflow-estimator, tensorboard, opt-einsum, keras-preprocessing, keras, h5py, google-pasta, gast, flatbuffers, clang, astunparse, tensorflow, pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
Successfully installed absl-py-0.13.0 astunparse-1.6.3 cachetools-4.2.2 certifi-2021.5.30 charset-normalizer-2.0.4 clang-5.0 flatbuffers-1.12 gast-0.4.0 google-auth-1.34.0 google-auth-oauthlib-0.4.5 google-pasta-0.2.0 grpcio-1.39.0 h5py-3.1.0 idna-3.2 keras-2.6.0 keras-preprocessing-1.1.2 markdown-3.3.4 numpy-1.19.5 oauthlib-3.1.1 opt-einsum-3.3.0 pip-21.2.4 protobuf-3.17.3 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 requests-oauthlib-1.3.0 rsa-4.7.2 six-1.15.0 tensorboard-2.6.0 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.0 tensorflow-2.6.0 tensorflow-estimator-2.6.0 termcolor-1.1.0 typing-extensions-3.7.4.3 urllib3-1.26.6 werkzeug-2.0.1 wrapt-1.12.1
Checking python version...check!
Checking for valid Tensorflow installation


*** Warning: Tensorflow 2.6.0 is greater or equal to the maximum required version (1.7), Tensorflow agents will not be available. HINT: Install Tensorflow or use the python / virtualenv you have it already installed to. If you install, check out our Tensorflow install tips on the README 


running command: /Users/schissmantics/Desktop/ddenv/bin/python -m pip install sarge wheel requests boto
Collecting sarge
  Using cached sarge-0.1.6-py3-none-any.whl
Requirement already satisfied: wheel in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (0.36.2)
Requirement already satisfied: requests in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (2.26.0)
Collecting boto
  Using cached boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests) (1.26.6)
Requirement already satisfied: idna<4,>=2.5 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests) (3.2)
Requirement already satisfied: certifi>=2017.4.17 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests) (2021.5.30)
Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests) (2.0.4)
Installing collected packages: sarge, boto
Successfully installed boto-2.49.0 sarge-0.1.6
Collecting python-gist==0.6.1.dev42
  Cloning git://github.com/deepdrive/gist.git to /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/python-gist_263e3b7f12f54b1b97ae04716861647b
  Running command git clone -q git://github.com/deepdrive/gist.git /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/python-gist_263e3b7f12f54b1b97ae04716861647b
  Resolved git://github.com/deepdrive/gist.git to commit 058e7e040e2d7d2c0cacb721ee072efbf62d1e20
Collecting youtube-upload
  Cloning git://github.com/deepdrive/youtube-upload to /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/youtube-upload_7c4d506544374dd69df87989ee00df66
  Running command git clone -q git://github.com/deepdrive/youtube-upload /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/youtube-upload_7c4d506544374dd69df87989ee00df66
  Resolved git://github.com/deepdrive/youtube-upload to commit 21975a96125b662036f14b40481a13cf9211ad91
Collecting scipy==1.2.1
  Using cached scipy-1.2.1.tar.gz (23.1 MB)
Collecting numpy==1.16.1
  Using cached numpy-1.16.1.zip (5.1 MB)
Requirement already satisfied: h5py in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (3.1.0)
Collecting gym==0.10.0
  Using cached gym-0.10.0-py3-none-any.whl
Collecting arrow
  Using cached arrow-1.1.1-py3-none-any.whl (60 kB)
Collecting matplotlib==3.0.3
  Using cached matplotlib-3.0.3-cp39-cp39-macosx_11_0_x86_64.whl
Collecting pytest-xdist
  Using cached pytest_xdist-2.3.0-py3-none-any.whl (37 kB)
Requirement already satisfied: requests in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from -r requirements.txt (line 8)) (2.26.0)
Collecting clint
  Using cached clint-0.5.1-py3-none-any.whl
Collecting Pillow==6.2.0
  Using cached Pillow-6.2.0.tar.gz (37.4 MB)
Requirement already satisfied: boto in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from -r requirements.txt (line 11)) (2.49.0)
Collecting future==0.16.0
  Using cached future-0.16.0-py3-none-any.whl
Collecting pyzmq
  Using cached pyzmq-22.2.1-cp39-cp39-macosx_10_15_universal2.whl (2.0 MB)
Collecting gputil
  Using cached GPUtil-1.4.0-py3-none-any.whl
Collecting joblib
  Using cached joblib-1.0.1-py3-none-any.whl (303 kB)
Collecting cloudpickle
  Using cached cloudpickle-1.6.0-py3-none-any.whl (23 kB)
Collecting pyarrow==0.12.1
  Using cached pyarrow-0.12.1.tar.gz (625 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting pyglet
  Using cached pyglet-1.5.18-py3-none-any.whl (1.1 MB)
Requirement already satisfied: six in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from -r requirements.txt (line 19)) (1.15.0)
Collecting flask
  Using cached Flask-2.0.1-py3-none-any.whl (94 kB)
Collecting cherrypy
  Using cached CherryPy-18.6.1-py2.py3-none-any.whl (419 kB)
Collecting paste
  Using cached Paste-3.5.0-py2.py3-none-any.whl (593 kB)
Collecting simple-pid
  Using cached simple_pid-1.0.1-py2.py3-none-any.whl (8.1 kB)
Collecting python-box
  Using cached python_box-5.3.0-py3-none-any.whl (21 kB)
Requirement already satisfied: sarge in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from -r requirements.txt (line 26)) (0.1.6)
Collecting deepdrive-api==3.1.20200301111111
  Using cached deepdrive_api-3.1.20200301111111-py3-none-any.whl (13 kB)
Collecting ue4_ci_helpers>=0.0.9
  Using cached ue4_ci_helpers-0.0.11-py3-none-any.whl (19 kB)
Collecting ue4cli
  Using cached ue4cli-0.0.52-py3-none-any.whl (28 kB)
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting cycler>=0.10
  Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting kiwisolver>=1.0.1
  Using cached kiwisolver-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl (61 kB)
Collecting python-dateutil>=2.1
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Requirement already satisfied: wheel>=0.31.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from deepdrive-api==3.1.20200301111111->-r requirements.txt (line 27)) (0.36.2)
Requirement already satisfied: setuptools>=38.6.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from deepdrive-api==3.1.20200301111111->-r requirements.txt (line 27)) (57.2.0)
Collecting twine>=1.11.0
  Using cached twine-3.4.2-py3-none-any.whl (34 kB)
Collecting h5py
  Using cached h5py-3.3.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB)
  Using cached h5py-3.2.1-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB)
  Using cached h5py-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB)
  Using cached h5py-3.0.0-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB)
  Using cached h5py-2.10.0.tar.gz (301 kB)
Collecting pytest-forked
  Using cached pytest_forked-1.3.0-py2.py3-none-any.whl (4.7 kB)
Collecting execnet>=1.1
  Using cached execnet-1.9.0-py2.py3-none-any.whl (39 kB)
Collecting pytest>=6.0.0
  Using cached pytest-6.2.4-py3-none-any.whl (280 kB)
Requirement already satisfied: idna<4,>=2.5 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (3.2)
Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (2.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (2021.5.30)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from requests->-r requirements.txt (line 8)) (1.26.6)
Collecting args
  Using cached args-0.1.0-py3-none-any.whl
Requirement already satisfied: Werkzeug>=2.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from flask->-r requirements.txt (line 20)) (2.0.1)
Collecting Jinja2>=3.0
  Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB)
Collecting itsdangerous>=2.0
  Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Collecting click>=7.1.2
  Using cached click-8.0.1-py3-none-any.whl (97 kB)
Collecting portend>=2.1.1
  Using cached portend-2.7.1-py3-none-any.whl (5.3 kB)
Collecting more-itertools
  Using cached more_itertools-8.8.0-py3-none-any.whl (48 kB)
Collecting jaraco.collections
  Using cached jaraco.collections-3.4.0-py3-none-any.whl (10 kB)
Collecting cheroot>=8.2.1
  Using cached cheroot-8.5.2-py2.py3-none-any.whl (97 kB)
Collecting zc.lockfile
  Using cached zc.lockfile-2.0-py2.py3-none-any.whl (9.7 kB)
Collecting docker>=3.7.0
  Using cached docker-5.0.0-py2.py3-none-any.whl (146 kB)
Collecting google-cloud-storage>=1.16.1
  Using cached google_cloud_storage-1.42.0-py2.py3-none-any.whl (105 kB)
Requirement already satisfied: google-auth>=1.6.3 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (1.34.0)
Collecting boto3
  Using cached boto3-1.18.20-py3-none-any.whl (131 kB)
Collecting conan>=1.7.4
  Using cached conan-1.39.0-py3-none-any.whl
Collecting conan-ue4cli>=0.0.10
  Using cached conan_ue4cli-0.0.35-py3-none-any.whl (47 kB)
Collecting shellescape
  Using cached shellescape-3.8.1-py2.py3-none-any.whl (3.1 kB)
Collecting docopt
  Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting python-gnupg>=0.4.1
  Using cached python_gnupg-0.4.7-py2.py3-none-any.whl (17 kB)
Collecting simplejson
  Using cached simplejson-3.17.3-cp39-cp39-macosx_10_9_x86_64.whl (73 kB)
Collecting google-api-python-client
  Using cached google_api_python_client-2.15.0-py2.py3-none-any.whl (7.2 MB)
Collecting progressbar2
  Using cached progressbar2-3.53.1-py2.py3-none-any.whl (25 kB)
Collecting jaraco.functools
  Using cached jaraco.functools-3.3.0-py3-none-any.whl (6.8 kB)
Collecting deprecation<2.1,>=2.0
  Using cached deprecation-2.0.7-py2.py3-none-any.whl (11 kB)
Collecting node-semver==0.6.1
  Using cached node_semver-0.6.1-py3-none-any.whl (10 kB)
Collecting colorama<0.5.0,>=0.3.3
  Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
Collecting distro<=1.5.0,>=1.0.2
  Using cached distro-1.5.0-py2.py3-none-any.whl (18 kB)
Collecting pluginbase>=0.5
  Using cached pluginbase-1.0.1-py3-none-any.whl
Collecting bottle<0.13,>=0.12.8
  Using cached bottle-0.12.19-py3-none-any.whl (89 kB)
Collecting PyJWT<2.0.0,>=1.4.0
  Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting patch-ng<1.18,>=1.17.4
  Using cached patch_ng-1.17.4-py3-none-any.whl
Collecting PyYAML<6.0,>=3.11
  Using cached PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl (259 kB)
Collecting fasteners>=0.14.1
  Using cached fasteners-0.16.3-py2.py3-none-any.whl (28 kB)
Collecting tqdm<5,>=4.28.1
  Using cached tqdm-4.62.0-py2.py3-none-any.whl (76 kB)
Collecting pygments<3.0,>=2.0
  Using cached Pygments-2.9.0-py3-none-any.whl (1.0 MB)
Collecting conan>=1.7.4
  Using cached conan-1.38.0.tar.gz (682 kB)
  Using cached conan-1.37.2.tar.gz (675 kB)
  Using cached conan-1.37.1.tar.gz (676 kB)
  Using cached conan-1.37.0.tar.gz (675 kB)
  Using cached conan-1.36.0.tar.gz (668 kB)
  Using cached conan-1.35.2.tar.gz (661 kB)
  Using cached conan-1.35.1.tar.gz (661 kB)
  Using cached conan-1.35.0.tar.gz (661 kB)
  Using cached conan-1.34.1.tar.gz (647 kB)
  Using cached conan-1.34.0.tar.gz (647 kB)
  Using cached conan-1.33.1.tar.gz (639 kB)
  Using cached conan-1.33.0.tar.gz (639 kB)
  Using cached conan-1.32.1.tar.gz (628 kB)
  Using cached conan-1.32.0.tar.gz (628 kB)
  Using cached conan-1.31.4.tar.gz (628 kB)
  Using cached conan-1.31.3.tar.gz (631 kB)
  Using cached conan-1.31.2.tar.gz (631 kB)
  Using cached conan-1.31.1.tar.gz (631 kB)
  Using cached conan-1.31.0.tar.gz (631 kB)
  Using cached conan-1.30.2.tar.gz (623 kB)
  Using cached conan-1.30.1.tar.gz (623 kB)
  Using cached conan-1.30.0.tar.gz (623 kB)
  Using cached conan-1.29.2.tar.gz (618 kB)
  Using cached conan-1.29.1.tar.gz (618 kB)
  Using cached conan-1.29.0.tar.gz (618 kB)
  Using cached conan-1.28.2.tar.gz (615 kB)
Collecting six
  Using cached six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting distro<1.2.0,>=1.0.2
  Using cached distro-1.1.0-py2.py3-none-any.whl (16 kB)
Collecting conan>=1.7.4
  Using cached conan-1.28.1.tar.gz (615 kB)
  Using cached conan-1.28.0.tar.gz (614 kB)
  Using cached conan-1.27.1.tar.gz (600 kB)
  Using cached conan-1.27.0.tar.gz (600 kB)
  Using cached conan-1.26.1.tar.gz (596 kB)
  Using cached conan-1.26.0.tar.gz (596 kB)
  Using cached conan-1.25.2.tar.gz (581 kB)
  Using cached conan-1.25.1.tar.gz (580 kB)
  Using cached conan-1.25.0.tar.gz (580 kB)
  Using cached conan-1.24.1.tar.gz (574 kB)
  Using cached conan-1.24.0.tar.gz (572 kB)
  Using cached conan-1.23.0.tar.gz (560 kB)
Collecting patch-ng==1.17.2
  Using cached patch-ng-1.17.2.tar.gz (17 kB)
Collecting conan>=1.7.4
  Using cached conan-1.22.3.tar.gz (557 kB)
  Using cached conan-1.22.2.tar.gz (557 kB)
  Using cached conan-1.22.1.tar.gz (556 kB)
  Using cached conan-1.22.0.tar.gz (556 kB)
Collecting six
  Using cached six-1.12.0-py2.py3-none-any.whl (10 kB)
Collecting conan>=1.7.4
  Using cached conan-1.21.3.tar.gz (552 kB)
  Using cached conan-1.21.2.tar.gz (552 kB)
  Using cached conan-1.21.1.tar.gz (552 kB)
  Using cached conan-1.21.0.tar.gz (552 kB)
  Using cached conan-1.20.5.tar.gz (547 kB)
Collecting patch-ng==1.17.1
  Using cached patch-ng-1.17.1.tar.gz (17 kB)
Collecting conan>=1.7.4
  Using cached conan-1.20.4.tar.gz (547 kB)
  Using cached conan-1.20.3.tar.gz (547 kB)
  Using cached conan-1.20.2.tar.gz (547 kB)
  Using cached conan-1.20.1.tar.gz (547 kB)
  Using cached conan-1.20.0.tar.gz (547 kB)
  Using cached conan-1.19.4.tar.gz (894 kB)
Collecting patch==1.16
  Using cached patch-1.16-py3-none-any.whl
Collecting conan>=1.7.4
  Using cached conan-1.19.3.tar.gz (538 kB)
  Using cached conan-1.19.2.tar.gz (538 kB)
Collecting pylint!=2.3.0,>=1.9.3
  Using cached pylint-2.9.6-py3-none-any.whl (375 kB)
Collecting astroid>=1.6.5
  Using cached astroid-2.6.6-py3-none-any.whl (231 kB)
Collecting conan>=1.7.4
  Using cached conan-1.19.1.tar.gz (538 kB)
  Using cached conan-1.19.0.tar.gz (538 kB)
  Using cached conan-1.18.6.tar.gz (885 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.25.3-py2.py3-none-any.whl (150 kB)
Collecting conan>=1.7.4
  Using cached conan-1.18.5.tar.gz (533 kB)
  Using cached conan-1.18.4.tar.gz (533 kB)
  Using cached conan-1.18.3.tar.gz (533 kB)
  Using cached conan-1.18.2.tar.gz (533 kB)
  Using cached conan-1.18.1.tar.gz (532 kB)
  Using cached conan-1.18.0.tar.gz (532 kB)
  Using cached conan-1.17.3.tar.gz (878 kB)
  Using cached conan-1.17.2.tar.gz (530 kB)
  Using cached conan-1.17.1.tar.gz (530 kB)
  Using cached conan-1.17.0.tar.gz (529 kB)
  Using cached conan-1.16.2.tar.gz (865 kB)
  Using cached conan-1.16.1.tar.gz (519 kB)
  Using cached conan-1.16.0.tar.gz (518 kB)
  Using cached conan-1.15.5.tar.gz (857 kB)
  Using cached conan-1.15.4.tar.gz (515 kB)
  Using cached conan-1.15.3.tar.gz (518 kB)
  Using cached conan-1.15.2.tar.gz (515 kB)
  Using cached conan-1.15.1.tar.gz (515 kB)
  Using cached conan-1.15.0.tar.gz (514 kB)
  Using cached conan-1.14.6.tar.gz (849 kB)
Collecting PyYAML<3.14.0,>=3.11
  Using cached PyYAML-3.13-cp39-cp39-macosx_11_0_x86_64.whl
Collecting conan>=1.7.4
  Using cached conan-1.14.5.tar.gz (508 kB)
  Using cached conan-1.14.4.tar.gz (508 kB)
  Using cached conan-1.14.3.tar.gz (508 kB)
  Using cached conan-1.14.2.tar.gz (508 kB)
  Using cached conan-1.14.1.tar.gz (507 kB)
  Using cached conan-1.14.0.tar.gz (507 kB)
  Using cached conan-1.13.4.tar.gz (838 kB)
  Using cached conan-1.13.3.tar.gz (836 kB)
  Using cached conan-1.13.2.tar.gz (836 kB)
  Using cached conan-1.13.1.tar.gz (835 kB)
  Using cached conan-1.13.0.tar.gz (834 kB)
  Using cached conan-1.12.4-py3-none-any.whl
Collecting pyOpenSSL<19.0.0,>=16.0.0
  Using cached pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
Collecting cryptography<2.4.0,>=1.3.4
  Using cached cryptography-2.3.1-cp34-abi3-macosx_10_6_intel.whl (1.5 MB)
Collecting pluginbase<1.0,>=0.5
  Using cached pluginbase-0.7-py3-none-any.whl
Collecting idna<4,>=2.5
  Using cached idna-2.6-py2.py3-none-any.whl (56 kB)
Collecting lazy-object-proxy>=1.4.0
  Using cached lazy_object_proxy-1.6.0-cp39-cp39-macosx_10_14_x86_64.whl (21 kB)
Requirement already satisfied: wrapt<1.13,>=1.11 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from astroid>=1.6.5->conan>=1.7.4->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (1.12.1)
Collecting cffi!=1.11.3,>=1.7
  Using cached cffi-1.14.6-cp39-cp39-macosx_10_9_x86_64.whl (176 kB)
Collecting asn1crypto>=0.21.0
  Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Collecting pycparser
  Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting packaging
  Using cached packaging-21.0-py3-none-any.whl (40 kB)
Collecting websocket-client>=0.32.0
  Using cached websocket_client-1.2.0-py2.py3-none-any.whl (52 kB)
Requirement already satisfied: rsa<5,>=3.1.4 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from google-auth>=1.6.3->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (4.7.2)
Requirement already satisfied: cachetools<5.0,>=2.0.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from google-auth>=1.6.3->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (4.2.2)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from google-auth>=1.6.3->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (0.2.8)
Collecting google-resumable-media<3.0dev,>=1.3.0
  Using cached google_resumable_media-1.3.3-py2.py3-none-any.whl (75 kB)
Collecting google-cloud-core<3.0dev,>=1.6.0
  Using cached google_cloud_core-1.7.2-py2.py3-none-any.whl (28 kB)
Collecting google-api-core<3.0dev,>=1.29.0
  Using cached google_api_core-1.31.1-py2.py3-none-any.whl (93 kB)
Collecting pytz
  Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
Collecting google-api-core<3.0dev,>=1.29.0
  Using cached google_api_core-1.31.0-py2.py3-none-any.whl (93 kB)
  Using cached google_api_core-1.30.0-py2.py3-none-any.whl (93 kB)
  Using cached google_api_core-1.29.0-py2.py3-none-any.whl (93 kB)
INFO: pip is looking at multiple versions of google-cloud-storage to determine which version is compatible with other requirements. This could take a while.
Collecting google-cloud-storage>=1.16.1
  Using cached google_cloud_storage-1.41.1-py2.py3-none-any.whl (105 kB)
Collecting google-api-core<2.0.0dev,>=1.21.0
  Using cached google_api_core-1.28.0-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.27.0-py2.py3-none-any.whl (93 kB)
  Using cached google_api_core-1.26.3-py2.py3-none-any.whl (93 kB)
  Using cached google_api_core-1.26.2-py2.py3-none-any.whl (93 kB)
  Using cached google_api_core-1.26.1-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.26.0-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.25.1-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.25.0-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.24.1-py2.py3-none-any.whl (92 kB)
  Using cached google_api_core-1.24.0-py2.py3-none-any.whl (91 kB)
  Using cached google_api_core-1.23.0-py2.py3-none-any.whl (91 kB)
  Using cached google_api_core-1.22.4-py2.py3-none-any.whl (91 kB)
  Using cached google_api_core-1.22.3-py2.py3-none-any.whl (91 kB)
  Using cached google_api_core-1.22.2-py2.py3-none-any.whl (91 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
  Using cached googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB)
Requirement already satisfied: protobuf>=3.12.0 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from google-api-core<2.0.0dev,>=1.21.0->google-cloud-core<3.0dev,>=1.6.0->google-cloud-storage>=1.16.1->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (3.17.3)
Collecting google-crc32c<2.0dev,>=1.0
  Using cached google_crc32c-1.1.2-cp39-cp39-macosx_10_14_x86_64.whl (27 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl (13 kB)
Collecting tempora>=1.8
  Using cached tempora-4.1.1-py3-none-any.whl (15 kB)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages (from pyasn1-modules>=0.2.1->google-auth>=1.6.3->ue4_ci_helpers>=0.0.9->-r requirements.txt (line 28)) (0.4.8)
Collecting mccabe<0.7,>=0.6
  Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
Collecting isort<6,>=4.2.5
  Using cached isort-5.9.3-py3-none-any.whl (106 kB)
Collecting toml>=0.7.1
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting attrs>=19.2.0
  Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting iniconfig
  Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
Collecting pluggy<1.0.0a1,>=0.12
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting py>=1.8.2
  Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
Collecting requests-toolbelt!=0.9.0,>=0.8.0
  Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting pkginfo>=1.4.2
  Using cached pkginfo-1.7.1-py2.py3-none-any.whl (25 kB)
Collecting readme-renderer>=21.0
  Using cached readme_renderer-29.0-py2.py3-none-any.whl (15 kB)
Collecting keyring>=15.1
  Using cached keyring-23.0.1-py3-none-any.whl (33 kB)
Collecting rfc3986>=1.4.0
  Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Collecting importlib-metadata>=3.6
  Using cached importlib_metadata-4.6.3-py3-none-any.whl (17 kB)
Collecting zipp>=0.5
  Using cached zipp-3.5.0-py3-none-any.whl (5.7 kB)
Collecting docutils>=0.13.1
  Using cached docutils-0.17.1-py2.py3-none-any.whl (575 kB)
Collecting bleach>=2.1.0
  Using cached bleach-4.0.0-py2.py3-none-any.whl (146 kB)
Collecting webencodings
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting s3transfer<0.6.0,>=0.5.0
  Using cached s3transfer-0.5.0-py3-none-any.whl (79 kB)
Collecting jmespath<1.0.0,>=0.7.1
  Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting botocore<1.22.0,>=1.21.20
  Using cached botocore-1.21.20-py3-none-any.whl (7.8 MB)
Collecting uritemplate<4dev,>=3.0.0
  Using cached uritemplate-3.0.1-py2.py3-none-any.whl (15 kB)
Collecting google-auth-httplib2>=0.1.0
  Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
Collecting httplib2<1dev,>=0.15.0
  Using cached httplib2-0.19.1-py3-none-any.whl (95 kB)
Collecting jaraco.classes
  Using cached jaraco.classes-3.2.1-py3-none-any.whl (5.6 kB)
Collecting jaraco.text
  Using cached jaraco.text-3.5.1-py3-none-any.whl (8.1 kB)
Collecting python-utils>=2.3.0
  Using cached python_utils-2.5.6-py2.py3-none-any.whl (12 kB)
Building wheels for collected packages: scipy, numpy, Pillow, pyarrow, h5py, python-gist, youtube-upload
  Building wheel for scipy (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-wheel-iz5n1snv
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/
  Complete output (98 lines):
  /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp
  Running from scipy source directory.
  lapack_opt_info:
  lapack_mkl_info:
  customize UnixCCompiler
    libraries mkl_rt not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  openblas_lapack_info:
    libraries openblas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  openblas_clapack_info:
    libraries openblas,lapack not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  flame_info:
    libraries flame not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries tatlas,tatlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries lapack_atlas not found in /usr/local/lib
    libraries tatlas,tatlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib
    libraries tatlas,tatlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
    NOT AVAILABLE
  
  atlas_3_10_info:
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries satlas,satlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries lapack_atlas not found in /usr/local/lib
    libraries satlas,satlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib
    libraries satlas,satlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_3_10_info'>
    NOT AVAILABLE
  
  atlas_threads_info:
  Setting PTATLAS=ATLAS
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries ptf77blas,ptcblas,atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries lapack_atlas not found in /usr/local/lib
    libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib
    libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_threads_info'>
    NOT AVAILABLE
  
  atlas_info:
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries f77blas,cblas,atlas not found in /Users/schissmantics/Desktop/ddenv/lib
    libraries lapack_atlas not found in /usr/local/lib
    libraries f77blas,cblas,atlas not found in /usr/local/lib
    libraries lapack_atlas not found in /usr/lib
    libraries f77blas,cblas,atlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_info'>
    NOT AVAILABLE
  
  accelerate_info:
    NOT AVAILABLE
  
  lapack_info:
    libraries lapack not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/numpy/distutils/system_info.py:1748: UserWarning:
      Lapack (http://www.netlib.org/lapack/) libraries not found.
      Directories to search for the libraries can be specified in the
      numpy/distutils/site.cfg file (section [lapack]) or by setting
      the LAPACK environment variable.
    return getattr(self, '_calc_info_{}'.format(name))()
  lapack_src_info:
    NOT AVAILABLE
  
  /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/numpy/distutils/system_info.py:1748: UserWarning:
      Lapack (http://www.netlib.org/lapack/) sources not found.
      Directories to search for the sources can be specified in the
      numpy/distutils/site.cfg file (section [lapack_src]) or by setting
      the LAPACK_SRC environment variable.
    return getattr(self, '_calc_info_{}'.format(name))()
    NOT AVAILABLE
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py", line 492, in <module>
      setup_package()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py", line 488, in setup_package
      setup(**metadata)
    File "/Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/numpy/distutils/core.py", line 135, in setup
      config = configuration()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py", line 395, in configuration
      raise NotFoundError(msg)
  numpy.distutils.system_info.NotFoundError: No lapack/blas resources found. Note: Accelerate is no longer supported.
  ----------------------------------------
  ERROR: Failed building wheel for scipy
  Running setup.py clean for scipy
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4
  Complete output (11 lines):
  /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/scipy_4bb880fc43464df28bb3ceb443a621c4/setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp
  
  `setup.py clean` is not supported, use one of the following instead:
  
    - `git clean -xdf` (cleans all files)
    - `git clean -Xdf` (cleans all versioned files, doesn't touch
                        files that aren't checked into the git repo)
  
  Add `--force` to your command to use it anyway if you must (unsupported).
  
  ----------------------------------------
  ERROR: Failed cleaning build dir for scipy
  Building wheel for numpy (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-wheel-cvo31hc3
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/
  Complete output (230 lines):
  Running from numpy source directory.
  /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
    return is_string(s) and ('*' in s or '?' is s)
  blas_opt_info:
  blas_mkl_info:
  customize UnixCCompiler
    libraries mkl_rt not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  blis_info:
  customize UnixCCompiler
    libraries blis not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  openblas_info:
  customize UnixCCompiler
  customize UnixCCompiler
    libraries openblas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_3_10_blas_threads_info:
  Setting PTATLAS=ATLAS
  customize UnixCCompiler
    libraries tatlas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_3_10_blas_info:
  customize UnixCCompiler
    libraries satlas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_blas_threads_info:
  Setting PTATLAS=ATLAS
  customize UnixCCompiler
    libraries ptf77blas,ptcblas,atlas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_blas_info:
  customize UnixCCompiler
    libraries f77blas,cblas,atlas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  accelerate_info:
    FOUND:
      extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
      extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
      define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  
    FOUND:
      extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
      extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
      define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  
  /bin/sh: svnversion: command not found
  non-existing path in 'numpy/distutils': 'site.cfg'
  lapack_opt_info:
  lapack_mkl_info:
  customize UnixCCompiler
    libraries mkl_rt not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  openblas_lapack_info:
  customize UnixCCompiler
  customize UnixCCompiler
    libraries openblas not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  openblas_clapack_info:
  customize UnixCCompiler
  customize UnixCCompiler
    libraries openblas,lapack not found in ['/Users/schissmantics/Desktop/ddenv/lib', '/usr/local/lib', '/usr/lib']
    NOT AVAILABLE
  
  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
  customize UnixCCompiler
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries tatlas,tatlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries tatlas,tatlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/lib
  customize UnixCCompiler
    libraries tatlas,tatlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
    NOT AVAILABLE
  
  atlas_3_10_info:
  customize UnixCCompiler
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries satlas,satlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries satlas,satlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/lib
  customize UnixCCompiler
    libraries satlas,satlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_3_10_info'>
    NOT AVAILABLE
  
  atlas_threads_info:
  Setting PTATLAS=ATLAS
  customize UnixCCompiler
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries ptf77blas,ptcblas,atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/lib
  customize UnixCCompiler
    libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_threads_info'>
    NOT AVAILABLE
  
  atlas_info:
  customize UnixCCompiler
    libraries lapack_atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries f77blas,cblas,atlas not found in /Users/schissmantics/Desktop/ddenv/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries f77blas,cblas,atlas not found in /usr/local/lib
  customize UnixCCompiler
    libraries lapack_atlas not found in /usr/lib
  customize UnixCCompiler
    libraries f77blas,cblas,atlas not found in /usr/lib
  <class 'numpy.distutils.system_info.atlas_info'>
    NOT AVAILABLE
  
    FOUND:
      extra_compile_args = ['-msse3', '-I/System/Library/Frameworks/vecLib.framework/Headers']
      extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
      define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
  
  /usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running config_cc
  unifing config_cc, config, build_clib, build_ext, build commands --compiler options
  running config_fc
  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
  running build_src
  build_src
  building py_modules sources
  creating build
  creating build/src.macosx-11-x86_64-3.9
  creating build/src.macosx-11-x86_64-3.9/numpy
  creating build/src.macosx-11-x86_64-3.9/numpy/distutils
  building library "npymath" sources
  get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg']'
  customize Gnu95FCompiler
  Found executable /usr/local/bin/gfortran
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py", line 415, in <module>
      setup_package()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py", line 407, in setup_package
      setup(**metadata)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/core.py", line 171, in setup
      return old_setup(**new_attr)
    File "/Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/build.py", line 47, in run
      old_build.run(self)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/build_src.py", line 148, in run
      self.build_sources()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/build_src.py", line 159, in build_sources
      self.build_library_sources(*libname_info)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/build_src.py", line 292, in build_library_sources
      sources = self.generate_sources(sources, (lib_name, build_info))
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/build_src.py", line 375, in generate_sources
      source = func(extension, build_dir)
    File "numpy/core/setup.py", line 665, in get_mathlib_info
      st = config_cmd.try_link('int main(void) { return 0;}')
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/config.py", line 241, in try_link
      self._check_compiler()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/command/config.py", line 80, in _check_compiler
      self.fcompiler = new_fcompiler(compiler=self.fcompiler,
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/__init__.py", line 884, in new_fcompiler
      compiler = get_default_fcompiler(plat, requiref90=requiref90,
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/__init__.py", line 855, in get_default_fcompiler
      compiler_type =  _find_existing_fcompiler(matching_compiler_types,
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/__init__.py", line 806, in _find_existing_fcompiler
      c.customize(dist)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/__init__.py", line 530, in customize
      linker_so_flags = self.flag_vars.linker_so
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/environment.py", line 40, in __getattr__
      return self._get_var(name, conf_desc)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/environment.py", line 54, in _get_var
      var = self._hook_handler(name, hook)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/__init__.py", line 709, in _environment_hook
      return hook()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/gnu.py", line 353, in get_flags_linker_so
      flags = GnuFCompiler.get_flags_linker_so(self)
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/numpy/distutils/fcompiler/gnu.py", line 144, in get_flags_linker_so
      os.environ['MACOSX_DEPLOYMENT_TARGET'] = target
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/os.py", line 684, in __setitem__
      value = self.encodevalue(value)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/os.py", line 756, in encode
      raise TypeError("str expected, not %s" % type(value).__name__)
  TypeError: str expected, not int
  ----------------------------------------
  ERROR: Failed building wheel for numpy
  Running setup.py clean for numpy
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/numpy_51264415a7e14493896faebed4cedfd6
  Complete output (10 lines):
  Running from numpy source directory.
  
  `setup.py clean` is not supported, use one of the following instead:
  
    - `git clean -xdf` (cleans all files)
    - `git clean -Xdf` (cleans all versioned files, doesn't touch
                        files that aren't checked into the git repo)
  
  Add `--force` to your command to use it anyway if you must (unsupported).
  
  ----------------------------------------
  ERROR: Failed cleaning build dir for numpy
  Building wheel for Pillow (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-wheel-0lr21lc7
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/
  Complete output (173 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-11-x86_64-3.9
  creating build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/MpoImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageMode.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PngImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/XbmImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PcxImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/SunImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/SpiderImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/TarIO.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/FitsStubImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/MpegImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/BdfFontFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GribStubImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageStat.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PixarImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GimpPaletteFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageColor.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ContainerIO.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/MspImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/MicImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/_version.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImtImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GifImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PalmImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageQt.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageMath.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PaletteFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/FontFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PdfParser.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ExifTags.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageCms.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/FpxImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageChops.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/BufrStubImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PSDraw.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PcdImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageFilter.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageDraw2.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImagePath.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/DcxImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/__init__.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/JpegPresets.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/features.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageDraw.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GimpGradientFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageWin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/IcoImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/_tkinter_finder.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/EpsImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/TgaImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageMorph.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/WalImageFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PcfFontFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/BlpImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageTk.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GbrImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageOps.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PdfImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageShow.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageEnhance.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/WmfImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageGrab.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/WebPImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/FliImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/TiffTags.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/CurImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/_util.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/GdImageFile.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/TiffImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/IptcImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImagePalette.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/BmpImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageTransform.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/IcnsImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/McIdasImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/XpmImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/DdsImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageSequence.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PyAccess.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/_binary.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/Image.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/__main__.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/XVThumbImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/SgiImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PsdImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/JpegImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/ImageFont.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/PpmImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  copying src/PIL/FtexImagePlugin.py -> build/lib.macosx-11-x86_64-3.9/PIL
  running egg_info
  writing src/Pillow.egg-info/PKG-INFO
  writing dependency_links to src/Pillow.egg-info/dependency_links.txt
  writing top-level names to src/Pillow.egg-info/top_level.txt
  reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.c'
  warning: no files found matching '*.h'
  warning: no files found matching '*.sh'
  warning: no previously-included files found matching '.appveyor.yml'
  warning: no previously-included files found matching '.coveragerc'
  warning: no previously-included files found matching '.codecov.yml'
  warning: no previously-included files found matching '.editorconfig'
  warning: no previously-included files found matching '.readthedocs.yml'
  warning: no previously-included files found matching 'azure-pipelines.yml'
  warning: no previously-included files matching '.git*' found anywhere in distribution
  warning: no previously-included files matching '*.pyc' found anywhere in distribution
  warning: no previously-included files matching '*.so' found anywhere in distribution
  no previously-included directories found matching '.azure-pipelines'
  no previously-included directories found matching '.travis'
  adding license file 'LICENSE'
  writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
  running build_ext
  
  
  The headers or library files could not be found for zlib,
  a required dependency when compiling Pillow from source.
  
  Please see the install instructions at:
     https://pillow.readthedocs.io/en/latest/installation.html
  
  Traceback (most recent call last):
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/setup.py", line 852, in <module>
      setup(
    File "/Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/setup.py", line 687, in build_extensions
      raise RequiredDependencyException(f)
  __main__.RequiredDependencyException: zlib
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pillow_84282047a99d40b3ba936a32a47013e1/setup.py", line 902, in <module>
      raise RequiredDependencyException(msg)
  __main__.RequiredDependencyException:
  
  The headers or library files could not be found for zlib,
  a required dependency when compiling Pillow from source.
  
  Please see the install instructions at:
     https://pillow.readthedocs.io/en/latest/installation.html
  
  
  ----------------------------------------
  ERROR: Failed building wheel for Pillow
  Running setup.py clean for Pillow
  Building wheel for pyarrow (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python /Users/schissmantics/Desktop/ddenv/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/tmp4nx4ega5
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pyarrow_2409e57405794bed9b99fe0111619be1
  Complete output (285 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-11-x86_64-3.9
  creating build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/orc.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_generated_version.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/compat.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/benchmark.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/parquet.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/ipc.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/util.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/filesystem.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/__init__.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/plasma.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/types.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/cuda.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/feather.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/pandas_compat.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/csv.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/jvm.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/hdfs.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/serialization.py -> build/lib.macosx-11-x86_64-3.9/pyarrow
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_tensor.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_ipc.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_parquet.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/conftest.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_convert_builtin.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_misc.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_gandiva.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/strategies.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/util.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_orc.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_table.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_array.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_deprecations.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_convert_pandas.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/__init__.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_io.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_schema.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_jvm.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_plasma_tf_op.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/pandas_examples.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_cython.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_builder.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_cuda.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_feather.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_memory.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_serialization.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_hdfs.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/deserialize_buffer.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_csv.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_plasma.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_scalars.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  copying pyarrow/tests/test_types.py -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  running egg_info
  writing pyarrow.egg-info/PKG-INFO
  writing dependency_links to pyarrow.egg-info/dependency_links.txt
  writing entry points to pyarrow.egg-info/entry_points.txt
  writing requirements to pyarrow.egg-info/requires.txt
  writing top-level names to pyarrow.egg-info/top_level.txt
  reading manifest file 'pyarrow.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no previously-included files matching '*.so' found anywhere in distribution
  warning: no previously-included files matching '*.pyc' found anywhere in distribution
  warning: no previously-included files matching '*~' found anywhere in distribution
  warning: no previously-included files matching '#*' found anywhere in distribution
  warning: no previously-included files matching '.git*' found anywhere in distribution
  warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  no previously-included directories found matching '.asv'
  adding license file 'LICENSE.txt'
  writing manifest file 'pyarrow.egg-info/SOURCES.txt'
  copying pyarrow/__init__.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_csv.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_cuda.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_cuda.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_orc.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_orc.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_parquet.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_parquet.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/_plasma.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/array.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/benchmark.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/builder.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/error.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/feather.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/gandiva.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/io-hdfs.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/io.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/ipc.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/lib.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/lib.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/lib_api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/memory.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/plasma_store -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/public-api.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/scalar.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/serialization.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/table.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  copying pyarrow/types.pxi -> build/lib.macosx-11-x86_64-3.9/pyarrow
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/allocator.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/array.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/buffer.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/builder.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/compare.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/memory_pool.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/pretty_print.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/record_batch.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/status.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/stl.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/table.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/table_builder.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/tensor.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/test-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/type.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/type_fwd.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/type_traits.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/visitor.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  copying pyarrow/include/arrow/visitor_inline.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/adapters
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/adapters/orc
  copying pyarrow/include/arrow/adapters/orc/adapter.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/adapters/orc
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute
  copying pyarrow/include/arrow/compute/api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute
  copying pyarrow/include/arrow/compute/context.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute
  copying pyarrow/include/arrow/compute/kernel.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute/kernels
  copying pyarrow/include/arrow/compute/kernels/cast.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute/kernels
  copying pyarrow/include/arrow/compute/kernels/hash.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/compute/kernels
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/buffered.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/file.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/hdfs.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/interfaces.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  copying pyarrow/include/arrow/io/memory.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/io
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/dictionary.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/feather.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/json.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/message.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/reader.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  copying pyarrow/include/arrow/ipc/writer.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/ipc
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/api.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/arrow_to_pandas.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/arrow_to_python.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/benchmark.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/builtin_convert.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/common.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/config.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/decimal.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/helpers.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/init.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/io.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/numpy_convert.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/numpy_interop.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/numpy_to_arrow.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/platform.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/pyarrow.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/python_to_arrow.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  copying pyarrow/include/arrow/python/type_traits.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/python
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/bit-stream-utils.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/bit-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/bpacking.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compiler-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression_brotli.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression_lz4.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression_snappy.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression_zlib.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/compression_zstd.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/cpu-info.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/decimal.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/hash-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/hash.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/io-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/key_value_metadata.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/logging.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/macros.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/memory.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/optional.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/parallel.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/recursive_wrapper.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/rle-encoding.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/sse-util.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/stl.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/string.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/type_traits.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/variant.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/variant_cast.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/variant_io.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/variant_visitor.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  copying pyarrow/include/arrow/util/visibility.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  copying pyarrow/include/arrow/util/variant/optional.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  copying pyarrow/include/arrow/util/variant/recursive_wrapper.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  copying pyarrow/include/arrow/util/variant/variant_cast.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  copying pyarrow/include/arrow/util/variant/variant_io.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  copying pyarrow/include/arrow/util/variant/variant_visitor.h -> build/lib.macosx-11-x86_64-3.9/pyarrow/include/arrow/util/variant
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  copying pyarrow/includes/__init__.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  copying pyarrow/includes/common.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  copying pyarrow/includes/libarrow.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  copying pyarrow/includes/libgandiva.pxd -> build/lib.macosx-11-x86_64-3.9/pyarrow/includes
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/tensorflow
  copying pyarrow/tensorflow/plasma_op.cc -> build/lib.macosx-11-x86_64-3.9/pyarrow/tensorflow
  copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/README.md -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  copying pyarrow/tests/data/orc/decimal.orc -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/orc
  creating build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/parquet
  copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/parquet
  copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/parquet
  copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/parquet
  copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.macosx-11-x86_64-3.9/pyarrow/tests/data/parquet
  running build_ext
  creating build/temp.macosx-11-x86_64-3.9
  -- Running cmake for pyarrow
  cmake -DPYTHON_EXECUTABLE=/Users/schissmantics/Desktop/ddenv/bin/python  -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pyarrow_2409e57405794bed9b99fe0111619be1
  -- The C compiler identification is AppleClang 12.0.5.12050022
  -- The CXX compiler identification is AppleClang 12.0.5.12050022
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
  -- Detecting C compile features
  -- Detecting C compile features - done
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
  -- Detecting CXX compile features
  -- Detecting CXX compile features - done
  -- Compiler command: env LANG=C /Library/Developer/CommandLineTools/usr/bin/c++ -v
  -- Compiler version: Apple clang version 12.0.5 (clang-1205.0.22.9)
  Target: x86_64-apple-darwin20.6.0
  Thread model: posix
  InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  
  -- Compiler id: Clang
  Selected compiler clang 12.0
  -- Performing Test CXX_SUPPORTS_SSE4_2
  -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
  -- Performing Test CXX_SUPPORTS_ALTIVEC
  -- Performing Test CXX_SUPPORTS_ALTIVEC - Success
  -- Performing Test CXX_SUPPORTS_ARMCRC
  -- Performing Test CXX_SUPPORTS_ARMCRC - Failed
  Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
  -- Build Type: RELEASE
  -- Build output directory: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pyarrow_2409e57405794bed9b99fe0111619be1/build/temp.macosx-11-x86_64-3.9/release
  -- Found PythonInterp: /Users/schissmantics/Desktop/ddenv/bin/python (found version "3.9.6")
  -- Found PythonLibs: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython3.9.dylib
  CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
    NumPy import failure:
  
    Traceback (most recent call last):
  
      File "<string>", line 1, in <module>
  
    ModuleNotFoundError: No module named 'numpy'
  
  Call Stack (most recent call first):
    CMakeLists.txt:199 (find_package)
  
  
  -- Configuring incomplete, errors occurred!
  See also "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pyarrow_2409e57405794bed9b99fe0111619be1/build/temp.macosx-11-x86_64-3.9/CMakeFiles/CMakeOutput.log".
  See also "/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/pyarrow_2409e57405794bed9b99fe0111619be1/build/temp.macosx-11-x86_64-3.9/CMakeFiles/CMakeError.log".
  error: command '/usr/local/bin/cmake' failed with exit code 1
  ----------------------------------------
  ERROR: Failed building wheel for pyarrow
  Building wheel for h5py (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/schissmantics/Desktop/ddenv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/h5py_8ad1376de5064076b3dbf2f211e19e79/setup.py'"'"'; __file__='"'"'/private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/h5py_8ad1376de5064076b3dbf2f211e19e79/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-wheel-io__41lj
       cwd: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-install-3w2fzzv7/h5py_8ad1376de5064076b3dbf2f211e19e79/
  Complete output (64 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-11-x86_64-3.9
  creating build/lib.macosx-11-x86_64-3.9/h5py
  copying h5py/h5py_warnings.py -> build/lib.macosx-11-x86_64-3.9/h5py
  copying h5py/version.py -> build/lib.macosx-11-x86_64-3.9/h5py
  copying h5py/highlevel.py -> build/lib.macosx-11-x86_64-3.9/h5py
  copying h5py/__init__.py -> build/lib.macosx-11-x86_64-3.9/h5py
  copying h5py/ipy_completer.py -> build/lib.macosx-11-x86_64-3.9/h5py
  creating build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/files.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/compat.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/__init__.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/selections.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/dataset.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/vds.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/selections2.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/group.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/datatype.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/attrs.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/dims.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/base.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  copying h5py/_hl/filters.py -> build/lib.macosx-11-x86_64-3.9/h5py/_hl
  creating build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_deprecation.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dimension_scales.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_attribute_create.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_file_image.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5d_direct_chunk.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5f.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dataset_getitem.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_group.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dataset_swmr.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_slicing.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5pl.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_attrs.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/__init__.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_attrs_data.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5t.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5p.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dims_dimensionproxy.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_datatype.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/common.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dataset.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_file.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_selections.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_threads.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_dtype.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_h5.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_file2.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_completions.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_filters.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_base.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  copying h5py/tests/test_objects.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests
  creating build/lib.macosx-11-x86_64-3.9/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_highlevel_vds.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_virtual_source.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests/test_vds
  copying h5py/tests/test_vds/__init__.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_lowlevel_vds.py -> build/lib.macosx-11-x86_64-3.9/h5py/tests/test_vds
  running build_ext
  Loading library to get version: libhdf5.dylib
  error: dlopen(libhdf5.dylib, 6): image not found
  ----------------------------------------
  ERROR: Failed building wheel for h5py
  Running setup.py clean for h5py
  Building wheel for python-gist (setup.py) ... done
  Created wheel for python-gist: filename=python_gist-0.6.1.dev42-py3-none-any.whl size=21182 sha256=6b9698d58b1a0f313bd57890d34fa4cfcd02eaf2380d660dbbc4a74ebb4005e4
  Stored in directory: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-ephem-wheel-cache-98mo7h0_/wheels/28/df/1b/a984537b27900419af78683b2750fc161e0f6691627bed3286
  Building wheel for youtube-upload (setup.py) ... done
  Created wheel for youtube-upload: filename=youtube_upload-0.8.0-py3-none-any.whl size=13858 sha256=94b2191d0ebb9e98e3d012058d3979767a1547032d74c58ace1e210a934c8196
  Stored in directory: /private/var/folders/hr/61r_7jcx2r3cnklwrr2zwbqw0000gn/T/pip-ephem-wheel-cache-98mo7h0_/wheels/dd/ca/c1/2721fae7166bcdf0782b16d703329dd279fe0e45b1694405d6
Successfully built python-gist youtube-upload
Failed to build scipy numpy Pillow pyarrow h5py
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly

 * Install failed, fix issues below and rerun install.py 

Traceback (most recent call last):
  File "/Users/schissmantics/Desktop/deepdrive/install.py", line 237, in <module>
    raise e
  File "/Users/schissmantics/Desktop/deepdrive/install.py", line 233, in <module>
    main()
  File "/Users/schissmantics/Desktop/deepdrive/install.py", line 120, in main
    run_command_with_sarge(f'{py} -m pip install -r {req_filename}')
  File "/Users/schissmantics/Desktop/deepdrive/install.py", line 30, in run_command_with_sarge
    raise RuntimeError('Command failed, see above')
RuntimeError: Command failed, see above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants