Describe the bug
A clear and concise description of what the bug is.
Cannot install sqlmap 1.10.4 with CPython 3.12.7 and uv on Ubuntu.
To Reproduce
- Install python3.12.7 using pyenv (
pyenv install 3.12.7 on a device with pyenv installed)
- Install
uv on the device e.g. ~/.pyenv/versions/3.12.7/bin/python3 -m pip install uv
- Attempt to install pyenv 1.10.4:
~/.pyenv/versions/3.12.7/bin/python3 -m uv pip install --python ~/.pyenv/versions/3.12.7/bin/python3 sqlmap==1.10.4
- See error
Expected behavior
The package is installed.
Screenshots
user@host:~$ ~/.pyenv/versions/3.12.7/bin/python3 -m uv pip install --python ~/.pyenv/versions/3.12.7/bin/python3 sqlmap==1.10.4
Using Python 3.12.7 environment at: .pyenv/versions/3.12.7
× No solution found when resolving dependencies:
╰─▶ Because sqlmap==1.10.4 has no wheels with a matching Python implementation tag (e.g., `cp312`) and you require sqlmap==1.10.4, we can conclude that your
requirements are unsatisfiable.
hint: You require CPython 3.12 (`cp312`), but we only found wheels for `sqlmap` (v1.10.4) with the following Python implementation tag: `py2`
Running environment:
- sqlmap version: 1.10.4
- Installation method: uv
- Operating system: Ubuntu / 6.8.0-57-generic
- Python version e.g. 3.12.7
Target details:
- Relevant console output: See Screenshots Section
Additional context
Installation of 1.10.3 is unaffected:
user@host:~$ ~/.pyenv/versions/3.12.7/bin/python3 -m uv pip install --python ~/.pyenv/versions/3.12.7/bin/python3 sqlmap==1.10.3
Using Python 3.12.7 environment at: .pyenv/versions/3.12.7
Resolved 1 package in 153ms
Built sqlmap==1.10.3
Prepared 1 package in 2.54s
Installed 1 package in 23ms
+ sqlmap==1.10.3
Describe the bug
A clear and concise description of what the bug is.
Cannot install sqlmap 1.10.4 with CPython 3.12.7 and
uvon Ubuntu.To Reproduce
pyenv install 3.12.7on a device with pyenv installed)uvon the device e.g.~/.pyenv/versions/3.12.7/bin/python3 -m pip install uv~/.pyenv/versions/3.12.7/bin/python3 -m uv pip install --python ~/.pyenv/versions/3.12.7/bin/python3 sqlmap==1.10.4Expected behavior
The package is installed.
Screenshots
Running environment:
Target details:
Additional context
Installation of 1.10.3 is unaffected: