[GH-ISSUE #9] Configuration wizard requires 'rich' library. Please install it. #8

Closed
opened 2026-03-01 14:51:13 +03:00 by kerem · 3 comments
Owner

Originally created by @c0rpseofsec on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/atiilla/sqlmap-ai/issues/9

MINGW64 /d/tools/sqlmap-ai (main)
$ sqlmap-ai --config-wizard
INFO:utils.ai_providers:Groq provider initialized
INFO:utils.ai_providers:OpenAI provider initialized
INFO:utils.ai_providers:Anthropic provider initialized
🚀 Starting SQLMap AI in ENHANCED mode (AI-Powered Mode)..
This mode includes AI-powered analysis, adaptive testing, and advanced features.

Configuration wizard requires 'rich' library. Please install it.

MINGW64 /d/tools/sqlmap-ai (main)
$ pip install rich
Requirement already satisfied: rich in c:\python313\lib\site-packages (14.1.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in c:\python313\lib\site-packages (from rich) (
4.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\python313\lib\site-packages (from rich)
(2.19.2)
Requirement already satisfied: mdurl~=0.1 in c:\python313\lib\site-packages (from markdown-it-py>=2.
2.0->rich) (0.1.2)

how to use config-wizard?

Originally created by @c0rpseofsec on GitHub (Sep 21, 2025). Original GitHub issue: https://github.com/atiilla/sqlmap-ai/issues/9 MINGW64 /d/tools/sqlmap-ai (main) $ sqlmap-ai --config-wizard INFO:utils.ai_providers:Groq provider initialized INFO:utils.ai_providers:OpenAI provider initialized INFO:utils.ai_providers:Anthropic provider initialized �🚀 Starting SQLMap AI in ENHANCED mode (AI-Powered Mode).. This mode includes AI-powered analysis, adaptive testing, and advanced features. Configuration wizard requires 'rich' library. Please install it. MINGW64 /d/tools/sqlmap-ai (main) $ pip install rich Requirement already satisfied: rich in c:\python313\lib\site-packages (14.1.0) Requirement already satisfied: markdown-it-py>=2.2.0 in c:\python313\lib\site-packages (from rich) ( 4.0.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in c:\python313\lib\site-packages (from rich) (2.19.2) Requirement already satisfied: mdurl~=0.1 in c:\python313\lib\site-packages (from markdown-it-py>=2. 2.0->rich) (0.1.2) how to use config-wizard?
kerem closed this issue 2026-03-01 14:51:13 +03:00
Author
Owner

@DarkSton3e commented on GitHub (Sep 21, 2025):

Your name is "corps of ofsec" and you don't even know how to read an error where you did not install requirements, or an installation guide that is so simple to set?

It is saying loud and clear "Configuration wizard requires 'rich' library. Please install it."
pip install rich

But you don't have what to do with sqlmap when you don't even know how to install a python library.

<!-- gh-comment-id:3315894415 --> @DarkSton3e commented on GitHub (Sep 21, 2025): Your name is "corps of ofsec" and you don't even know how to read an error where you did not install requirements, or an installation guide that is so simple to set? It is saying loud and clear "Configuration wizard requires 'rich' library. Please install it." pip install rich But you don't have what to do with sqlmap when you don't even know how to install a python library.
Author
Owner

@atiilla commented on GitHub (Nov 11, 2025):

Fix is coming soon.

<!-- gh-comment-id:3517225402 --> @atiilla commented on GitHub (Nov 11, 2025): Fix is coming soon.
Author
Owner

@atiilla commented on GitHub (Nov 11, 2025):

fixed

<!-- gh-comment-id:3517760848 --> @atiilla commented on GitHub (Nov 11, 2025): fixed
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sqlmap-ai#8
No description provided.