GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
7.28k stars 883 forks source link

No module named ChatGPT #112

Closed stickybit001 closed 1 year ago

stickybit001 commented 1 year ago

Hi there, When i run this python3 test_connection.py i get this : Traceback (most recent call last): File "C:\Users*\Desktop\\PentestGPT\Pentest\PentestGPT-main\test_connection.py", line 4, in from utils.chatgpt import ChatGPT ModuleNotFoundError: No module named 'utils.chatgpt'

GreyDGL commented 1 year ago

Please use pentestgpt-connection. The previous test connection is deprecated.

stickybit001 commented 1 year ago

it seems that i can run the pentestgpt commands on my terminal??, should i do something else to get it setup, I used the install command provided in the repo but It' Doesn't wrok for me