-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'config' #23
Comments
Hi there, I update the repo a little bit. The problem is because Python use a relative dependency between packages, which causes some troubles. |
I think the problem comes from this line Here is the patch file to fix the problem |
@Mohannadcse Please read the documentation carefully and follow the installation guidance. You should copy |
I'm following the directions in Readme.md
When I enter:
python3 utils/chatgpt.py
I get:
Traceback (most recent call last):
File "/home/user/tools/PentestGPT/utils/chatgpt.py", line 13, in
import config.chatgpt_config
ModuleNotFoundError: No module named 'config'
The text was updated successfully, but these errors were encountered: