how can I install numpy on pypy on my 64 bit computer running Windows 64 bit?PyPy — How can it possibly beat CPython?How to get pip install PIL to work with pypy on windows 7Python 3.2 64 Bit Numpy install - LaPack errorCannot Install Python NumPy Module on Mac Despite Scouring The Known InternetInstallation of numpy in PyCharm on WindowsHow to install numpy for PyPy on Windows?Installing NumPy and SciPy on 64-bit Windows (with Pip)Windows Scipy Install: No Lapack/Blas Resources FoundIs it possible to install scipy under pypy?Failed to `pip install numpy` in pypy2 virtual environment on Ubuntu
How important are good looking people in a novel/story?
Given a safe domain, are subdirectories safe as well?
Convert Numbers To Emoji Math
How to say something covers all the view up to the horizon line?
Can you figure out this language?
Problem with estimating a sequence with intuition
Can a player choose to add detail and flavor to their character's spells and abilities?
Emergency stop in plain TeX, pdfTeX, XeTeX and LuaTeX?
How long did it take Captain Marvel to travel to Earth?
How is trade in services conducted under the WTO in the absence of the Doha conclusion?
How long does it take a postcard to get from USA to Germany?
What would happen if I combined this polymer and this metal (assuming I can)
Can I combine SELECT TOP() with the IN operator?
How to detect nM levels of Copper(I) Oxide in blood?
Why doesn't a particle exert force on itself?
Huffman Code in C++
Where to draw the line between quantum mechanics theory and its interpretation(s)?
TIP120 Transistor + Solenoid Failing Randomly
Why increasing of the temperature of the objects like wood, paper etc. doesn't fire them?
Copper as an adjective to refer to something made of copper
Is throwing dice a stochastic or a deterministic process?
Old story about a creature laying pyramid shaped eggs on Mars
Endgame puzzle: How to avoid stalemate and win?
Has the United States ever had a non-Christian President?
how can I install numpy on pypy on my 64 bit computer running Windows 64 bit?
PyPy — How can it possibly beat CPython?How to get pip install PIL to work with pypy on windows 7Python 3.2 64 Bit Numpy install - LaPack errorCannot Install Python NumPy Module on Mac Despite Scouring The Known InternetInstallation of numpy in PyCharm on WindowsHow to install numpy for PyPy on Windows?Installing NumPy and SciPy on 64-bit Windows (with Pip)Windows Scipy Install: No Lapack/Blas Resources FoundIs it possible to install scipy under pypy?Failed to `pip install numpy` in pypy2 virtual environment on Ubuntu
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
hardware/software:
Machine 64 AMD processor running 64 bit windows
I have a computationally heavy program that I wish to speed up by using Pypy. I have installed pypy and also installed Microsoft Visual Studio and Microsoft Visual C++ Build Tools.
My python program uses Numpy so I tried to install numpy on pypy using the following
pypy3 - m pip install numpy
The error message I get says:
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
However I have already installed Microsoft Visual C++ Build Tools? I reinstalled it several times but got the same results.
How can I successfully install numpy for pypy3?
command used :
pypy3 - m pip install numpy
I expect numpy to be installed on PYPY but the results I get are:
c:pypypypy3.6-v7.0.0-win32lib-python3distutilsdist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating buildsrc.win32-3.6
creating buildsrc.win32-3.6numpy
creating buildsrc.win32-3.6numpydistutils
building library "npymath" sources
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
numpy pypy
add a comment |
hardware/software:
Machine 64 AMD processor running 64 bit windows
I have a computationally heavy program that I wish to speed up by using Pypy. I have installed pypy and also installed Microsoft Visual Studio and Microsoft Visual C++ Build Tools.
My python program uses Numpy so I tried to install numpy on pypy using the following
pypy3 - m pip install numpy
The error message I get says:
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
However I have already installed Microsoft Visual C++ Build Tools? I reinstalled it several times but got the same results.
How can I successfully install numpy for pypy3?
command used :
pypy3 - m pip install numpy
I expect numpy to be installed on PYPY but the results I get are:
c:pypypypy3.6-v7.0.0-win32lib-python3distutilsdist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating buildsrc.win32-3.6
creating buildsrc.win32-3.6numpy
creating buildsrc.win32-3.6numpydistutils
building library "npymath" sources
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
numpy pypy
add a comment |
hardware/software:
Machine 64 AMD processor running 64 bit windows
I have a computationally heavy program that I wish to speed up by using Pypy. I have installed pypy and also installed Microsoft Visual Studio and Microsoft Visual C++ Build Tools.
My python program uses Numpy so I tried to install numpy on pypy using the following
pypy3 - m pip install numpy
The error message I get says:
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
However I have already installed Microsoft Visual C++ Build Tools? I reinstalled it several times but got the same results.
How can I successfully install numpy for pypy3?
command used :
pypy3 - m pip install numpy
I expect numpy to be installed on PYPY but the results I get are:
c:pypypypy3.6-v7.0.0-win32lib-python3distutilsdist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating buildsrc.win32-3.6
creating buildsrc.win32-3.6numpy
creating buildsrc.win32-3.6numpydistutils
building library "npymath" sources
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
numpy pypy
hardware/software:
Machine 64 AMD processor running 64 bit windows
I have a computationally heavy program that I wish to speed up by using Pypy. I have installed pypy and also installed Microsoft Visual Studio and Microsoft Visual C++ Build Tools.
My python program uses Numpy so I tried to install numpy on pypy using the following
pypy3 - m pip install numpy
The error message I get says:
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
However I have already installed Microsoft Visual C++ Build Tools? I reinstalled it several times but got the same results.
How can I successfully install numpy for pypy3?
command used :
pypy3 - m pip install numpy
I expect numpy to be installed on PYPY but the results I get are:
c:pypypypy3.6-v7.0.0-win32lib-python3distutilsdist.py:261: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating buildsrc.win32-3.6
creating buildsrc.win32-3.6numpy
creating buildsrc.win32-3.6numpydistutils
building library "npymath" sources
error: Microsoft Visual C++ 14.1 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
numpy pypy
numpy pypy
edited Mar 23 at 4:22
Peter Berrett
asked Mar 23 at 4:15
Peter BerrettPeter Berrett
113
113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You might need to run pypy3 -mpip install --upgrade setuptools
to get a version of setuptools that can find your build tools. You can also pypy3 to use your version of the build tools by running pypy3 from a developer command prompt, be sure to choose the 32-bit version of the developer tools (pypy on windows is not available in a 64-bit version)
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not- m
. Remove the extra space.
– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
|
show 3 more comments
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55310564%2fhow-can-i-install-numpy-on-pypy-on-my-64-bit-computer-running-windows-64-bit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You might need to run pypy3 -mpip install --upgrade setuptools
to get a version of setuptools that can find your build tools. You can also pypy3 to use your version of the build tools by running pypy3 from a developer command prompt, be sure to choose the 32-bit version of the developer tools (pypy on windows is not available in a 64-bit version)
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not- m
. Remove the extra space.
– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
|
show 3 more comments
You might need to run pypy3 -mpip install --upgrade setuptools
to get a version of setuptools that can find your build tools. You can also pypy3 to use your version of the build tools by running pypy3 from a developer command prompt, be sure to choose the 32-bit version of the developer tools (pypy on windows is not available in a 64-bit version)
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not- m
. Remove the extra space.
– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
|
show 3 more comments
You might need to run pypy3 -mpip install --upgrade setuptools
to get a version of setuptools that can find your build tools. You can also pypy3 to use your version of the build tools by running pypy3 from a developer command prompt, be sure to choose the 32-bit version of the developer tools (pypy on windows is not available in a 64-bit version)
You might need to run pypy3 -mpip install --upgrade setuptools
to get a version of setuptools that can find your build tools. You can also pypy3 to use your version of the build tools by running pypy3 from a developer command prompt, be sure to choose the 32-bit version of the developer tools (pypy on windows is not available in a 64-bit version)
answered Mar 23 at 16:57
mattipmattip
53637
53637
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not- m
. Remove the extra space.
– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
|
show 3 more comments
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not- m
. Remove the extra space.
– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
Thanks setuptools installed ok but when I type pypy3 - m pip install numpy I get c:pypypypy3.6-v7.0.0-win32>pypy3 - m pip install numpy Python 3.6.1 (dab365a46514, Feb 06 2019, 12:26:18) [PyPy 7.0.0-alpha0 with MSC v.1910 32 bit] on win32 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``what we achieved today: we discussed the ponyness of time-machines'' >>>> I do not know why I am getting a command prompt. I expected numpy to be installed?
– Peter Berrett
Mar 24 at 10:10
'-m' not
- m
. Remove the extra space.– mattip
Mar 25 at 11:21
'-m' not
- m
. Remove the extra space.– mattip
Mar 25 at 11:21
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
I removed the space. This was the result. Command "c:pypypypy3.6-v7.0.0-win32pypy3.exe -u -c "import setuptools, tokenize;__file__='C:\Users\pberr\AppData\Local\Temp\pip-build-vqgy2_nd\numpy\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('rn', 'n');f.close();exec(compile(code, file, 'exec'))" install --record C:UserspberrAppDataLocalTemppip-qlzlga4a-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UserspberrAppDataLocalTemppip-build-vqgy2_ndnumpy
– Peter Berrett
Mar 26 at 12:57
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
It seems I needed to "set VS140COMNTOOLS=C:Program Files (x86)Microsoft Visual Studio2017BuildToolsVCAuxiliaryBuild" in order to allow pypy to find msvc.
– mattip
Mar 27 at 17:11
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
How or where do I do this? What file do I edit?
– Peter Berrett
Mar 30 at 4:08
|
show 3 more comments
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55310564%2fhow-can-i-install-numpy-on-pypy-on-my-64-bit-computer-running-windows-64-bit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown