You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
$ ls $HOME/.local/lib/python3.6/site-packages/awkward/
__init__.py numba __pycache__
Pip detects that the dependency on awkward is already satisfied so doesn't install into user site, but then awkward-numba goes and installs a partial and broken version.
If I have awkward installed in my regular site packages, and then try to install awkard-numba in user mode, I get
The awkward directory under system site-packages looks like
while in my user site I have
Pip detects that the dependency on awkward is already satisfied so doesn't install into user site, but then awkward-numba goes and installs a partial and broken version.