Can't Start PentestGPT
I am trying to install and setup PentestGPT by following the Quick Start instructions.
I am able to successfully test my connection as seen below:
When I try to start by running pentestgpt --logging I get the following error:
If I trying running pentestgpt --reasoning_model=gpt-4o I get the following error:
To Reproduce Following Quick Start instructions and when I try to start, I get the errors shown above.
Expected behavior PentestGPT starts up and is ready for a conversation.
Screenshots See above
Version
gpt-4o pentestgpt --reasoning_model=gpt-4o
Additional context
Oh, I have the same problem. And it is frustrating that I cannot find more information through logs. Have you fixed it?
I have tried to install it through more approaches and it seems that the default pip3 install git+https://github.com/GreyDGL/PentestGPT command has choosed an unstable version. I cloned and checkouted to the latest tag and so far it works well.
Me too. Can't start PentestGPT.