pyaf/MoM-GPT

Issues setting this up

Opened this issue · 0 comments

For those trying to get this to work on Windows, this is what I had to do to get it working:

python -c "import nltk; nltk.download('punkt')"

pip install altair==v4

The altair module installed by requirements.txt is v5 and it's asking for v4, hence why v4 is specified.