[pypy-dev] Numpy support

Matti Picus matti.picus at gmail.com
Wed Aug 5 09:36:35 EDT 2020


On 8/5/20 3:46 PM, Huang, Yang wrote:
>
>>
>> Don't use that. Use
>>
>>
>> pypy3 -mensurepip
>>
>> pypy3 -pip install numpy
>>
>>
>> If you are on linux64, this will install a binary wheel just as on CPython. If you are
>> on win32, you will need to wait a bit for the binary wheel; it should appear soon.
>>
>> For more information, see
>> https://doc.pypy.org/en/latest/faq.html#what-about-numpy-numpypy-
>> micronumpy
>>
>>
>> Matti
> https://bitbucket.org/pypy/numpy.git It's numpypy, which is not maintained yet.
>
> "pypy3 -mpip install numpy",
> Does this cmd install the numpy (https://github.com/numpy/numpy) ?
> Does the same numpy support both Cpython and pypy ?
>
>
Did you read the link I pointed to?

If something is not clear with the information there or you have an idea 
how to make it more prominent then it should be fixed there via filing 
an issue at

https://foss.heptapod.net/pypy/pypy/-/issues



Matti



More information about the pypy-dev mailing list