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

时间:2016-08-04 15:16:32

标签: ubuntu numpy pip pypy

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

  

运行setup.py bdist_wheel以获取numpy ...错误     从命令/ home / wyx / pypy2env / bin / pypy -u -c完成输出“import setuptools,tokenize; file ='/ 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-tag pp253:     从numpy源目录运行。     blas_opt_info:     blas_mkl_info:       库mkl,vml,指南在['/ usr / local / lib','/ usr / lib','/ usr / lib / i386-linux-gnu']中找不到       无法使用 .............................   命令“/ home / wyx / pypy2env / bin / pypy -u -c”import setuptools,tokenize; file ='/ tmp / pip-build-DI6BFD / numpy / setup.py'; exec(编译(getattr(tokenize,'open',open)(文件)。read()。replace('\ r \ n','\ n'),文件 ,'exec'))“install --record /tmp/pip-NIYDW7-record/install-record.txt --single-version-external-managed --compile --install-headers / home / wyx / pypy2env / include /site/python2.7/numpy“在/ tmp / pip-build-DI6BFD / numpy /

中失败,错误代码为1

pip list

  

cffi(1.7.0)   greenlet(0.4.9)   点子(8.1.2)   readline(6.2.4.1)   setuptools(21.2.1)   车轮(0.29.0)

1 个答案:

答案 0 :(得分:0)

PyPy有自己的工作版numpy。安装说明记录在its repo