Skip to content

Unhandled exception (#52e0726c) #5978

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.11.2#dev
Python version: 3.14.0
Operating system: Windows-11-10.0.26100-SP0
Command line: sqlmap.py --dependencies
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 177, in main
    init()
    ~~~~^^
  File "lib/core/option.py", line 2913, in init
    _checkDependencies()
    ~~~~~~~~~~~~~~~~~~^^
  File "lib/core/option.py", line 1578, in _checkDependencies
    checkDependencies()
    ~~~~~~~~~~~~~~~~~^^
  File "lib/utils/deps.py", line 98, in checkDependencies
    __import__("httpx")
    ~~~~~~~~~~^^^^^^^^^
  File "/Users/*******/AppData/Roaming/Python/Python314/site-packages/httpx/__init__.py", line 2, in <module>
    from ._api import delete, get, head, options, patch, post, put, request, stream
  File "/Users/*******/AppData/Roaming/Python/Python314/site-packages/httpx/_api.py", line 4, in <module>
    from ._client import Client
  File "/Users/*******/AppData/Roaming/Python/Python314/site-packages/httpx/_client.py", line 30, in <module>
    from ._transports.default import AsyncHTTPTransport, HTTPTransport
  File "/Users/*******/AppData/Roaming/Python/Python314/site-packages/httpx/_transports/default.py", line 30, in <module>
    import httpcore
  File "/Users/*******/AppData/Roaming/Python/Python314/site-packages/httpcore/__init__.py", line 139, in <module>
    setattr(__locals[__name], "__module__", "httpcore")  # noqa
    ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'typing.Union' object has no attribute '__module__' and no __dict__ for setting new attributes. Did you mean: '__reduce__'?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions