[pypy-dev] pypy + pip --user

Neal Becker ndbecker2 at gmail.com
Mon Apr 30 08:40:54 EDT 2018


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,
~/.local/lib/pypy3.5/site-packages, or something like that.

pypy3 $(which pip) install --user matplotlib
...
    Traceback (most recent call last):
      File
"/home/nbecker/.local/lib/python3.5/site-packages/numpy/core/__init__.py",
line 16, in <module>
        from . import multiarray
    ImportError: cannot import name 'multiarray'

Don't know if the pypy default for --user is wrong, or if it's a fedora
packaging problem.

I can use pypy with virtualenv, but I think this issue shouldn't happen.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20180430/a72edaf9/attachment.html>


More information about the pypy-dev mailing list