pypy bug 修复

http://www.yuyaoe.com/topic/4

 

pypy 相关话题

PyPy 2.0 正式版发布了,该版本带来大量 bug 修复,小幅性能提升和兼容性的问题修复。PyPy 2.0 对我们来说是一个很重要的里程碑,我们希望以后可以更快提供更多稳定版本更新。

与 1.9 版本相比,该版本改进主要有:

  • greenlets 支持 stackless,意味着 eventlet 和 gevent 可用
  • PyPy 内建 cffi 0.6,用于在 Python 中调用 C 程序

不知道怎么回事,bitbucket 的下载不可用,翻墙也是如此。

延伸阅读 LLVM Bitcode Into Python..

jjx@5 月前

pypy 2.0.1 已经发布

在ubuntu 下运行,会发现如下错误

./pypy: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

apt-get install libffi-dev

locate libffi.so

发现 /usr/lib/i386-linux-gnu/libffi.so.6

cd /usr/lib/i386-linux-gnu

sudo ln -s libffi.so.6 libffi.so.5

如果 发现

./pypy: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

sudo apt-get install libssl0.9.8

然后用virtualenv 使用pypy

virtualenv -p ~/pypy-2.0.1/bin/pypy myenv

jjx@4 月前

从源码安装 zeromq 最新版本后,切记运行 sudo ldconfig

否则 zmqpy/pyzmq 均会提示找不到 libzmq.so.3

 


分享到: 微信 更多