Skip to content

Instantly share code, notes, and snippets.

@chenrui333
Created October 21, 2024 15:52
Show Gist options
  • Save chenrui333/fccc882918ab0a1d087c6bb38eacd447 to your computer and use it in GitHub Desktop.
Save chenrui333/fccc882918ab0a1d087c6bb38eacd447 to your computer and use it in GitHub Desktop.
fuzzyset2 py 3.13 build log
==> python3.13 -m pip --python=/opt/homebrew/Cellar/bzt/1.16.34/libexec/bin/python install --verbose --no-deps --no-binary=:all: --ignore-installed --no-compile /private/tmp/bzt--fuzzyset2-20241012-14729-lzazsi/fuzzyset2-0.2.4
Using pip 24.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13)
Processing /private/tmp/bzt--fuzzyset2-20241012-14729-lzazsi/fuzzyset2-0.2.4
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Using pip 24.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13)
Collecting setuptools>=59.2.0
Using cached setuptools-75.1.0-py3-none-any.whl
Collecting wheel>=0.37.0
Using cached wheel-0.44.0-py3-none-any.whl
Collecting Cython<3.0,>=0.29.30
Downloading Cython-0.29.37.tar.gz (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 24.5 MB/s eta 0:00:00
Installing build dependencies: started
Running command pip subprocess to install build dependencies
Using pip 24.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13)
Collecting setuptools>=40.8.0
Using cached setuptools-75.1.0-py3-none-any.whl
Installing collected packages: setuptools
Successfully installed setuptools-75.1.0
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
<string>:112: DeprecationWarning: Use shutil.which instead of find_executable
Unable to find pgen, not compiling formal grammar.
running egg_info
creating Cython.egg-info
writing Cython.egg-info/PKG-INFO
writing dependency_links to Cython.egg-info/dependency_links.txt
writing entry points to Cython.egg-info/entry_points.txt
writing top-level names to Cython.egg-info/top_level.txt
writing manifest file 'Cython.egg-info/SOURCES.txt'
Compiling /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f/Cython/Plex/Scanners.py because it changed.
Compiling /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f/Cython/Plex/Actions.py because it changed.
Compiling /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f/Cython/Compiler/Scanning.py because it changed.
Compiling /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f/Cython/Compiler/Visitor.py because it changed.
Compiling /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f/Cython/Compiler/FlowControl.py because it changed.
PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
^
2 errors generated.
error: command '/opt/homebrew/Library/Homebrew/shims/mac/super/clang' failed with exit code 1
error: subprocess-exited-with-error
× Building wheel for Cython (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /opt/homebrew/Cellar/bzt/1.16.34/libexec/bin/python /opt/homebrew/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /private/tmp/tmpemeggiry
cwd: /private/tmp/pip-install-ad137j0_/cython_1fdc78fcb0fa4dca801b0e80689ead4f
Building wheel for Cython (pyproject.toml): finished with status 'error'
ERROR: Failed building wheel for Cython
Failed to build Cython
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (Cython)
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment