Bug#941830: pypy3: "import numpy" complains with: "Original error was: No module named 'numpy.core._multiarray_umath'"

2021-10-06 Thread Stefano Rivera
Hi Kingsley (2019.10.05_20:32:52_-0700) > Here's how I elicited the error: > > 1.) $ pypy3 > > 2.) import numpy I'm afraid python3-numpy is only built against cpython. We haven't had had debian python package maintainers start to build their (non-pure python) packages for pypy3 too,

Bug#941830: pypy3: "import numpy" complains with: "Original error was: No module named 'numpy.core._multiarray_umath'"

2019-10-05 Thread Kingsley G. Morse Jr.
Package: pypy3 Version: 7.1.1+dfsg-1 Severity: normal Thank you very much for maintaining pypy3. It executes code I wrote 2X as fast as python3. The main reason for this bug report is I happened to notice pypy3 failed to import a math module named "numpy". Here's how I elicited the error: