Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

bug/pip install failure for "unstructured[all-docs]" #3324

Closed
jacoblee93 opened this issue Jun 28, 2024 · 2 comments
Closed

bug/pip install failure for "unstructured[all-docs]" #3324

jacoblee93 opened this issue Jun 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jacoblee93
Copy link

Am seeing the following when running:

$ pip install --upgrade --quiet "unstructured[all-docs]"

I'm in a new venv :

(myenv) Jacob:testenv jacoblee$ python --version
Python 3.11.3
  error: subprocess-exited-with-error
  
  × Building wheel for pikepdf (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [135 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.macosx-13.4-arm64-cpython-311
      creating build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_methods.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_version.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_io.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/__init__.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_cpphelpers.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/jbig2.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_xml.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/settings.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/objects.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/codec.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_exceptions.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/_augments.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/canvas.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      creating build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/_transcoding.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/encryption.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/metadata.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/_content_stream.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/__init__.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/outlines.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      copying src/pikepdf/models/image.py -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf/models
      running egg_info
      writing src/pikepdf.egg-info/PKG-INFO
      writing dependency_links to src/pikepdf.egg-info/dependency_links.txt
      writing requirements to src/pikepdf.egg-info/requires.txt
      writing top-level names to src/pikepdf.egg-info/top_level.txt
      reading manifest file 'src/pikepdf.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      no previously-included directories found matching 'tests/resources/private'
      no previously-included directories found matching '.github'
      no previously-included directories found matching 'build-scripts'
      no previously-included directories found matching 'docs/_build'
      warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
      adding license file 'LICENSE.txt'
      writing manifest file 'src/pikepdf.egg-info/SOURCES.txt'
      copying src/pikepdf/_core.pyi -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      copying src/pikepdf/py.typed -> build/lib.macosx-13.4-arm64-cpython-311/pikepdf
      running build_ext
      building 'pikepdf._core' extension
      creating build/temp.macosx-13.4-arm64-cpython-311
      creating build/temp.macosx-13.4-arm64-cpython-311/src
      creating build/temp.macosx-13.4-arm64-cpython-311/src/core
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/annotation.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/annotation.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/embeddedfiles.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/embeddedfiles.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/job.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/job.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/logger.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/logger.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/matrix.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/matrix.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/numbertree.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/numbertree.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/nametree.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/nametree.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/object.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/object.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/object_convert.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/object_convert.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/object_repr.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/object_repr.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/page.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/page.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/parsers.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/parsers.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      src/core/annotation.cpp:4:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/numbertree.cpp:4:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/object.cpp:7:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/embeddedfiles.cpp:4:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/nametree.cpp:4:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/matrix.cpp:6:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/object_convert.cpp:12:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      In file included from src/core/logger.cpp:4:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      src/core/object_repr.cpp:19:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      src/core/job.cpp:6:10: fatal error: 'qpdf/QPDFJob.hh' file not found
      #include <qpdf/QPDFJob.hh>
               ^~~~~~~~~~~~~~~~~
      In file included from src/core/page.cpp:9:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      In file included from src/core/parsers.cpp:7:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      1 error generated.
      1 error generated.
      1 error generated.
      1 error generated.
      1 error generated.
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/pikepdf.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/pikepdf.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/qpdf.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/qpdf.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/qpdf_pagelist.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/qpdf_pagelist.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      1 error generated.
      clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -DPOINTERHOLDER_TRANSITION=4 -I/opt/homebrew/include -I/private/var/folders/z4/1qk27d6n7w59z2h3r31hwxgr0000gn/T/pip-build-env-0lgzbe5_/overlay/lib/python3.11/site-packages/pybind11/include -I/Users/jacoblee/langchain/testing/testenv/myenv/include -I/Users/jacoblee/.pyenv/versions/3.11.3/include/python3.11 -c src/core/pipeline.cpp -o build/temp.macosx-13.4-arm64-cpython-311/src/core/pipeline.o -fvisibility=hidden -g0 -std=c++17 -mmacosx-version-min=10.14
      1 error generated.
      1 error generated.
      error: command '/usr/bin/clang' failed with exit code 1
      1 error generated.
      1 error generated.
      1 error generated.
      src/core/pipeline.cpp:4:10: fatal error: 'qpdf/Constants.h' file not found
      #include <qpdf/Constants.h>
               ^~~~~~~~~~~~~~~~~~
      1 error generated.
      In file included from src/core/qpdf_pagelist.cpp:4:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      In file included from src/core/qpdf.cpp:9:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      In file included from src/core/pikepdf.cpp:13:
      src/core/pikepdf.h:10:10: fatal error: 'qpdf/QPDF.hh' file not found
      #include <qpdf/QPDF.hh>
               ^~~~~~~~~~~~~~
      1 error generated.
      1 error generated.
      1 error generated.
      1 error generated.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pikepdf
ERROR: Could not build wheels for pikepdf, which is required to install pyproject.toml-based projects

Is there another command I should be using nowadays?

@jacoblee93 jacoblee93 added the bug Something isn't working label Jun 28, 2024
@MthwRobinson
Copy link
Contributor

Thanks for the report @jacoblee93 . That's the correct install command. We'll investigate the issue and see if we can reproduce.

@MthwRobinson
Copy link
Contributor

If anyone comes across this issue, we were able to resolve it on Mac M1 with brew install qpdf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants