This question is related to Using Numpy with pypy
I tried to use
pip install git+https://bitbucket.org/pypy/numpy.git
The system (Fedora release 24 (Twenty Four)) said
git: 'submodule' is not a git command. See 'git --help'. Command "git submodule update --init --recursive -q" failed with error code 1 in /tmp/pip-LD8rrP-build
Still it seems that numpy is not compatible with pypy.
Is there any solution for this problem? P.S. I managed to setup it on ubuntu, but not fedora..
Additional information:
Fedora release 24 (Twenty Four)
pip 9.0.1 from /usr/lib/python2.7/site-packages (python 2.7)
git version 2.7.4