Installation of numpy requires setuptools. Try calling
path\to\pypy\pip install setuptools
Note setuptools (and pip) will be installed automatically if you have
created a virtualenv:
virtualenv -p path\to\pypy\pypy.exe path\for\virtualenv
Matti
On 01/12/15 14:31, PASCAL DIAFERIA wrote:
NA
NARBONNE, 12/01/2015
Hi,
I want to use Pypy ; I'm trying to install Numpy ; to that, I launched the next
command:
git clone https://bitbucket.org/pypy/numpy.git
then in in Numpy directory, I launch the next command : pypy setup.py install
I get the next error :
===