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

Adding toml as dependency #961

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Adding toml as dependency #961

merged 1 commit into from
Jan 10, 2024

Conversation

snf
Copy link
Contributor

@snf snf commented Jan 9, 2024

This fixes the docker image not having the toml dependency. Error most likely introduced here https://github.com/gpt-engineer-org/gpt-engineer/pull/937/files#diff-56bcc43fa5663093cbd7d862ed7849d2e30b13257faed00e09513d88d93d8c45R27

  File "/usr/local/bin/gpt-engineer", line 5, in <module>
    from gpt_engineer.applications.cli.main import app
  File "/app/gpt_engineer/applications/cli/main.py", line 40, in <module>
    from gpt_engineer.applications.cli.file_selector import FileSelector
  File "/app/gpt_engineer/applications/cli/file_selector.py", line 27, in <module>
    import toml
ModuleNotFoundError: No module named 'toml'

@ATheorell ATheorell merged commit 949983f into AntonOsika:main Jan 10, 2024
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

Successfully merging this pull request may close these issues.

2 participants