Re: [pypy-dev] Leysin Winter sprint?

2015-12-01 Thread Manuel Jacob
Hi, I'd like to attend the sprint next year. My exams are between February 10th and 18th. January or after February 18th would be perfect for me. -Manuel On 2015-11-27 11:18, Armin Rigo wrote: Hi all, Due to public pressure :-) I'm trying to organize this winter's sprint, in Leysin, Swi

Re: [pypy-dev] Issue intalling Numpy module

2015-12-01 Thread Matti Picus
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

[pypy-dev] Issue intalling Numpy module

2015-12-01 Thread PASCAL DIAFERIA
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 : ===