Audrey M. Roy Greenfeld

Quietly building the future.

Installing MetaGPT

2024-06-24

Installing MetaGPT

My effort to get MetaGPT up and running on my Mac.

git clone https://github.com/geekan/MetaGPT
cd MetaGPT
python3 -m venv .
source .venv/bin/activate
pip install -r requirements.txt
pip install setuptools
python setup.py develop
brew install libomp openblas swig
pip install faiss-cpu

I got stuck trying to install Faiss.