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/simple* *Requirement 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/simpleCollecting 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:00Requirement 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! Matthias Koeppe schrieb am Sonntag, 31. Dezember 2023 um 22:37:26 UTC+1: > We don't test this platform. > Has the installation succeeded in building any platform wheels yet? (What > does "ls venv/var/lib/sage/" say?) > If you do something like "/usr/bin/python3 -m pip install --user numpy", > does it succeed and what whl file does it try to install? > > On Sunday, December 31, 2023 at 1:01:54 PM UTC-8 Emil Widmann wrote: > >> uname -a >> Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST >> 2023 aarch64 GNU/Linux >> gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1) >> >> I get the following error: >> >> >> >> >> >> >> >> >> *Building wheel for gmpy2 (setup.py): finished with status 'done' >> Created wheel for gmpy2: filename=gmpy2-2.1.2-cp39-cp39-linux_aarch64.whl >> size=681411 >> sha256=4d2bbd2af65f5c5b1825755a18e6acb4ce8176a937765b2db5424c15a1d18318 >> Stored in directory: >> /tmp/pip-ephem-wheel-cache-rbthbrnz/wheels/79/ff/e8/c51beabfd533d837031ea07bcac1aa8094f67d4371e077f79fSuccessfully >> >> built gmpy2WARNING: Skipping gmpy2 as it is not installed.Using pip 22.3.1 >> from >> /home/papa/sage-build/sage-10.1/local/var/lib/sage/venv-python3.9/lib/python3.9/site-packages/pip >> >> (python 3.9)Looking in links: >> /home/papa/sage-build/sage-10.1/local/var/lib/sage/venv-python3.9/var/lib/sage/wheelsERROR: >> >> gmpy2-2.1.2-cp39-cp39-linux_aarch64.whl is not a supported wheel on this >> platform.* >> >> what am i doing wrong? >> Is it even possible on ARM? >> thanks! >> >> >> >> -- 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/9dc7bace-3f85-4a76-a79c-9a6abc66629fn%40googlegroups.com.