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

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

Closed
todjiang opened this issue Aug 17, 2024 · 3 comments
Closed

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

todjiang opened this issue Aug 17, 2024 · 3 comments

Comments

@todjiang
Copy link

Bug description
ModuleNotFoundError: No module named 'distutils'

Bug solved method

Environment information

python 3.12.5

  • LLM type and model name:
  • System version:
  • Python version:
  • MetaGPT version or branch:
  • packages version:
  • installation method:

Screenshots or logs

@iorisa
Copy link
Collaborator

iorisa commented Aug 17, 2024

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

@savelkouls
Copy link

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

@todjiang
Copy link
Author

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...

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

No branches or pull requests

3 participants