-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Description
I'd like to spend some time in the FreeBSD OS (14.1) and naturally I'd like to check it's TC coverage
the thing is that I'm not able to start the tests due to issues installing dependencies
alex@bsd14:~/miasm $ uname -a
FreeBSD bsd14 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
alex@bsd14:~/miasm $ python -V
Python 3.11.9
alex@bsd14:~/miasm $ pip -V
pip 23.3.2 from /usr/local/lib/python3.11/site-packages/pip (python 3.11)
alex@bsd14:~/miasm $ pip install -r ./optional_requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting pycparser (from -r ./optional_requirements.txt (line 1))
Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting z3-solver==4.8.7.0 (from -r ./optional_requirements.txt (line 2))
Downloading z3-solver-4.8.7.0.tar.gz (4.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 4.4 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
ERROR: Ignored the following versions that require a different python version: 0.36.0 Requires-Python >=3.6,<3.10; 0.37.0 Requires-Python >=3.7,<3.10; 0.38.0 Requires-Python >=3.7,<3.11; 0.38.1 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement llvmlite==0.38.0 (from versions: 0.2.0, 0.2.1, 0.2.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.12.0.1, 0.12.1, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.17.1, 0.18.0, 0.19.0, 0.20.0, 0.21.0, 0.22.0, 0.23.0, 0.23.2, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.27.1, 0.28.0, 0.29.0, 0.30.0, 0.31.0, 0.32.0, 0.32.1, 0.33.0, 0.34.0, 0.35.0, 0.39.0, 0.39.1, 0.40.0rc1, 0.40.0, 0.40.1rc1, 0.40.1, 0.41.0rc1, 0.41.0, 0.41.1, 0.42.0rc1, 0.42.0, 0.43.0rc1, 0.43.0)
ERROR: No matching distribution found for llvmlite==0.38.0
alex@bsd14:~/miasm $ pip freeze
future==1.0.0
miasm @ file:///home/alex/miasm
packaging==24.1
pyparsing==3.1.2
any clues on the above issue? thanks
Metadata
Metadata
Assignees
Labels
No labels