Replies: 1 comment
-
Hi @jbistro there were some changes added to the way we execute the application, please pull the latest Once you have updated the code you will need to call the application like so: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running into an issue where it can not find the module and I am not sure if this is a replit issue or something else. Thanks!
~/gpt-engineer/gpt_engineer$ python3 main.py uptime_app
Traceback (most recent call last):
File "/home/runner/gpt-engineer/gpt_engineer/main.py", line 6, in
from gpt_engineer.chat_to_files import to_files
ModuleNotFoundError: No module named 'gpt_engineer'
Beta Was this translation helpful? Give feedback.
All reactions