mirror of
https://github.com/atiilla/sqlmap-ai.git
synced 2026-04-27 00:25:52 +03:00
[GH-ISSUE #9] Configuration wizard requires 'rich' library. Please install it. #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sqlmap-ai#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@atiilla commented on GitHub (Nov 11, 2025):
Fix is coming soon.
@atiilla commented on GitHub (Nov 11, 2025):
fixed