Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v7.3.10 on MacOS x86_64 _ffi_closure_alloc not found #3879

@gitlab-importer

Description

@gitlab-importer

In Heptapod by @mmckerns on Dec 28, 2022, 04:01

After installing (the latest, as of 27 Dec 2022) patched version of pypy3.9 (as in #3865), pypy starts as expected.
However importing certain modules cause failure with a missing symbol.

$ pypy3.9 -m ensurepip
dyld: lazy symbol binding failed: Symbol not found: _ffi_closure_alloc
  Referenced from: /Users/mmckerns/src/pypy3.9-v7.3.10-macos_x86_64/bin/libpypy3.9-c.dylib
  Expected in: flat namespace

OS is MacOS 10.14.6. The same error occurs for pypy2.7 and pypy3.8.

The same error occurred when running a script that started with:

import glob
import os
import sys
import subprocess

(if this doesn't trigger the error, I can provide more of the script).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions