Code Monkey home page Code Monkey logo

Comments (10)

JBGreisman avatar JBGreisman commented on June 12, 2024 3

I can reproduce this issue on my mac, but I agree with @wojdyr's inclination that this may be a "wait and see" sort of issue. These are not the only packages that seem to be facing such an issue: numpy/numpy#17777

Based on that numpy issue, I tried the following:

export AR=/usr/bin/ar

Setting this environment variable does fix the issue for me and allows gemmi 0.4.3 to build successfully.

from reciprocalspaceship.

JBGreisman avatar JBGreisman commented on June 12, 2024 1

I modified the title because it seems like the scope of this problem is restricted to macOS

from reciprocalspaceship.

JBGreisman avatar JBGreisman commented on June 12, 2024

Thanks Minhuan -- I'll have a bit more of a look. I haven't yet added python 3.9 to the build matrix for our CI, so I should do that soon. Based on the error message, this seems to be on gemmi, but I'll look in a bit.

Just a note about install times -- it is notably faster on linux because gemmi has build wheels set up for linux. On MacOS it needs to build gemmi from source, which takes notably longer (minutes).

from reciprocalspaceship.

wojdyr avatar wojdyr commented on June 12, 2024

I can't reproduce it, so the error message would help (pip install -v gemmi).

You could also install binaries from conda-forge:
https://anaconda.org/conda-forge/gemmi/files?version=0.4.3

from reciprocalspaceship.

kmdalton avatar kmdalton commented on June 12, 2024

I was able to install under Python 3.9.1 on

Linux pop-os 5.8.0-7630-generic #32~1607010078~20.04~383a644-Ubuntu SMP Thu Dec 3 19:14:47 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

without issue. So, the Linux binaries seem to be good.

from reciprocalspaceship.

minhuanli avatar minhuanli commented on June 12, 2024

You are so responsive, I paste all the error message here. I am on macOS 10.15.7

Building wheel for gemmi (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-wheel-tar2v8o5
       cwd: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/
  Complete output (44 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.9
  creating build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/hello.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/mtz_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/simple_search.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/aafreq.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/rama_gather.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/ccd_subgraph.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/matthews.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/rama_plot.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/mtrix_iso.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/maskdiff.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/sub_ccd.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/weight.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/from_json.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/cif_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/map2mtz.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/ccd_gi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/patterson_slice.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/col_order.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/monomers.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/__main__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/long_geom.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/merge_mtz_mmcif.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  running build_clib
  building 'gemmi_zlib' library
  creating build/temp.macosx-10.9-x86_64-3.9
  creating build/temp.macosx-10.9-x86_64-3.9/third_party
  creating build/temp.macosx-10.9-x86_64-3.9/third_party/zlib
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/adler32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/crc32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzlib.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzread.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inflate.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inftrees.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inffast.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/zutil.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
  /opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libgemmi_zlib.a build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
  error: command '/opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar' failed: No such file or directory
  ----------------------------------------
  ERROR: Failed building wheel for gemmi
  Running setup.py clean for gemmi
Failed to build gemmi
Installing collected packages: wcwidth, six, ptyprocess, parso, ipython-genutils, traitlets, pytz, python-dateutil, pygments, pybind11, prompt-toolkit, pickleshare, pexpect, numpy, jedi, decorator, backcall, appnope, scipy, pandas, ipython, gemmi, reciprocalspaceship
    Running setup.py install for gemmi ... error
    ERROR: Command errored out with exit status 1:
     command: /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-y2qb_dda/install-record.txt --single-version-externally-managed --compile --install-headers /opt/miniconda3/envs/rs_test/include/python3.9/gemmi
         cwd: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/
    Complete output (44 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.9
    creating build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/hello.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/mtz_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/simple_search.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/aafreq.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/rama_gather.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/ccd_subgraph.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/matthews.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/rama_plot.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/mtrix_iso.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/maskdiff.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/sub_ccd.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/weight.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/from_json.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/cif_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/map2mtz.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/ccd_gi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/patterson_slice.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/col_order.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/monomers.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/__main__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/long_geom.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/merge_mtz_mmcif.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    running build_clib
    building 'gemmi_zlib' library
    creating build/temp.macosx-10.9-x86_64-3.9
    creating build/temp.macosx-10.9-x86_64-3.9/third_party
    creating build/temp.macosx-10.9-x86_64-3.9/third_party/zlib
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/adler32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/crc32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzlib.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzread.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inflate.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inftrees.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inffast.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/zutil.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
    /opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libgemmi_zlib.a build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
    error: command '/opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar' failed: No such file or directory
    ----------------------------------------
ERROR: Command errored out with exit status 1: /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-x7ncgahi/gemmi_dd35e9a9407f41cab74cac04fb087c21/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-y2qb_dda/install-record.txt --single-version-externally-managed --compile --install-headers /opt/miniconda3/envs/rs_test/include/python3.9/gemmi Check the logs for full command output.

from reciprocalspaceship.

minhuanli avatar minhuanli commented on June 12, 2024

And here is the error message after pip install -v gemmi:

Using pip 20.3.3 from /opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip (python 3.9)
Non-user install because site-packages writeable
Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-ephem-wheel-cache-kaxuazok
Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza
Initialized build tracking at /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza
Created build tracker: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza
Entered build tracker: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza
Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z
1 location(s) to search for versions of gemmi:
* https://pypi.org/simple/gemmi/
Fetching project page and analyzing links: https://pypi.org/simple/gemmi/
Getting page https://pypi.org/simple/gemmi/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/gemmi/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/gemmi/ HTTP/1.1" 304 0
  Found link https://files.pythonhosted.org/packages/3d/74/21e7705118e1f4ac86f03f99a71dc2ba33b8a73fef727be638ee054886e6/gemmi-0.1.2.tar.gz#sha256=2cf46e879e036f7d3bd656c59d04ffe7f3beee8ba41f2cb4475cc5b2c97154f3 (from https://pypi.org/simple/gemmi/), version: 0.1.2
  Found link https://files.pythonhosted.org/packages/13/89/4369460dd34f3e7f46c4ec44765cf9f79e392cf3faa8b3792285db77c61f/gemmi-0.1.3.tar.gz#sha256=238243f3814b9e2ef6aab1448a1080da90190e60e32b1d22a145f5d59b17369f (from https://pypi.org/simple/gemmi/), version: 0.1.3
  Found link https://files.pythonhosted.org/packages/fb/18/819ab7731075516bb422586a97a4e59313259fa60e49642e26859fe0ef76/gemmi-0.1.4.tar.gz#sha256=e1fcbb530fc2d17cea010410452db8dfa35d7971e58a5c993e3d3650fd49b2fb (from https://pypi.org/simple/gemmi/), version: 0.1.4
  Found link https://files.pythonhosted.org/packages/d4/d5/85a0fecb747b415fcc6e3fee9f48edab936e6339ec50736abe1dcfc0d460/gemmi-0.1.5.tar.gz#sha256=f13e5f7405269b24a790faa9620474b9f2a4ad6b31c012b85cfab559a2995d64 (from https://pypi.org/simple/gemmi/), version: 0.1.5
  Found link https://files.pythonhosted.org/packages/e5/96/664c971ddae50eb00ff9ee39ce8db4e3f481a1ca740583081a1a84146d39/gemmi-0.1.6.tar.gz#sha256=4b79dd9820663b9aaba54015feba8b7608508ead32d3110fc9d2739400c242fd (from https://pypi.org/simple/gemmi/), version: 0.1.6
  Found link https://files.pythonhosted.org/packages/e5/41/e51478a35846a23ef2764d9a36ced90e63eafd49c7a4c85559b0566c3884/gemmi-0.1.7.tar.gz#sha256=75da3d78d9f72d3d111b2a8175408b2320b9a00b97649fa3ccdc659a31c02458 (from https://pypi.org/simple/gemmi/), version: 0.1.7
  Found link https://files.pythonhosted.org/packages/20/bd/36cb4b950bbe78d5a4e3fd1c127100894fc97d059db57771fa1fd1ce9f2b/gemmi-0.2.0.tar.gz#sha256=c5de4d3f56fb36d5d61f8be110dc14af630ece92755f2913fa4f76fc8340f84a (from https://pypi.org/simple/gemmi/), version: 0.2.0
  Found link https://files.pythonhosted.org/packages/d1/2a/7cb4d0fbc88af06fe42971bfebbbefa670a156b396a9d59fb428809977c4/gemmi-0.2.1.tar.gz#sha256=8c5248edf619f86d7e64c6bf9ef931ac189c8928ae136efa28c4fb5365ffd7fa (from https://pypi.org/simple/gemmi/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/09/bd/2d15c8e32c28b11d3f781293a3c828834874bf0c17d193a65a0ab4e781df/gemmi-0.2.2.tar.gz#sha256=b520334b83c42384f26b0d72c0684c0964fdd913d71cffc39b7af71792fc82fc (from https://pypi.org/simple/gemmi/), version: 0.2.2
  Found link https://files.pythonhosted.org/packages/2b/d5/15ac654339e17b64f6c4c3d07cea51f6f329eeee1ba01ad58536279fd400/gemmi-0.2.3.tar.gz#sha256=f86691a7786eca8737bebad8401ccff021ae5b629fde9ec0729d3e22ee43e674 (from https://pypi.org/simple/gemmi/), version: 0.2.3
  Found link https://files.pythonhosted.org/packages/32/fa/781063687c6e47133a8c39b142a10573546153dde6f5558e9802690bb184/gemmi-0.2.4.tar.gz#sha256=38822f8d43891c8511fc480428511a3c5345751fcd660076cb547fd1fb5ffbc6 (from https://pypi.org/simple/gemmi/), version: 0.2.4
  Found link https://files.pythonhosted.org/packages/8b/d5/92f78ebb4734212283301730b193bd44f3ea74161bfd413939a88e976f67/gemmi-0.2.7.tar.gz#sha256=249751bec0559c678ec258926e1748baaad11cfd3b3e2fae569352f5516c44ba (from https://pypi.org/simple/gemmi/), version: 0.2.7
  Found link https://files.pythonhosted.org/packages/4b/4b/51d357ef35fcf27a5325426b9326498ab1482be37efbc06a92202f921407/gemmi-0.2.8.tar.gz#sha256=78279babad10cdd4491fde300892aa82711c6c587bbc85824df831082ae8bd3c (from https://pypi.org/simple/gemmi/), version: 0.2.8
  Found link https://files.pythonhosted.org/packages/e0/9c/6ea8ea2bbda7ab9eb8b548d899cc328aabd9cf04c720e1cd3287fcd00544/gemmi-0.3.0.tar.gz#sha256=da4f693270b50a5e1d1c7b76184bf00836ec9366ec6081d413460d2bd73a9e14 (from https://pypi.org/simple/gemmi/), version: 0.3.0
  Found link https://files.pythonhosted.org/packages/e5/ed/6a91e0fe126a30842c93bfa3865dab81d8383a12026c034edfdf5bf60f85/gemmi-0.3.1.tar.gz#sha256=2b9777962d56b3e0d32122757830e63a03eb281cb18abe822cd3429ddfcc56a9 (from https://pypi.org/simple/gemmi/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/5d/86/6cef13dcfd9b5f3101e826f35fd54088942496489b9307480185fe63d2ed/gemmi-0.3.2.tar.gz#sha256=b626f55807abf58f2510c90bcf383af50f132bb2a9ff1d6a8a53ac50a591a217 (from https://pypi.org/simple/gemmi/), version: 0.3.2
  Found link https://files.pythonhosted.org/packages/af/9d/ce0bdf384249da75e4584b624f5a144366a3c8eceff2dff19236aff08dd1/gemmi-0.3.3.tar.gz#sha256=c8de0da30464e49532af856e47b3815df9c042690169a85dfc3fac7c83066251 (from https://pypi.org/simple/gemmi/), version: 0.3.3
  Found link https://files.pythonhosted.org/packages/b3/b8/1f41f9a0849c5011cb890f89b6548c8dec1b52ee4bf28cb0ebe3728016e9/gemmi-0.3.4.tar.gz#sha256=94184ef130c341b67eddf0fbab41b57d47c36ab3a53088af315065b50e7c117c (from https://pypi.org/simple/gemmi/), version: 0.3.4
  Found link https://files.pythonhosted.org/packages/f4/f0/f4cd4d29e53707efccb2e6d4b2c185851dc1ef02f7aa041b9803fb1a8590/gemmi-0.3.5.tar.gz#sha256=f78b590b4594ec016dcf8b3be10b5eb23e54e2b19dbc73647da9bbf15ac4f824 (from https://pypi.org/simple/gemmi/), version: 0.3.5
  Found link https://files.pythonhosted.org/packages/39/b1/9ca0ad395150af606cf85a2e45c2dfaab02492d36ff264efdcf25f7479c1/gemmi-0.3.6.tar.gz#sha256=b290c9ebf03555ba308f9e65e9eaf31ae40acf89e7d9a4b5536e0096dea7d3e2 (from https://pypi.org/simple/gemmi/), version: 0.3.6
  Found link https://files.pythonhosted.org/packages/99/ff/0da30f43421b952256ba77edf0eee9bc0711715a4687489ee33037a1f132/gemmi-0.3.7.tar.gz#sha256=8461d66b7bf033cb20d9b62a5fe65474de09e59b90702651f2317ca1e578f451 (from https://pypi.org/simple/gemmi/), version: 0.3.7
  Found link https://files.pythonhosted.org/packages/06/4f/5e2e02aa93bcdf27b54f810ecda6e3d08b962d8ef27c9fa731f04523dc80/gemmi-0.3.8.tar.gz#sha256=95a3baada9756ab68f1061161fdddbe3532ffd7c70c2271256f51781e11d7dc2 (from https://pypi.org/simple/gemmi/), version: 0.3.8
  Found link https://files.pythonhosted.org/packages/c0/4d/7567aed9911e6f62021508d72deae27d7f1e5dcb41032c4d642c01158408/gemmi-0.4.0.post1.tar.gz#sha256=fe4aab685772be9002ae047c86282061a54a8472c41e71dc7f4e2426a26a7626 (from https://pypi.org/simple/gemmi/), version: 0.4.0.post1
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/f5/da/3fb440c7b946febcc4fdb3f4928b1e93b2627ccdf26d69962f3c05b8f077/gemmi-0.4.1-cp36-cp36m-win32.whl#sha256=7fd237c9df1a14c4fdb3ac71999e492d2c704924d99cbc3c56e2b3068e6732cf (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/88/8c/72cd48a1e89ad92f24e67d15545b9e3f478f256fb4729dbbb4985a0efe2f/gemmi-0.4.1-cp36-cp36m-win_amd64.whl#sha256=0e787ecd22313c52bfeae3408a3de06ec676e793822a245886bccfe5bd8cd79a (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/cb/84/0162cc2197241200740655ebe6cfd33342ddb152feca089f98aab91f56b0/gemmi-0.4.1-cp37-cp37m-win32.whl#sha256=f818934948b41087b9e2d1fb4a14db70c822f6cf153658a649d607d098d9bfd1 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/0f/3a/c69ec458774b60d61a929ac2357d0b9c0a0b5187e55cdb75e138cefee2d3/gemmi-0.4.1-cp37-cp37m-win_amd64.whl#sha256=81d236d7ffe05be29cd3480c2821276337f661e6fcb0881c5e32c360b7be7378 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win32: https://files.pythonhosted.org/packages/c2/a2/55410bfd6be3391475c2a005fcde251f843e0d117707dacb07bb880d2b21/gemmi-0.4.1-cp38-cp38-win32.whl#sha256=980c890ffc5034940e756a887670406939f3a95ce60493ab98cd8f2e4f2d7830 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/93/a4/361f66459b444340a29c1dbeb81918dccfab580f92752571a361b53c80fe/gemmi-0.4.1-cp38-cp38-win_amd64.whl#sha256=28de811e9a1c142a311cb4ed52f367788d9911de9cd17ad84566afae1ce97b15 (from https://pypi.org/simple/gemmi/)
  Found link https://files.pythonhosted.org/packages/2f/d5/4ca93e1691bd8cb2d1e06ce4ff816eca300aa4e09416caf45bbb6451f013/gemmi-0.4.1.tar.gz#sha256=65f36f61e1b88913ab697bfb846553e15398ca27fac952a1d386a5d15779951b (from https://pypi.org/simple/gemmi/), version: 0.4.1
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/22/03/599bf3752327fdbc408133daf5d6a7b950d72c4d81f20d8d3b2d8e95be85/gemmi-0.4.2-cp27-cp27m-manylinux2010_x86_64.whl#sha256=2c3fe451e560f0cb316f425afa8f95ad0138c5e14baf15bad8add3b16a002820 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux2010_x86_64: https://files.pythonhosted.org/packages/c4/aa/f03b573d7333211fda34ad2c7dddbb4b7310fcf9caf7e938318208819049/gemmi-0.4.2-cp27-cp27mu-manylinux2010_x86_64.whl#sha256=f7faad54418319bc8ff1b7e5b1cb4f4cbac4653f4edf528e911f040f5c9ce012 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/34/eb/d55b627cd8cb0f9bd3fc076afdd8b3b999316d6c4c24b6b703b97730ffab/gemmi-0.4.2-cp35-cp35m-manylinux2010_x86_64.whl#sha256=65d303507bbedb01265a59e33f9c087957fbcffe240366a802e240fa032eca1c (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/da/6a/fe1a65806633ea2129507b0f8b4034afdbf383e474a12152839ee50a52eb/gemmi-0.4.2-cp36-cp36m-manylinux2010_x86_64.whl#sha256=09fd610301a230cb7890f2d7f6dd7ae98ead9bc59f3fc37790f8a95dd4017eac (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/10/59/a4976acb0891bc600c161f08c341666daf419885f07a105e335e1aeeecb7/gemmi-0.4.2-cp36-cp36m-win32.whl#sha256=7143c3b674f428a420ac13d72fb0d327e3c842f014e2dac1fcf18453d3671d6f (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/bd/f9/0e3c3e3cbb2116fa23a1fe815542a971a5775cd7ada9d02ffd5d58fcde85/gemmi-0.4.2-cp36-cp36m-win_amd64.whl#sha256=326b19d2fb0b8714f6a4631b3e0e2283b11424936cb994d0a330d6a70cc56986 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/f3/95/85635908935957b4ccc1700dafdcd0c309e00a4a3291aa7a8d6c65a5f089/gemmi-0.4.2-cp37-cp37m-manylinux2010_x86_64.whl#sha256=d61e759f705dc2fd16c94947550a258668ec6e2d4085addac6dc5d746f308149 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/bf/5e/2dcb2454003be5505eb7a75b5eecde74486d2a1bea2f189fc30c749076e6/gemmi-0.4.2-cp37-cp37m-win32.whl#sha256=e9eecdc0afdf6d05b0b668462fc45f48c32dcb22a153e6138ffd590dc220b957 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/3c/8d/055161b661f3dcebbd1cfa3c55ba02ab7f434d87147481b3566080a4ccac/gemmi-0.4.2-cp37-cp37m-win_amd64.whl#sha256=18a9f24cca2ad93f5feec70abe64eb75c1547509e4530898e4b5566696ad26a1 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux2010_x86_64: https://files.pythonhosted.org/packages/ce/82/a45cb30c350b56f4dc628986b84b91310b88e1b2ac73ae3b37c3a1ac8585/gemmi-0.4.2-cp38-cp38-manylinux2010_x86_64.whl#sha256=c922d52b726ee554dfcbe8e01af11bb32b2ddbd9d6377ceb7db836b5bf2b15b5 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win32: https://files.pythonhosted.org/packages/9a/39/784a739b8d83175667ef1cc85a53acbe79b9437292031225b3ed552bc035/gemmi-0.4.2-cp38-cp38-win32.whl#sha256=5b586c704add91aa59ca14cf7f03142512e9785329b42a8cb9007453548511e9 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/5b/62/8911a99982bc95e629f41a7096f0f907cf4b001ed6c0087e0a2763c943e1/gemmi-0.4.2-cp38-cp38-win_amd64.whl#sha256=06c0efb154804fab1c74c816bde974089e0653fb58c8f3c0ad9795e7c5678217 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp39-cp39-manylinux2010_x86_64: https://files.pythonhosted.org/packages/95/9b/d75a5882a9bb13d47e99e0552b516e330004b411e4547b37a3743c74976b/gemmi-0.4.2-cp39-cp39-manylinux2010_x86_64.whl#sha256=ffca3e4973bfb1034044815b087370de5af12143a18f1b37393a5d2f0d4e03df (from https://pypi.org/simple/gemmi/)
  Found link https://files.pythonhosted.org/packages/a4/ac/b850ac03ad0f899c0c8f699af60b5c515291c74470601e3b12803d6fca2e/gemmi-0.4.2.tar.gz#sha256=26e1402e48a54132c1a85c7ae1f6d939b3fae4b1fb8d5fa33751cbebebac52ee (from https://pypi.org/simple/gemmi/), version: 0.4.2
  Skipping link: none of the wheel's tags match: cp27-cp27m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/23/72/c5e726b2722bdfbbb82847582ff64caaf60f70ca38adf11946561fbc75ce/gemmi-0.4.3-cp27-cp27m-manylinux2010_x86_64.whl#sha256=8a2e3b4520e40b32fc5202ae916c8e654b382ece6e6bcb2c5938d5915556c792 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp27-cp27mu-manylinux2010_x86_64: https://files.pythonhosted.org/packages/b7/cf/5a9f3534db7e32658104b69e8a631c4fcf9a4bff7b8d38dca572bb6ed5d7/gemmi-0.4.3-cp27-cp27mu-manylinux2010_x86_64.whl#sha256=27b97d8d1e5d1490d51a39c07ebc7640dd29b35b058bacb06db9b4ab21b0c118 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp35-cp35m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/d4/8b/c55499a4d0d2a155c4c4ce220a2a942f0026909f4ec849609fc6688eb5a4/gemmi-0.4.3-cp35-cp35m-manylinux2010_x86_64.whl#sha256=182acd66e655a5cd5efd233e4baa0e1c153e8e15053767d2b3e6b5776f57176b (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/c3/c4/d3239cd44ce93e14454e2f6596a723f5245776fe822238ac0473ef6d81d4/gemmi-0.4.3-cp36-cp36m-manylinux2010_x86_64.whl#sha256=4875dd21b03ce53882a4569978d0c7f4db1f9984605721989da6836835a24ff6 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win32: https://files.pythonhosted.org/packages/7c/b9/4821a0951160692524e8394629b952337ad0fbe111b5cf26dc56a9c8e59e/gemmi-0.4.3-cp36-cp36m-win32.whl#sha256=65466099cb7f64117693b55e2b6c41d834a3c7651bfbce0890bd8c9fb7b70f05 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp36-cp36m-win_amd64: https://files.pythonhosted.org/packages/6a/52/e2813c31a8d080649737308823e85d17324defb683a61e853beea00ed63e/gemmi-0.4.3-cp36-cp36m-win_amd64.whl#sha256=f4ff57170a1acd028b3bfd68d7228bf930855d2d3b2631a9eea4e01602ef3fb2 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux2010_x86_64: https://files.pythonhosted.org/packages/b1/91/659f69913777cc1fa590f25f5831d9803c9681923690e426af680d9380cd/gemmi-0.4.3-cp37-cp37m-manylinux2010_x86_64.whl#sha256=0e52c81f36d45b51055c0ab62317f72e136a86b9c4ca3ea8045eecaace7b09e5 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win32: https://files.pythonhosted.org/packages/5a/c9/e78fbd8a8d48f13c9da4e6afc4941bbf40142e6423d487335f8fcf46e2db/gemmi-0.4.3-cp37-cp37m-win32.whl#sha256=5940874fbbc5dbf350789d03e91ba10ed902ad9d3321030a524337e437c8409c (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp37-cp37m-win_amd64: https://files.pythonhosted.org/packages/9e/6e/0ab2f8a07c42a54d6e6fda65549ff13a081c94601f084f795a380a8f14d2/gemmi-0.4.3-cp37-cp37m-win_amd64.whl#sha256=40b926cfc1e03963c4d19455dccce11daf9350b1ac54210608b24936e25bb833 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-manylinux2010_x86_64: https://files.pythonhosted.org/packages/dd/43/aa263331953f26ee8cf573129576a87252c4667686b04280e2e2d46a1ef7/gemmi-0.4.3-cp38-cp38-manylinux2010_x86_64.whl#sha256=533c17851d4f2d9d5207cfe8b97de9e7fd42bbf95995e9ee5044c6ce59daae6d (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win32: https://files.pythonhosted.org/packages/ad/37/dd827724ae053469469c4dc3f050b5b16093195fa50030a202a593fb380a/gemmi-0.4.3-cp38-cp38-win32.whl#sha256=9b13da898e62666249251a358f10087ffdac2bcf8734bb1780b54fda263babc8 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp38-cp38-win_amd64: https://files.pythonhosted.org/packages/cd/15/4460162edf9aea5c568b6fbdf2b55536800b32e639064db8fb112c779edf/gemmi-0.4.3-cp38-cp38-win_amd64.whl#sha256=e70501c35e56ec6dafd8a2d64d74a3e5cf32fc87c5934d5ca68ad077bb0fe042 (from https://pypi.org/simple/gemmi/)
  Skipping link: none of the wheel's tags match: cp39-cp39-manylinux2010_x86_64: https://files.pythonhosted.org/packages/4d/35/e8b97d567e27090876330931af7a5f097aed5387067718a25a9d4225ff82/gemmi-0.4.3-cp39-cp39-manylinux2010_x86_64.whl#sha256=f2b50d47148bb02c0cade07d936c27efd56aa192b871cbd05c50e815f0f5189c (from https://pypi.org/simple/gemmi/)
  Found link https://files.pythonhosted.org/packages/b7/6b/b4c5c2c12da58813f2478fdffac17d86aaf46c570b6f8b42eef9778d8180/gemmi-0.4.3.tar.gz#sha256=dd1f9d3b5ae06593f15e3093db5a41e6d4609307888ed3b25388087eae7ad9d3 (from https://pypi.org/simple/gemmi/), version: 0.4.3
Given no hashes to check 26 links for project 'gemmi': discarding no candidates
Collecting gemmi
  Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-unpack-x6rzzogn
  Looking up "https://files.pythonhosted.org/packages/b7/6b/b4c5c2c12da58813f2478fdffac17d86aaf46c570b6f8b42eef9778d8180/gemmi-0.4.3.tar.gz" in the cache
  Current age based on date: 272950
  Ignoring unknown cache-control directive: immutable
  Freshness lifetime from max-age: 365000000
  The response is "fresh", returning cached response
  365000000 > 272950
  Using cached gemmi-0.4.3.tar.gz (578 kB)
  Added gemmi from https://files.pythonhosted.org/packages/b7/6b/b4c5c2c12da58813f2478fdffac17d86aaf46c570b6f8b42eef9778d8180/gemmi-0.4.3.tar.gz#sha256=dd1f9d3b5ae06593f15e3093db5a41e6d4609307888ed3b25388087eae7ad9d3 to build tracker '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza'
    Running setup.py (path:/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py) egg_info for package gemmi
    Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f
    Running command python setup.py egg_info
    running egg_info
    creating /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info
    writing /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/PKG-INFO
    writing dependency_links to /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/dependency_links.txt
    writing requirements to /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/requires.txt
    writing top-level names to /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/top_level.txt
    writing manifest file '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/SOURCES.txt'
    reading manifest file '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-pip-egg-info-x1d2xw4f/gemmi.egg-info/SOURCES.txt'
  Source in /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5 has version 0.4.3, which satisfies requirement gemmi from https://files.pythonhosted.org/packages/b7/6b/b4c5c2c12da58813f2478fdffac17d86aaf46c570b6f8b42eef9778d8180/gemmi-0.4.3.tar.gz#sha256=dd1f9d3b5ae06593f15e3093db5a41e6d4609307888ed3b25388087eae7ad9d3
  Removed gemmi from https://files.pythonhosted.org/packages/b7/6b/b4c5c2c12da58813f2478fdffac17d86aaf46c570b6f8b42eef9778d8180/gemmi-0.4.3.tar.gz#sha256=dd1f9d3b5ae06593f15e3093db5a41e6d4609307888ed3b25388087eae7ad9d3 from build tracker '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza'
1 location(s) to search for versions of pybind11:
* https://pypi.org/simple/pybind11/
Fetching project page and analyzing links: https://pypi.org/simple/pybind11/
Getting page https://pypi.org/simple/pybind11/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/pybind11/" in the cache
Request header has "max_age" as 0, cache bypassed
https://pypi.org:443 "GET /simple/pybind11/ HTTP/1.1" 304 0
  Found link https://files.pythonhosted.org/packages/df/90/4f0068ca5e0c0ef1d0cbcc1fd4c1ecea664c8b995726c5254619a38baafb/pybind11-1.0-py2.py3-none-any.whl#sha256=b1ab3a180bec0e31a965d4070b25a8df651f90dccc406f1e041f6fb0c20a5a5c (from https://pypi.org/simple/pybind11/), version: 1.0
  Found link https://files.pythonhosted.org/packages/ee/1d/75e412725a95ef00226af81a2562956989689df73d374d3fc7eb65edad51/pybind11-1.0.tar.gz#sha256=cdd3249114af4a97120bc72645b209e90fe6c654a6903824ae9e1b6b76dd4f47 (from https://pypi.org/simple/pybind11/), version: 1.0
  Found link https://files.pythonhosted.org/packages/91/6d/b0f6fc3f8f4c457dae1f67a0a5f506fee5e8366fe9b41bab62aa48f9abdb/pybind11-1.2-py2.py3-none-any.whl#sha256=b8be7525d8957b009859c5be3121c3f4055878df47b9af4d5987634784bcd8cd (from https://pypi.org/simple/pybind11/), version: 1.2
  Found link https://files.pythonhosted.org/packages/3f/29/9a9b11c9ae144ee042502bf81658f9387d1ea7fcbbe09ef84651143d2439/pybind11-1.2.tar.gz#sha256=6e5abc9a4549ca6307b81301a558eb60e2c78028b2f258b1adef9f3b45de738b (from https://pypi.org/simple/pybind11/), version: 1.2
  Found link https://files.pythonhosted.org/packages/40/39/1fb04919dbae11ea3b0e3630abc3d0a88cb63cdf4c73e4c2fe2b0ded982e/pybind11-1.3-py2.py3-none-any.whl#sha256=c5d64e962ff7df3d0e1dd94c90f53022b733b24257eb7c39a4057ad7ad96a8df (from https://pypi.org/simple/pybind11/), version: 1.3
  Found link https://files.pythonhosted.org/packages/51/1e/d1c8bfd14b98ba27f1c3f9cb2f58c293cb48be32263519ecc6c9eaebaf0a/pybind11-1.3.tar.gz#sha256=c829bb9ff9267917efab027f6f3cb4e4955c50a4c3ebed9f00c58684b2e5a0a0 (from https://pypi.org/simple/pybind11/), version: 1.3
  Found link https://files.pythonhosted.org/packages/4b/9c/6551641ee8e216d49129bead63584e0e2f1d18663a171b59bb1a0ab487b2/pybind11-1.4-py2.py3-none-any.whl#sha256=3508dffe1de53217371ff412c9f222b9dd41d04f550c80b79b873cd2979b6316 (from https://pypi.org/simple/pybind11/), version: 1.4
  Found link https://files.pythonhosted.org/packages/ec/96/0b5c83253391ce69c4a3629d84c557b3a52998a459361642be011c5a2b62/pybind11-1.4.tar.gz#sha256=8de5625693eb8be4f9ca258b9ec6edd6f7785a02d0552f5a3ffaccf696257bae (from https://pypi.org/simple/pybind11/), version: 1.4
  Found link https://files.pythonhosted.org/packages/eb/b6/568b9f2abbede38e2c8b44bec453e0cc31cfc94df291352457b2119cfb14/pybind11-1.5-py2.py3-none-any.whl#sha256=a71817b44fbd7cb720fb6f72bbfac6bc23a191ee4a460beec9da44b3f6130e62 (from https://pypi.org/simple/pybind11/), version: 1.5
  Found link https://files.pythonhosted.org/packages/98/cc/4dbe95bcb9636e02e68a5c3b25ee70c65afa7cffb8db886b0d01b3e0be6c/pybind11-1.5.tar.gz#sha256=ea3008865d31d82dabee9a503ac6fd9190a6a390403494414bf9ab5da48e7326 (from https://pypi.org/simple/pybind11/), version: 1.5
  Found link https://files.pythonhosted.org/packages/77/0f/102d0cc002e8c4c19421ef971dec0a416d3d5865a8cb3d9078fd0d4c0263/pybind11-1.7-py2.py3-none-any.whl#sha256=fb9814167219e613b2049e849483926ead884f3183a160c50716a376d4a35773 (from https://pypi.org/simple/pybind11/), version: 1.7
  Found link https://files.pythonhosted.org/packages/85/e8/d04cafd9b219ad19914045b0037498af07b56eac4604d6953805fe5d8fa3/pybind11-1.7.tar.gz#sha256=b81d4f83fdddf99026deefa1d28c6aa9909cb27edce2667d5babc58eb87d12c5 (from https://pypi.org/simple/pybind11/), version: 1.7
  Found link https://files.pythonhosted.org/packages/c3/f0/0f807a990d330f37c6d3de260bad702b16646cd149f1e775a37fb672080c/pybind11-1.8-py2.py3-none-any.whl#sha256=135dae73fab2d5939d00e1967edc7b1232fa0209e1b973ae4a47d21ecc06ac50 (from https://pypi.org/simple/pybind11/), version: 1.8
  Found link https://files.pythonhosted.org/packages/6a/6e/e99c47a9317d8c5d17472166d1b87bdbff3fb039842137c7e69f96cd57d5/pybind11-1.8.tar.gz#sha256=a647eb05abfec9a6898af240fb2be98451b1e4e725929d49ed3c45188227bc03 (from https://pypi.org/simple/pybind11/), version: 1.8
  Found link https://files.pythonhosted.org/packages/e8/bb/cb21c4b8da28d94df193bd83fe399e13dd38b7eba6fed52546d4fb1c2908/pybind11-1.8.1-py2.py3-none-any.whl#sha256=c839cb0ff625528e060d28dc8a8f58bc8a375f178232e42421b6105e1ce58509 (from https://pypi.org/simple/pybind11/), version: 1.8.1
  Found link https://files.pythonhosted.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz#sha256=358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8 (from https://pypi.org/simple/pybind11/), version: 1.8.1
  Found link https://files.pythonhosted.org/packages/95/b0/2ba1281231f004c338df8c0fa51c8eaf180aa17c45d1c289b85dc9e6cca3/pybind11-2.0.0rc1-py2.py3-none-any.whl#sha256=3879c94b2876c578bb4cee24360cd3a0b3f5162e1d0dcd924d4aa33d5b003fb2 (from https://pypi.org/simple/pybind11/), version: 2.0.0rc1
  Found link https://files.pythonhosted.org/packages/b6/5f/27f7614634c3e1eba1cb381fd16a96d14d89f97bc7d3b93608930679bb74/pybind11-2.0.0rc1.tar.gz#sha256=e6610d1bd774f19fd4ca623be2dece13039a37e309b3508721362be860abc7b7 (from https://pypi.org/simple/pybind11/), version: 2.0.0rc1
  Found link https://files.pythonhosted.org/packages/76/97/527abfb09ccb5a95a51bfa8f1383698d27ee7a6f0dbec0e1712ffaf044ce/pybind11-2.0.0-py2.py3-none-any.whl#sha256=ad7f7df25af0bd2c1632de0d932aa69044ba8b31fd9d720f24a6a48205f9cb40 (from https://pypi.org/simple/pybind11/), version: 2.0.0
  Found link https://files.pythonhosted.org/packages/a9/83/9905dda4615b3cf84c9e159cd9b70a5b8ccd6ce5c11d920a7fbd865b80b1/pybind11-2.0.0.tar.gz#sha256=4b91934a0495a5ca51d6988c241918562151e7d146b5ee07a03dd08ce6133a07 (from https://pypi.org/simple/pybind11/), version: 2.0.0
  Found link https://files.pythonhosted.org/packages/74/3b/459576d99e5230c0e060b8616a240891e176ebd3459381a705eed9081241/pybind11-2.0.1-py2.py3-none-any.whl#sha256=e1437f8ed19465e426ef378d774d236e27c223dccba45f9f67790d2de6429cc4 (from https://pypi.org/simple/pybind11/), version: 2.0.1
  Found link https://files.pythonhosted.org/packages/e4/a5/dbf066bf52cb98bcb9c7bc858f8da6658e2972cb2793c3a988fb2420d0a8/pybind11-2.0.1.tar.gz#sha256=1b1a4824aad88b1073fe8dbd21683e1e5228f3ed3b29c2785fbf5dea6bf1063c (from https://pypi.org/simple/pybind11/), version: 2.0.1
  Found link https://files.pythonhosted.org/packages/ab/50/3fecb101c9cde13bb842c53c7bb8a8b22ae54a47ac12d02cc16ad4c8a1d6/pybind11-2.1.0-py2.py3-none-any.whl#sha256=a886cc3427749a7a023821f1bd1bfa4d862ec4326cf3700c6d86b9c3bb01df1e (from https://pypi.org/simple/pybind11/), version: 2.1.0
  Found link https://files.pythonhosted.org/packages/25/94/cac5a6a5d2a1d0cdbc1c93228d046095db7e8c7d5b98161a1903b3dff0a4/pybind11-2.1.0.tar.gz#sha256=aaa6269ee28819aed1ae815f0eaa87fd1155ef0ada80c4bfeb9ecce1392dc62e (from https://pypi.org/simple/pybind11/), version: 2.1.0
  Found link https://files.pythonhosted.org/packages/5d/f4/ebdd28792c8ceb852428b7edf983375cee4cfdae75d6791dcb1b1d43bf7c/pybind11-2.1.1-py2.py3-none-any.whl#sha256=46296035478dd331c4b9f2809a71b8b02c6d473129b7819978badd628f2f93d2 (from https://pypi.org/simple/pybind11/), version: 2.1.1
  Found link https://files.pythonhosted.org/packages/db/5d/2b064d0dd2ac7ccb723cda6ef82e5364b0ae0d299dc6532aa11680f001f9/pybind11-2.1.1.tar.gz#sha256=c169a384ea046a1672ac83e9aed30660133e9bad3afd82fa99b794df7b416f6d (from https://pypi.org/simple/pybind11/), version: 2.1.1
  Found link https://files.pythonhosted.org/packages/5a/df/4d1d08b4b84446e95ae994e65b12f30971c1015163018eb41c20810c6fa6/pybind11-2.2.0-py2.py3-none-any.whl#sha256=a0b94be592b8ee6cadf947eff6e5ddda1a9ea5cb9a9407cb57c16c111630bd34 (from https://pypi.org/simple/pybind11/), version: 2.2.0
  Found link https://files.pythonhosted.org/packages/53/f7/ec2516d75c3d668d5d0fd660a6f7dfeaba5b33e062be7647b2484abbe001/pybind11-2.2.0.tar.gz#sha256=633293dcf135fefd2028a7fee9ef290c7239c34e2b741220ab68c66a46e462c6 (from https://pypi.org/simple/pybind11/), version: 2.2.0
  Found link https://files.pythonhosted.org/packages/52/df/c438df9d06a43d4b90a3d0656736e34a992e6bd646a4124310aab02d3eea/pybind11-2.2.1-py2.py3-none-any.whl#sha256=6c907b0c4faa3fd38d13c8bb765d0c9b855bcfc23898bb32847a56ccd47f1f99 (from https://pypi.org/simple/pybind11/), version: 2.2.1
  Found link https://files.pythonhosted.org/packages/c9/f7/fc9c44bf088d942c71b04646891034036a63e5bd00daff1c9a377e0f5a9f/pybind11-2.2.1.tar.gz#sha256=a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824 (from https://pypi.org/simple/pybind11/), version: 2.2.1
  Found link https://files.pythonhosted.org/packages/ff/3e/421f90f8d9e7fd43bd4e22781ad04d4ea3d6f4571b73c4e9dca29669a599/pybind11-2.2.2-py2.py3-none-any.whl#sha256=1454f0cb00552365832b1d8a95bb4c5404befd42a496d3b7515b5b47e8c16eec (from https://pypi.org/simple/pybind11/), version: 2.2.2
  Found link https://files.pythonhosted.org/packages/c3/70/3a897a3dd7ae8a0a9aa0ad845fe629ff3029507b72e0e92a01d8adfa48af/pybind11-2.2.2.tar.gz#sha256=cbb036a8aad59a199ad672f98813f85c672642c6a67b4ff3868b1d6abc5fae3e (from https://pypi.org/simple/pybind11/), version: 2.2.2
  Found link https://files.pythonhosted.org/packages/12/90/0f92a575dc60c8fba6d0c91d6b45abdb1058da9ebed40400cbcfad2ac0a7/pybind11-2.2.3-py2.py3-none-any.whl#sha256=7f2847016313068f6fc24e8996b30345b1b8ceb74de7ea45eb2c0fa9f8fa639d (from https://pypi.org/simple/pybind11/), version: 2.2.3
  Found link https://files.pythonhosted.org/packages/95/30/788a5c943f1399e05b52148504dffa7a801ea52eb5bb5cac0cc828306278/pybind11-2.2.3.tar.gz#sha256=87ff3ae777d9326349af5272974581270b2a0909b2392dc0cc57eb28ce23bcc3 (from https://pypi.org/simple/pybind11/), version: 2.2.3
  Found link https://files.pythonhosted.org/packages/f2/7c/e71995e59e108799800cb0fce6c4b4927914d7eada0723dd20bae3b51786/pybind11-2.2.4-py2.py3-none-any.whl#sha256=bd68159013d20c79bf79893b174a6ee7f74af740bf60ae731565f5d8d4094403 (from https://pypi.org/simple/pybind11/), version: 2.2.4
  Found link https://files.pythonhosted.org/packages/4e/fa/6246f425f2efa06bd7a4e340c5337892dcc3c7738c5c1b7e5f8d21dd3793/pybind11-2.2.4.tar.gz#sha256=642abbbd2948ed5af28e69adfae1535347c7aa9eb0cdab130e20e1f198f8e1cf (from https://pypi.org/simple/pybind11/), version: 2.2.4
  Found link https://files.pythonhosted.org/packages/d1/4c/efec6c73d6e37f797aba61f3f52ab734b3ab316e7e0b3011b3e994510d2a/pybind11-2.3.dev0-py2.py3-none-any.whl#sha256=f745135f5825ba6b69d78b69456ccadaee4f552e28b60f5dbc786a17b6832a98 (from https://pypi.org/simple/pybind11/), version: 2.3.dev0
  Found link https://files.pythonhosted.org/packages/94/20/af117becbcc6f27c479fc230858b89a52b2755f073248d4343aea5a7bdd6/pybind11-2.3.dev0.tar.gz#sha256=bfb7d572afba3aa1e5f51af7a0bd77890b0de5b5da8b1994e80420c43346ecff (from https://pypi.org/simple/pybind11/), version: 2.3.dev0
  Found link https://files.pythonhosted.org/packages/5d/85/c7a8dffda52ce25a8bcfe9a28b6861bdd52da59ae001fdd4173e054b7d9b/pybind11-2.3.0-py2.py3-none-any.whl#sha256=5531dee811310ff02ff69fe4f45feb56d845154ba692b8e4660ae2c478ee313a (from https://pypi.org/simple/pybind11/), version: 2.3.0
  Found link https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-2.3.0.tar.gz#sha256=199a915e0f81b5a593d1a13a18f137f59a6111f0049543211d936d26dab34324 (from https://pypi.org/simple/pybind11/), version: 2.3.0
  Found link https://files.pythonhosted.org/packages/c4/54/b96d9e28f01c3436db5a49db0c47a53b29a065807e9847a4f1ab673aeabf/pybind11-2.4.0-py2.py3-none-any.whl#sha256=7aa30da60db5d23dac85713e07d52136ec33045b8a2d95a0457abef26a0d52eb (from https://pypi.org/simple/pybind11/), version: 2.4.0
  Found link https://files.pythonhosted.org/packages/fc/47/a2ace43e64cea34f108a010024f5e7737926d84ad1e8b3dffc56b63be40e/pybind11-2.4.0.tar.gz#sha256=370ad932d373ecb502a7fb96eddfea08e127f936f46da688fd2a4a30291e1495 (from https://pypi.org/simple/pybind11/), version: 2.4.0
  Found link https://files.pythonhosted.org/packages/2e/5b/ed0822d84c546e5b3e0e84328134b1d56abe779011818eee6d0c52914c88/pybind11-2.4.1-py2.py3-none-any.whl#sha256=195cda286aba9593af4706acf83e30763f4aa0730a521809cdbb174adfb81b4c (from https://pypi.org/simple/pybind11/), version: 2.4.1
  Found link https://files.pythonhosted.org/packages/70/10/de03d0e5be32450b01d6d41343e1c29643135d2c281b70a595c6212a245e/pybind11-2.4.1.tar.gz#sha256=23eb4ad1af0f875ac6450c816fafef2cb24286d5f3a9bcb48ffd400c31fb6877 (from https://pypi.org/simple/pybind11/), version: 2.4.1
  Found link https://files.pythonhosted.org/packages/88/c1/0b28ec6f7d0151eebd36c66d3c7dbaa82b5006cc9d25980b5b56cf1034f1/pybind11-2.4.2-py2.py3-none-any.whl#sha256=570c709647292a6a7aa4a4c4a32e9a3304f1fca73d7be35bba1377a32ee80bcb (from https://pypi.org/simple/pybind11/), version: 2.4.2
  Found link https://files.pythonhosted.org/packages/9a/03/4da4c13240fd5dc0384164bb34c0fa9b197fc3eb879b4b760508ab2c7900/pybind11-2.4.2.tar.gz#sha256=3942fb56b3f159720cba83a59cc3388dca91f6c6b963f6ec8f6d8bf4a1551650 (from https://pypi.org/simple/pybind11/), version: 2.4.2
  Found link https://files.pythonhosted.org/packages/4b/4d/ae1c4d8e8b139afa9682054dd42df3b0e3b5c1731287933021b9fd7e9cc4/pybind11-2.4.3-py2.py3-none-any.whl#sha256=06398d054acd33d3b89d4b12000fadc36e946001438425a96c9e30048655ab96 (from https://pypi.org/simple/pybind11/), version: 2.4.3
  Found link https://files.pythonhosted.org/packages/aa/91/deb6743e79e22ab01502296570b39b8404f10cc507a6692d612a7fee8d51/pybind11-2.4.3.tar.gz#sha256=72e6def53fb491f7f4e92692029d2e7bb5a0783314f20d80222735ff10a75758 (from https://pypi.org/simple/pybind11/), version: 2.4.3
  Found link https://files.pythonhosted.org/packages/89/e3/d576f6f02bc75bacbc3d42494e8f1d063c95617d86648dba243c2cb3963e/pybind11-2.5.0-py2.py3-none-any.whl#sha256=205d9f9615eac190811cb8c3c2b2f95f6844ddba0fa0a1d45d00793338741601 (from https://pypi.org/simple/pybind11/), version: 2.5.0
  Found link https://files.pythonhosted.org/packages/56/cf/efb853937e69168a215a70c049b66b2e8aea3b9a1929f9650752d7ff1f32/pybind11-2.5.0.tar.gz#sha256=ea5a4e7a880112915463826f1acbec5892df36dfe102ecb249229ac514fb54ad (from https://pypi.org/simple/pybind11/), version: 2.5.0
  Found link https://files.pythonhosted.org/packages/38/34/7f114785632b0e37341de39e332cd2dcb62fc6b60991ce7e25b6b2668bff/pybind11-2.6.0b1-py2.py3-none-any.whl#sha256=20b43564ea2854d0b0a58031f16a945a9e177dfd9a14de6926eaa84e65752d3e (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0b1
  Found link https://files.pythonhosted.org/packages/6d/ac/5feda51a305a74ce4f8d6de09de3d8b40e58e72750181fc389b9ff45d215/pybind11-2.6.0b1.tar.gz#sha256=620d7b6f60d7d8fa1f3ea869484950eeae439dae1d3fff118e93cc05e0a52fae (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0b1
  Found link https://files.pythonhosted.org/packages/56/df/e4e5da73e024c57fa6d355f2d8daed40641ac1b8c83cb2785874e591efa1/pybind11-2.6.0rc1-py2.py3-none-any.whl#sha256=471c5dec187659fc93de80c52198b00750aaa9f6f9121871c9aff36426910227 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc1
  Found link https://files.pythonhosted.org/packages/76/0c/4b99047c778bedb9a421ef2bcd2411935bc3ee238e60ecbf56a140877aaf/pybind11-2.6.0rc1.tar.gz#sha256=7ba9f43b2d7272c0e9ef95f646b784bfc3846a43cafbb174c40599281cc746b7 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc1
  Found link https://files.pythonhosted.org/packages/7f/75/4e76b04fe24ca5fba19ee1691305232c080395cf49ae55fb5f2e32b95416/pybind11-2.6.0rc2-py2.py3-none-any.whl#sha256=c8be6893b88b4c23acf09e3789a2d883abf2475658ba3880b8b3600ad49e215b (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc2
  Found link https://files.pythonhosted.org/packages/7a/32/a698ba4f25d5ab0eb450f8c387949315f0ad91eba555d7f37079639291ae/pybind11-2.6.0rc2.tar.gz#sha256=f9ba20fee8660f906b190dc45cb15acc47ae42576d1a2b5b354447cf8314c4ba (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc2
  Found link https://files.pythonhosted.org/packages/fb/55/15c31b01a7905911e10b085394e9d40a2c2707a47e148ba099e9b7077a31/pybind11-2.6.0rc3-py2.py3-none-any.whl#sha256=a476244dc96920320df0149ddabec827fee93bbd44dd2953225a0b63f74a4c3c (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc3
  Found link https://files.pythonhosted.org/packages/ec/96/bc203a96726a6c7bdf53e0c3bbf1a2f64c14d2c901c73eecebfe4961e814/pybind11-2.6.0rc3.tar.gz#sha256=5473b68eac2bf4e488fffb4120324e927faf3777556d9752b94f5b6667af5aa4 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc3
  Found link https://files.pythonhosted.org/packages/92/a5/796ccb611a92cbdf1f6eaa9b2ec9458d5784a7b909efdf8e8afaa3861783/pybind11-2.6.0-py2.py3-none-any.whl#sha256=4ddeee54adf844ce44801c32a61e1863dd79283a5ce7afbb96e05fe61fa1fd7d (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0
  Found link https://files.pythonhosted.org/packages/9a/36/3a9de7b56e0b01689d9ca4658701d12941069940f8a1431597a48dbc53fa/pybind11-2.6.0.tar.gz#sha256=4107de1fd612bf52953fd64dab7f94f11d2ab3548e1b761cbf8ebc87a2480912 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0
  Found link https://files.pythonhosted.org/packages/00/84/fc9dc13ee536ba5e6b8fd10ce368fea5b738fe394c3b296cde7c9b144a92/pybind11-2.6.1-py2.py3-none-any.whl#sha256=c3691da74b670a4850dec30c1145a0dad53a50eeca78b7e7cdc855b5c98fd32d (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.1
  Found link https://files.pythonhosted.org/packages/d8/47/2eb4be23fa8cc1a08c855c012c1aa4348d06ab1a5527f876515bbf689644/pybind11-2.6.1.tar.gz#sha256=ab7e60a520fe6ae25eca939191bb2ac416cd58478ce754740238a8bf1af18934 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.1
Given no hashes to check 4 links for project 'pybind11': discarding no candidates
Collecting pybind11>=2.6.0
  Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-unpack-yvj4_r1i
  Looking up "https://files.pythonhosted.org/packages/00/84/fc9dc13ee536ba5e6b8fd10ce368fea5b738fe394c3b296cde7c9b144a92/pybind11-2.6.1-py2.py3-none-any.whl" in the cache
  Current age based on date: 272950
  Ignoring unknown cache-control directive: immutable
  Freshness lifetime from max-age: 365000000
  The response is "fresh", returning cached response
  365000000 > 272950
  Using cached pybind11-2.6.1-py2.py3-none-any.whl (188 kB)
  Added pybind11>=2.6.0 from https://files.pythonhosted.org/packages/00/84/fc9dc13ee536ba5e6b8fd10ce368fea5b738fe394c3b296cde7c9b144a92/pybind11-2.6.1-py2.py3-none-any.whl#sha256=c3691da74b670a4850dec30c1145a0dad53a50eeca78b7e7cdc855b5c98fd32d (from gemmi) to build tracker '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza'
  Removed pybind11>=2.6.0 from https://files.pythonhosted.org/packages/00/84/fc9dc13ee536ba5e6b8fd10ce368fea5b738fe394c3b296cde7c9b144a92/pybind11-2.6.1-py2.py3-none-any.whl#sha256=c3691da74b670a4850dec30c1145a0dad53a50eeca78b7e7cdc855b5c98fd32d (from gemmi) from build tracker '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza'
Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-unpack-sn650j8q
Building wheels for collected packages: gemmi
  Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-wheel-sbc30nvu
  Building wheel for gemmi (setup.py) ...   Destination directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-wheel-sbc30nvu
  Running command /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-wheel-sbc30nvu
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.9
  creating build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/hello.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/mtz_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/simple_search.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/aafreq.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/rama_gather.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/ccd_subgraph.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/matthews.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/rama_plot.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/mtrix_iso.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/maskdiff.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/sub_ccd.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/weight.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/from_json.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/cif_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/map2mtz.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/ccd_gi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/patterson_slice.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/col_order.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/monomers.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/__main__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/long_geom.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  copying examples/merge_mtz_mmcif.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
  running build_clib
  building 'gemmi_zlib' library
  creating build/temp.macosx-10.9-x86_64-3.9
  creating build/temp.macosx-10.9-x86_64-3.9/third_party
  creating build/temp.macosx-10.9-x86_64-3.9/third_party/zlib
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/adler32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/crc32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzlib.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzread.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inflate.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inftrees.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inffast.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/zutil.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
  /opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libgemmi_zlib.a build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
  error: command '/opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar' failed: No such file or directory
error
  ERROR: Failed building wheel for gemmi
  Running setup.py clean for gemmi
  Running command /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
  running clean
  removing 'build/temp.macosx-10.9-x86_64-3.9' (and everything under it)
  removing 'build/lib.macosx-10.9-x86_64-3.9' (and everything under it)
  'build/bdist.macosx-10.9-x86_64' does not exist -- can't clean it
  'build/scripts-3.9' does not exist -- can't clean it
  removing 'build'
Failed to build gemmi
Installing collected packages: pybind11, gemmi

  changing mode of /opt/miniconda3/envs/rs_test/bin/pybind11-config to 755
  Created temporary directory: /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-gn_tpk_6
    Running command /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-gn_tpk_6/install-record.txt --single-version-externally-managed --compile --install-headers /opt/miniconda3/envs/rs_test/include/python3.9/gemmi
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.9
    creating build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/hello.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/mtz_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/simple_search.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/aafreq.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/rama_gather.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/ccd_subgraph.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/matthews.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/rama_plot.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/__init__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/mtrix_iso.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/maskdiff.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/sub_ccd.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/weight.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/from_json.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/cif_i_sigi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/map2mtz.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/ccd_gi.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/patterson_slice.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/col_order.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/monomers.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/__main__.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/long_geom.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    copying examples/merge_mtz_mmcif.py -> build/lib.macosx-10.9-x86_64-3.9/gemmi-examples
    running build_clib
    building 'gemmi_zlib' library
    creating build/temp.macosx-10.9-x86_64-3.9
    creating build/temp.macosx-10.9-x86_64-3.9/third_party
    creating build/temp.macosx-10.9-x86_64-3.9/third_party/zlib
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/adler32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/crc32.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzlib.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/gzread.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inflate.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inftrees.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/inffast.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -fPIC -O2 -isystem /opt/miniconda3/envs/rs_test/include -arch x86_64 -DNO_GZCOMPRESS=1 -DZ_HAVE_UNISTD_H=1 -c third_party/zlib/zutil.c -o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
    /opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libgemmi_zlib.a build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
    error: command '/opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar' failed: No such file or directory
    Running setup.py install for gemmi ... error
ERROR: Command errored out with exit status 1: /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-gn_tpk_6/install-record.txt --single-version-externally-managed --compile --install-headers /opt/miniconda3/envs/rs_test/include/python3.9/gemmi Check the logs for full command output.
Exception information:
Traceback (most recent call last):
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 840, in install
    success = install_legacy(
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/operations/install/legacy.py", line 86, in install
    raise LegacyInstallFailure
pip._internal.operations.install.legacy.LegacyInstallFailure

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 224, in _main
    status = self.run(options, args)
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 180, in wrapper
    return func(self, options, args)
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 394, in run
    installed = install_given_reqs(
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/req/__init__.py", line 82, in install_given_reqs
    requirement.install(
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 858, in install
    six.reraise(*exc.parent)
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_vendor/six.py", line 703, in reraise
    raise value
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/operations/install/legacy.py", line 74, in install
    runner(
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py", line 271, in runner
    call_subprocess(
  File "/opt/miniconda3/envs/rs_test/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py", line 240, in call_subprocess
    raise InstallationError(exc_msg)
pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /opt/miniconda3/envs/rs_test/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"'; __file__='"'"'/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-install-8qma2c_z/gemmi_26015705375f4eb1aab865cfc994bbe5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-record-gn_tpk_6/install-record.txt --single-version-externally-managed --compile --install-headers /opt/miniconda3/envs/rs_test/include/python3.9/gemmi Check the logs for full command output.
Removed build tracker: '/private/var/folders/9k/1fwhk9v17bv7t49qyr_6zgg40000gn/T/pip-req-tracker-v01z3vza'

from reciprocalspaceship.

minhuanli avatar minhuanli commented on June 12, 2024

I can't reproduce it, so the error message would help (pip install -v gemmi).

You could also install binaries from conda-forge:
https://anaconda.org/conda-forge/gemmi/files?version=0.4.3

conda install -c conda-forge gemmi works well in this 3.9 env.

from reciprocalspaceship.

wojdyr avatar wojdyr commented on June 12, 2024

The error seems to be that setuptools(?) expect llvm-ar in the build environent:

    /opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar rcs build/temp.macosx-10.9-x86_64-3.9/libgemmi_zlib.a build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/adler32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/crc32.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzlib.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/gzread.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inflate.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inftrees.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/inffast.o build/temp.macosx-10.9-x86_64-3.9/third_party/zlib/zutil.o
    error: command '/opt/concourse/worker/volumes/live/ea4aade2-e62c-4ad6-5f84-14b9d4fda438/volume/python-split_1607696573928/_build_env/bin/llvm-ar' failed: No such file or directory

I don't know what is the cause. I'll pass on it, hoping that this error will vanish at some point.

from reciprocalspaceship.

JBGreisman avatar JBGreisman commented on June 12, 2024

I'm going to close this issue because @wojdyr has now set up gemmi wheel releases for macOS (including python3.9): project-gemmi/gemmi#42.

I can now pip install reciprocalspaceship into a python3.9 environment on macOS without build issues (and without needing the above environment variable)

@minhuanli please feel free to re-open if you run into any more issues

from reciprocalspaceship.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.