Hi All When I tried to build pypy 3.9 from source on ubuntu (18.04 and 20.04) WSL2, I noticed _ssl module couldn't be built.
log is following: """ * _ssl_build.py fetching archive http://artfiles.org/openssl.org/source/openssl-1.1.1n.tar.gz stdout: _ssl archive /tmp/pypy-archives/openssl-1.1.1n.tar.gz hash mismatch stderr: * sqlite3 already built * audioop already built * _tkinter already built * curses already built * syslog already built * _gdbm already built * grp already built * resource already built * lzma already built * _sha3 already built * _posixshmem already built !!!!!!!!!! Building _ssl bindings failed. You can either install development headers package, add the --without-_ssl option to skip packaging this binary CFFI extension, or say --without-cffi. """ I have followed the instructions to install all dependencies including libssl. Regards gelin yan
_______________________________________________ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-le...@python.org https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: arch...@mail-archive.com