gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Missing a few module requirements

Open dumityty opened this issue 1 year ago • 3 comments

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:

  • idna
  • six
  • certifi

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

dumityty avatar Jun 19 '23 09:06 dumityty

Which Python version are you using?

carlthome avatar Jun 19 '23 09:06 carlthome

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

dumityty avatar Jun 19 '23 11:06 dumityty

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!

carlthome avatar Jun 19 '23 12:06 carlthome

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

patillacode avatar Jun 21 '23 13:06 patillacode