Created
March 7, 2023 11:00
-
-
Save vext01/2cf6c6ac73881685aba763ade6fae19c to your computer and use it in GitHub Desktop.
cffi imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/ports/pobj/pypy-7.3.11/pypy3.9-v7.3.11-src && LD_LIBRARY_PATH=. LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include LD_LIBRARY_PATH=. PYTHONPATH=/usr/ports/pobj/pypy-7.3.11/pypy3.9 | |
-v7.3.11-src/lib_pypy ./pypy3.9-c lib_pypy/pypy_tools/build_cffi_imports.py | |
/usr/ports/pobj/pypy-7.3.11/pypy3.9-v7.3.11-src/lib-python/3/hashlib.py:181: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named '_ | |
pypy_openssl') | |
warnings.warn("The _hashlib module is not available, falling back " | |
ERROR:root:code for hash blake2b was not found. | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment