geekan / MetaGPT

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
https://deepwisdom.ai/
MIT License
44.57k stars 5.31k forks source link

Python3.12.5 removed distutils which blocked metagpt installation. #1451

Closed todjiang closed 2 months ago

todjiang commented 2 months ago

Bug description ModuleNotFoundError: No module named 'distutils'

Bug solved method

Environment information

python 3.12.5

Screenshots or logs

iorisa commented 2 months ago

There are many problems with the dependency packages in Python 12, so it is recommended to use Python 3.9 to 3.11.

savelkouls commented 2 months ago

Should remove compatibility with 3.12 from pip, as there is none.

todjiang commented 2 months ago

Should remove compatibility with 3.12 from pip, as there is none.

Yes, I followed the guide and switched to 3.9 with conda env...