gpt-engineer-org / gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
MIT License
52.52k stars 6.82k forks source link

Missing a few module requirements #195

Closed dumityty closed 1 year ago

dumityty commented 1 year ago

Not sure whether I've done something wrong at the beginning or some new modules have been added and the requirements file not updated?

I ran pip install -r requirements.txt and it installed all the packages without issues.

Then running gpt-engineer I got the following error 3 times for each module name - ModuleNotFoundError: No module named X:

Running pip install idna etc after each error fixed it and was able to finally run gpt-engineer. Do they need to be added to the requirements.txt file?

Python version: 3.10

carlthome commented 1 year ago

Which Python version are you using?

dumityty commented 1 year ago

Sorry should've mentioned - initially 3.8 but had some errors and following recommendation from someone in another issue i upgraded to 3.10

carlthome commented 1 year ago

As far as I understood this repo yesterday, it actually assumes 3.10 as its minimum version (type literals, for example) so that might be the best forward. If that resolves your issue, please ping and close this out!

patillacode commented 1 year ago

If you wish to reopen the issue please do following the new issue template.