[pypy-dev] Issue intalling Numpy module

Matti Picus matti.picus at gmail.com
Tue Dec 1 11:41:49 EST 2015


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:
>
> 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 :
> ============================================
> Traceback (most recent call last):
>   File "setup.py", line 278, in <module>
>     setup_package()
>   File "setup.py", line 261, in setup_package
>     import setuptools
> ImportError: No module named setuptools
>
> ============================================
>
> [Os = Win7 / 64-bits ; Python2.7.10] Pypy installed, pip, ... installed
>
>
>
> Maybe, you know the mean to bypass this step ; I have to say I'm not 
> experienced and I'm
> looking for help to solve this problem.
> So, if you have any suggestion I will take and try it.
>
> In advance, thanks a lot (do not care of my written english as it's 
> not my mother language).
>
> Pascal DIAFERIA
> FR
>
>
>                                         */Pascal DIAFERIA/*
>                                         *//*
>
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev



More information about the pypy-dev mailing list