[pypy-dev] Scipy install/build fails

Guillaume Dubé gdube at expedia.com
Sun Apr 5 09:41:51 EDT 2020


Hi Pypy Dev

I was wondering if scipy is supported by pypy3.

I’ve been trying (and googling) for a few days. Any help you could provide would me much appreciated.

See the attachment for the install log.

Here’s my env:

macOS Catalina 10.15.3
xcode is installed an up to date

% cat ~/.zshrc
[…]
eval "$(pyenv init -)"
pyenv global 3.6.5
export WORKON_HOME=~/.virtualenvs
mkdir -p $WORKON_HOME
. ~/.pyenv/versions/$(pyenv global)/bin/virtualenvwrapper.sh

% pyenv --version
pyenv 1.2.17

 % pypy -V
Python 3.6.9 (1608da62bfc71e8ac775121dd0b21bb72e61c6ea, Jan 08 2020, 22:53:09)
[PyPy 7.3.0 with GCC 4.2.1 Compatible Apple LLVM 11.0.0 (clang-1100.0.33.16)]

Intel® Math Kernal Library 2020 Update 1 for macOS* installed as administrator in /opt/intel
ln -s /opt/intel/mkl/lib/libmkl_rt.dylib /Users/<user>/.virtualenvs/<project>/lib/libmkl_rt.dylib
ln -s /usr/local/Cellar/pypy3/7.3.0/libexec/lib/libpypy3-c.dylib /Users/<user>/.virtualenvs/<project>/lib/libpypy3-c.dylib

I’ve got a project with requirements.txt file

Flask==1.0.2
Flask-Inputs==0.2.0
Jinja2==2.10
jsonschema==2.6.0
numpy>=1.14.4
pandas==0.23.0
pytest==3.6.0
python-dateutil==2.7.3
requests==2.18.4
scipy>=1.1.0
scikit-learn>=0.19.1
sklearn>=0.0
urllib3==1.22
Werkzeug==0.14.1

--
Guillaume Dubé
Software Developer
Expedia Group Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20200405/0655f0c2/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: install-scipy-console-output.txt
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20200405/0655f0c2/attachment-0001.txt>


More information about the pypy-dev mailing list