Re: [pypy-dev] Numpy support

2020-08-05 Thread Matti Picus
On 8/5/20 4:48 PM, Huang, Yang wrote: ...after I install numpy for pypy, there are some errors. Not sure anybody met before: Python 3.6.9 (2ad108f17bdb, Apr 07 2020, 02:59:05) [PyPy 7.3.1 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux Type "help", "copyright", "credits" or "license" for mo

Re: [pypy-dev] Numpy support

2020-08-05 Thread Huang, Yang
> -Original Message- > From: Matti Picus > Sent: Wednesday, August 5, 2020 9:37 PM > To: Huang, Yang ; pypy-dev@python.org > Subject: Re: [pypy-dev] Numpy support > > > On 8/5/20 3:46 PM, Huang, Yang wrote: > > > >> > >> Don&

Re: [pypy-dev] Numpy support

2020-08-05 Thread Matti Picus
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 info

Re: [pypy-dev] Numpy support

2020-08-05 Thread Huang, Yang
> -Original Message- > From: Matti Picus > Sent: Wednesday, August 5, 2020 4:59 PM > To: Huang, Yang ; 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

Re: [pypy-dev] Numpy support

2020-08-05 Thread Matti Picus
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 , but seems it’s not been maintained for several years. And what’s the d

[pypy-dev] Numpy support

2020-08-05 Thread Huang, Yang
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, 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