<div dir="ltr">Using the pypy fedora package, it seems pip install --user is confused about ~/.local/lib/python3.5/site-packages.  It should be using it's own directory, <div>~/.local/lib/pypy3.5/site-packages, or something like that.</div><div><br></div><div>pypy3 $(which pip) install --user matplotlib<br></div><div>...</div><div><div>    Traceback (most recent call last):</div><div>      File "/home/nbecker/.local/lib/python3.5/site-packages/numpy/core/__init__.py", line 16, in <module></div><div>        from . import multiarray</div><div>    ImportError: cannot import name 'multiarray'</div></div><div><br></div><div>Don't know if the pypy default for --user is wrong, or if it's a fedora packaging problem.</div><div><br></div><div>I can use pypy with virtualenv, but I think this issue shouldn't happen.</div></div>