-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Here is an edited log.
I couldn't try 0.7.a1, as it fails to find a wheel, and to build, as expected.
edgarcosta@diophantus ~/test ⚡ source bin/activate
(test) edgarcosta@diophantus ~/test ⚡ pip3 install python-flint
Collecting python-flint
Downloading python_flint-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/41.1 MB 18.6 MB/s eta 0:00:00
Installing collected packages: python-flint
Successfully installed python-flint-0.6.0
(test) edgarcosta@diophantus ~/test ⚡ python3 -m flint.test
Running tests...
[...]
----------------------------------------
OK: Your installation of python-flint seems to be working just fine!
----------------------------------------
(test) edgarcosta@diophantus ~/test ⚡ pip3 install python-flint==0.7.0a1 # it can't build, as expected
Collecting python-flint==0.7.0a1
Downloading python_flint-0.7.0a1.tar.gz (229 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 KB 4.5 MB/s eta 0:00:00
[...]
../meson.build:10:12: ERROR: Dependency "flint" not found, tried pkgconfig and make
[...]
(test) edgarcosta@diophantus ~/test 💩⚡ pip3 install python-flint==0.7.0a2
Collecting python-flint==0.7.0a2
Downloading python_flint-0.7.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.6/10.6 MB 29.5 MB/s eta 0:00:00
Installing collected packages: python-flint
Attempting uninstall: python-flint
Found existing installation: python-flint 0.6.0
Uninstalling python-flint-0.6.0:
Successfully uninstalled python-flint-0.6.0
Successfully installed python-flint-0.7.0a2
(test) edgarcosta@diophantus ~/test ⚡ python3 -m flint.test
Running tests...
test_pyflint...Illegal instruction (core dumped)
(test) edgarcosta@diophantus ~/test 💩⚡ pip3 install python-flint==0.7.0a3
Collecting python-flint==0.7.0a3
Using cached python_flint-0.7.0a3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.0 MB)
Installing collected packages: python-flint
Attempting uninstall: python-flint
Found existing installation: python-flint 0.7.0a2
Uninstalling python-flint-0.7.0a2:
Successfully uninstalled python-flint-0.7.0a2
Successfully installed python-flint-0.7.0a3
(test) edgarcosta@diophantus ~/test ⚡ python3 -m flint.test
Running tests...
test_pyflint...Illegal instruction (core dumped)
(test) edgarcosta@diophantus ~/test 💩⚡ python3
Python 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Metadata
Metadata
Assignees
Labels
No labels