[pypy-dev] pypy 5.10.1 release candidates are up, please try them out

Matti Picus matti.picus at gmail.com
Fri Jan 12 08:44:12 EST 2018


On 12/01/18 14:33, Neal Becker wrote:
> Haven't tried pypy for some time, but just tried it on fedora 27.
> pypy
> pypy: error while loading shared libraries: libbz2.so.1.0: cannot open
> shared object file: No such file or directory
>
> I d/l pypy3-v5.10.1-linux64.tar.bz2 and installed locally.
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
Thanks for the report. There is a libbz2 package available on rpm.

On python3, the _bz2 module depends on this library. What happens when 
you do

python3 -c"import _bz2; print(_bz2)"
and then check the dependencies of the `_bz2.**.so` with ldd ?
On Ubuntu it also depends on libbz2.so
Matti


More information about the pypy-dev mailing list