py-evm icon indicating copy to clipboard operation
py-evm copied to clipboard

Install py-evm Clang error no such file 'sr/local/opt/sqlite/lib'

Open 0u714w opened this issue 6 years ago • 1 comments

  • py-evm Version: 0.3.0a1
  • OS: osx
  • Python Version (python 3.7):
  • Environment (output of pip freeze):
cached-property==1.5.1
eth-bloom==1.0.3
eth-hash==0.2.0
eth-typing==2.1.0
toolz==0.9.0

What is wrong?

After running pip3 install -U py-evm I receive the following error:

ERROR: Complete output from command /Users/douglassenas/venv/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/Users/douglassenas/tmp/pip-install-lfsx393a/lru-dict/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 /Users/douglassenas/tmp/pip-wheel-oxj_x322 --python-tag cp37:
  ERROR: running bdist_wheel
  running build
  running build_ext
  building 'lru' extension
  creating build
  creating build/temp.macosx-10.14-x86_64-3.7
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c lru.c -o build/temp.macosx-10.14-x86_64-3.7/lru.o
  creating build/lib.macosx-10.14-x86_64-3.7
  clang -bundle -undefined dynamic_lookup -L/usr/local/opt/zlib/lib -L/u sr/local/opt/sqlite/lib -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include build/temp.macosx-10.14-x86_64-3.7/lru.o -o build/lib.macosx-10.14-x86_64-3.7/lru.cpython-37m-darwin.so
  clang: error: no such file or directory: 'sr/local/opt/sqlite/lib'
  error: command 'clang' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for lru-dict
  Running setup.py clean for lru-dict
  Building wheel for pyethash (setup.py) ... error
  ERROR: Complete output from command /Users/douglassenas/venv/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/Users/douglassenas/tmp/pip-install-lfsx393a/pyethash/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 /Users/douglassenas/tmp/pip-wheel-8u_qba0j --python-tag cp37:
  ERROR: running bdist_wheel
  running build
  running build_ext
  building 'pyethash' extension
  creating build
  creating build/temp.macosx-10.14-x86_64-3.7
  creating build/temp.macosx-10.14-x86_64-3.7/src
  creating build/temp.macosx-10.14-x86_64-3.7/src/python
  creating build/temp.macosx-10.14-x86_64-3.7/src/libethash
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/python/core.c -o build/temp.macosx-10.14-x86_64-3.7/src/python/core.o -Isrc/ -std=gnu99 -Wall
  src/python/core.c:22:19: warning: unused variable 'cache_size' [-Wunused-variable]
      unsigned long cache_size;
                    ^
  1 warning generated.
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/libethash/io.c -o build/temp.macosx-10.14-x86_64-3.7/src/libethash/io.o -Isrc/ -std=gnu99 -Wall
  src/libethash/io.c:112:8: warning: code will never be executed [-Wunreachable-code]
          ret = ETHASH_IO_MEMO_MATCH;
                ^~~~~~~~~~~~~~~~~~~~
  1 warning generated.
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/libethash/internal.c -o build/temp.macosx-10.14-x86_64-3.7/src/libethash/internal.o -Isrc/ -std=gnu99 -Wall
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/libethash/sha3.c -o build/temp.macosx-10.14-x86_64-3.7/src/libethash/sha3.o -Isrc/ -std=gnu99 -Wall
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/libethash/io_posix.c -o build/temp.macosx-10.14-x86_64-3.7/src/libethash/io_posix.o -Isrc/ -std=gnu99 -Wall
  creating build/lib.macosx-10.14-x86_64-3.7
  clang -bundle -undefined dynamic_lookup -L/usr/local/opt/zlib/lib -L/u sr/local/opt/sqlite/lib -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include build/temp.macosx-10.14-x86_64-3.7/src/python/core.o build/temp.macosx-10.14-x86_64-3.7/src/libethash/io.o build/temp.macosx-10.14-x86_64-3.7/src/libethash/internal.o build/temp.macosx-10.14-x86_64-3.7/src/libethash/sha3.o build/temp.macosx-10.14-x86_64-3.7/src/libethash/io_posix.o -o build/lib.macosx-10.14-x86_64-3.7/pyethash.cpython-37m-darwin.so
  clang: error: no such file or directory: 'sr/local/opt/sqlite/lib'
  error: command 'clang' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for pyethash
  Running setup.py clean for pyethash
  Building wheel for cytoolz (setup.py) ... error
  ERROR: Complete output from command /Users/douglassenas/venv/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/Users/douglassenas/tmp/pip-install-lfsx393a/cytoolz/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 /Users/douglassenas/tmp/pip-wheel-1l5mofpf --python-tag cp37:
  ERROR: running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.14-x86_64-3.7
  creating build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/compatibility.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/utils_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/_version.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/__init__.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/_signatures.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  creating build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
  copying cytoolz/curried/operator.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
  copying cytoolz/curried/__init__.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
  copying cytoolz/curried/exceptions.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
  copying cytoolz/itertoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/dicttoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/functoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/recipes.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/utils.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/utils.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/__init__.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/recipes.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/functoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/dicttoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/cpython.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  copying cytoolz/itertoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
  creating build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_none_safe.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_utils.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_curried.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_compatibility.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_embedded_sigs.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_functoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_inspect_args.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_doctests.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_tlz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_signatures.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/dev_skip_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_recipes.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_docstrings.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_dev_skip_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_dicttoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_serialization.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_curried_toolzlike.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  copying cytoolz/tests/test_itertoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
  warning: build_py: byte-compiling is disabled, skipping.

  running build_ext
  building 'cytoolz.dicttoolz' extension
  creating build/temp.macosx-10.14-x86_64-3.7
  creating build/temp.macosx-10.14-x86_64-3.7/cytoolz
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c cytoolz/dicttoolz.c -o build/temp.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.o
  clang -bundle -undefined dynamic_lookup -L/usr/local/opt/zlib/lib -L/u sr/local/opt/sqlite/lib -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include build/temp.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.o -o build/lib.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.cpython-37m-darwin.so
  clang: error: no such file or directory: 'sr/local/opt/sqlite/lib'
  error: command 'clang' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cytoolz
  Running setup.py clean for cytoolz
Failed to build lru-dict pyethash cytoolz
Installing collected packages: cached-property, eth-hash, eth-bloom, cytoolz, eth-utils, eth-keys, lru-dict, mypy-extensions, py-ecc, pyethash, rlp, trie, py-evm
  Running setup.py install for cytoolz ... error
    ERROR: Complete output from command /Users/douglassenas/venv/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/Users/douglassenas/tmp/pip-install-lfsx393a/cytoolz/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /Users/douglassenas/tmp/pip-record-5rs2ybjm/install-record.txt --single-version-externally-managed --compile --install-headers /Users/douglassenas/venv/bin/../include/site/python3.7/cytoolz:
    ERROR: running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.14-x86_64-3.7
    creating build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/compatibility.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/utils_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/_version.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/__init__.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/_signatures.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    creating build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
    copying cytoolz/curried/operator.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
    copying cytoolz/curried/__init__.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
    copying cytoolz/curried/exceptions.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/curried
    copying cytoolz/itertoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/dicttoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/functoolz.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/recipes.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/utils.pyx -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/utils.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/__init__.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/recipes.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/functoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/dicttoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/cpython.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    copying cytoolz/itertoolz.pxd -> build/lib.macosx-10.14-x86_64-3.7/cytoolz
    creating build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_none_safe.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_utils.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_curried.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_compatibility.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_embedded_sigs.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_functoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_inspect_args.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_doctests.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_tlz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_signatures.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/dev_skip_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_recipes.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_docstrings.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_dev_skip_test.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_dicttoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_serialization.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_curried_toolzlike.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    copying cytoolz/tests/test_itertoolz.py -> build/lib.macosx-10.14-x86_64-3.7/cytoolz/tests
    warning: build_py: byte-compiling is disabled, skipping.

    running build_ext
    building 'cytoolz.dicttoolz' extension
    creating build/temp.macosx-10.14-x86_64-3.7
    creating build/temp.macosx-10.14-x86_64-3.7/cytoolz
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c cytoolz/dicttoolz.c -o build/temp.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.o
    clang -bundle -undefined dynamic_lookup -L/usr/local/opt/zlib/lib -L/u sr/local/opt/sqlite/lib -I/usr/local/opt/zlib/include -I/usr/local/opt/sqlite/include build/temp.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.o -o build/lib.macosx-10.14-x86_64-3.7/cytoolz/dicttoolz.cpython-37m-darwin.so
    clang: error: no such file or directory: 'sr/local/opt/sqlite/lib'
    error: command 'clang' failed with exit status 1
    ----------------------------------------
ERROR: Command "/Users/douglassenas/venv/bin/python3.7 -u -c 'import setuptools, tokenize;__file__='"'"'/Users/douglassenas/tmp/pip-install-lfsx393a/cytoolz/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /Users/douglassenas/tmp/pip-record-5rs2ybjm/install-record.txt --single-version-externally-managed --compile --install-headers /Users/douglassenas/venv/bin/../include/site/python3.7/cytoolz" failed with error code 1 in /Users/douglassenas/tmp/pip-install-lfsx393a/cytoolz/

I think it has something to do with the fact that 'sr/local/opt/sqlite/lib' needs to be 'usr/local/opt/sqlite/lib' but I am not sure, thanks for the help

0u714w avatar Jun 17 '19 20:06 0u714w

Yeah -L/u sr/local/opt/sqlite/lib looks super-broken. No idea why. Kind of surprised that toolz is being installed, I would expect cytoolz, since you're not in pypy.

carver avatar Jun 18 '19 23:06 carver