First off: don't bother with easy_install. Use pip instead, like the official directions use (http://pypy.org/download.html#installing-numpy):

"C:\Program Files\Python36\pypy3-v6.0.0-win32\bin\pypy" -m ensurepip
"C:\Program Files\Python36\pypy3-v6.0.0-win32\bin\pip" install numpy


On June 12, 2018 1:23:04 AM Frankie Chan <kwfchan2...@gmail.com> wrote:

Dear sir/ madam,

This is Frankie from Hong Kong.

I am interested in Pypy for its high-speed processing.

I am now using Python 3.6.

I would like to install Pypy  to my 64-bit Windows 10.

First, I downloaded the zip file from

   - Windows binary (32bit)
   <https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-win32.zip> *BETA*


Second, I downloaded and installed Build Tools for Visual Studio 2017 and
Team Explorer.

Then, I ran:

"C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"

editbin /largeaddressaware "C:\Program
Files\Python36\pypy3-v6.0.0-win32\pypy3.exe"

So far so good.

Then, I typed:

"C:\Program Files\Python36\pypy3-v6.0.0-win32\bin\easy_install-3.5.exe"
numpy

"C:\Program Files\Python36\pypy3-v6.0.0-win32\bin\easy_install-3.5.exe"
pandas

In both cases, an error appeared:

SystemError: Cannot compile 'Python.h'. Perhaps you need to install
pypy-dev|pypy-devel.

Can you please help?

Thank you very much.

Regards,
Frankie



----------
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to