Python Forum
Pypy installation in Windows 10
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pypy installation in Windows 10
#1
I want to install Pypy to my 64-bit Windows 10

I am now using Python 3.6.

First, I downloaded the zip file from the official website.

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 anyone please help?

Thank you very much.
Reply


Messages In This Thread
Pypy installation in Windows 10 - by Frankie - Jun-12-2018, 03:52 AM
RE: Pypy installation in Windows 10 - by snippsat - Jun-12-2018, 08:35 AM
RE: Pypy installation in Windows 10 - by Frankie - Jun-13-2018, 04:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot use pypy on Python3 code ErnestTBass 11 10,448 May-24-2018, 02:01 PM
Last Post: ErnestTBass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020