You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------- 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'
The text was updated successfully, but these errors were encountered:
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.
---------- 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'
The text was updated successfully, but these errors were encountered: