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

Error in AppVeyor build on macOS for pp38-macosx_x86_64 wheel #29

Open
Linkid opened this issue Jul 21, 2023 · 0 comments
Open

Error in AppVeyor build on macOS for pp38-macosx_x86_64 wheel #29

Linkid opened this issue Jul 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Linkid
Copy link
Member

Linkid commented Jul 21, 2023

Describe the bug
The AppVeyor build on macOS failed when installing the pp38-macosx_x86_64 wheel.

Error message
According to AppVeyor:

$ /Users/appveyor/venv3.7.11/bin/python -sS /Users/appveyor/Library/Caches/cibuildwheel/virtualenv-20.21.1.pyz --activators= --no-periodic-update --pip=23.1.2 --setuptools=67.8.0 --wheel=0.40.0 --symlink-app-data --python /Users/appveyor/Library/Caches/cibuildwheel/pypy3.8-v7.3.11-macos_x86_64/bin/pypy3 /private/var/folders/zc/w54y8dpx71z33yjn8gmrlq3w0000gn/T/cibw-run-clahtgvv/pp38-macosx_x86_64/build/venv
created virtual environment PyPy3.8.16.final.0-64 in 513ms
  creator PyPy3Posix(dest=/private/var/folders/zc/w54y8dpx71z33yjn8gmrlq3w0000gn/T/cibw-run-clahtgvv/pp38-macosx_x86_64/build/venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=23.1.2, setuptools=67.8.0, wheel=0.40.0, via=symlink, app_data_dir=/Users/appveyor/Library/Application Support/virtualenv)
    added seed packages: pip==23.1.2, setuptools==67.8.0, wheel==0.40.0

$ python -m pip install --upgrade pip -c /Users/appveyor/venv3.7.11/lib/python3.7/site-packages/cibuildwheel/resources/constraints-python38.txt
dyld: lazy symbol binding failed: Symbol not found: _ffi_closure_alloc
  Referenced from: /Users/appveyor/Library/Caches/cibuildwheel/pypy3.8-v7.3.11-macos_x86_64/bin/libpypy3-c.dylib
  Expected in: flat namespace

dyld: Symbol not found: _ffi_closure_alloc
  Referenced from: /Users/appveyor/Library/Caches/cibuildwheel/pypy3.8-v7.3.11-macos_x86_64/bin/libpypy3-c.dylib
  Expected in: flat namespace

Environment (please complete the following information):

  • OS: macOS Mojave
  • Python version: PyPy 3.8 x86_64
@Linkid Linkid added the bug Something isn't working label Jul 21, 2023
Linkid added a commit to Linkid/python-pypitch that referenced this issue Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant