New issue 3058: ModuleNotFoundError: No module named '_numpypy'
https://bitbucket.org/pypy/pypy/issues/3058/modulenotfounderror-no-module-named

Ram Rachum:

```
Python 3.6.1 (784b254d6699, Apr 16 2019, 12:10:48)
[PyPy 7.1.1-beta0 with MSC v.1910 32 bit]         
```

I wanted to use Numpy in PyPy. So first I tried installing in normally using 
`pip`. It failed because of #3056. So I followed the PyPy download page and 
tried to install NumPyPy. It failed because of #3057. I was already pretty 
frustrated. I saw on that same page that Micropypy is also a thing. But 
apparently, it doesn’t work either:

```
In [5]: import _numpypy
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-5-9d270d21a40d> in <module>
----> 1 import _numpypy

ModuleNotFoundError: No module named '_numpypy'
```

This has been pretty frustrating… You have 3 options for using Numpy and none 
of them work out of the box.


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

Reply via email to