Skip to content
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

Got an error trying to create a project. 'Project' object has no attribute 'is_complex_app' #74

Open
keyvez opened this issue Apr 24, 2024 · 1 comment

Comments

@keyvez
Copy link

keyvez commented Apr 24, 2024

---------- GPT PILOT EXITING WITH ERROR ----------
Traceback (most recent call last):

File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/main.py", line 126, in
started = project.start()

File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/helpers/Project.py", line 217, in start
self.tech_lead.create_development_plan()

File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/helpers/agents/TechLead.py", line 57, in create_development_plan
"is_complex_app": self.project.is_complex_app,

AttributeError: 'Project' object has no attribute 'is_complex_app'

@TMCTG
Copy link

TMCTG commented May 11, 2024

A workaround is removing the line:
"is_complex_app": self.project.is_complex_app,
from gpt-pilot-main/pilot/helpers/agents/TechLead.py
Not sure if this will cause other issues down the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants