I did:
ls venv/var/lib/sage/
gives 3 directories:
installed scripts wheels
in directory wheels there are:
flit_core-3.7.1-py3-none-any.whl packaging-21.3-py3-none-any.whl selfcheck tomli-2.0.1-py3-none-any.whl
gmpy2-2.1.2-cp39-cp39-linux_aarch64.whl pip-22.3.1-py3-none-any.whl setuptools-65.6.3-py3-none-any.whl typing_extensions-4.5.0-py3-none-any.whl
http-v2 pyparsing-3.0.9-py3-none-any.whl setuptools_scm-7.0.5-py3-none-any.whl wheel-0.38.4-py3-none-any.whl
/usr/bin/python3 -m pip install --user numpy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleRequirement already satisfied: numpy in /usr/lib/python3/dist-packages (1.19.5)
installed a different package and it installed ok:
/usr/bin/python3 -m pip install --user pint
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pint
Downloading https://www.piwheels.org/simple/pint/Pint-0.23-py3-none-any.whl (305 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 305.0/305.0 kB 1.9 MB/s eta 0:00:00
Requirement already satisfied: typing-extensions in /usr/local/lib/python3.9/dist-packages (from pint) (4.4.0)
Installing collected packages: pint
WARNING: The script pint-convert is installed in '/home/papa/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pint-0.23
The original error message looks strange to me:
Successfully buílt, but
Wasrning because not installed.
Happy new year!