> -----Original Message-----
> From: Matti Picus <matti.pi...@gmail.com>
> Sent: Wednesday, August 5, 2020 4:59 PM
> To: Huang, Yang <yang.hu...@intel.com>; pypy-dev@python.org
> Subject: Re: [pypy-dev] Numpy support
> 
> 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

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 ?


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

Reply via email to