openai/openai-quickstart-python

Pandas version mismatch with Python 3.11

morefromalan opened this issue · 3 comments

Can not build pandas version in requirements.txt

changing to pandas==1.5.2 appears to resolve issue

and change numpy to numpy==1.23.2 for python 3.11

If you are running the latest python interpreter. Then instead of requirements.txt only install flask
pip install flask

Updated this! Should be fixed now.