On Sunday, December 31, 2023 at 11:30:43 PM UTC-8 Emil Widmann wrote:

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


The "*-none-any.whl" files are architecture-independent.
So gmpy2 is simply the first platform wheel that was built.

 

/usr/bin/python3 -m pip install --user numpy
*Looking in indexes: https://pypi.org/simple <https://pypi.org/simple>, 
https://www.piwheels.org/simple <https://www.piwheels.org/simple>*
*Requirement already satisfied: numpy in /usr/lib/python3/dist-packages 
(1.19.5)*


OK, please repeat this test with another package; one that is not already 
installed, and that installs as a platform wheel from PyPI.
 

installed a different package and it installed ok:
/usr/bin/python3 -m pip install --user pint



*Looking in indexes: https://pypi.org/simple <https://pypi.org/simple>, 
https://www.piwheels.org/simple <https://www.piwheels.org/simple>Collecting 
pint  Downloading 
https://www.piwheels.org/simple/pint/Pint-0.23-py3-none-any.whl 
<https://www.piwheels.org/simple/pint/Pint-0.23-py3-none-any.whl> (305 kB)*


Platform-independent, does not help with the diagnosis.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/db41a816-a81a-47f8-8d15-5424e1a20b72n%40googlegroups.com.

Reply via email to