On 8/5/20 11:07 AM, Huang, Yang wrote:

Hi, all

May I know the numpy status for PyPy? Can it be run with PyPy?

I git clone the source code from https://bitbucket.org/pypy/numpy.git <https://bitbucket.org/pypy/numpy.git>, but seems it’s not been maintained for several years.

And what’s the difference from the numpy for CPython(https://github.com/numpy/numpy)?  Any specific modifications?

Thanks.


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

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

Reply via email to