无法在Ubuntu上的pypy2虚拟环境中“pip-install-numpy”



我在Ubuntu Linux 16.04.1 LTS上用GCC 4.6.3构建了一个PyPy 5.3.1的虚拟环境,Python 2.7.10是基本解释器。当我在此虚拟环境中执行pip install numpy时,会发生以下错误:

正在为numpy运行setup.py bdist_wheel。。。错误命令/home/wyx/pypy2env/bin/pypy-u-c的完整输出"import setuptools,tokenize;文件='/tmp/pip build LSedyl/numpy/setup.py';exec(compile(getattr(tokenize,'open',open)(file).read().replace('\r\n','\n'),file,'exec')"bdist_wheel-d/tmp/tmpMpCaUZpip wheel-python标记pp253:从numpy源目录运行。blas_opt_info:blas_mkl_info:在['/usr/local/lib'、'/usr/lib'、'usr/lib/i386-linux-gnu']中找不到库mkl、vml、guide不可用。。。。。。。。。。。。。。。。。。。。。。。。。。。。。命令"/home/wyx/pypy2env/bin/pypy-u-c"导入setuptools,标记化文件='/tmp/pip-build-DI6BFD/numpy/setup.py';exec(compile(getattr(tokenize,'open',open)(file).read().replace('\r\n','\n'),file,'exec'

pip list

cffi(1.7.0)果岭(0.4.9)pip(8.1.2)读出线(6.2.4.1)setuptools(21.2.1)车轮(0.29.0)

PyPy有自己的numpy工作版本。安装说明记录在其回购中。

最新更新