Skip to content

[installation] cp312 wheels not available for sqlmap 1.10.4 #6058

@chadhpaine

Description

@chadhpaine

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

  1. Install python3.12.7 using pyenv (pyenv install 3.12.7 on a device with pyenv installed)
  2. Install uv on the device e.g. ~/.pyenv/versions/3.12.7/bin/python3 -m pip install uv
  3. 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
  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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions