openai / openai-quickstart-python

Python example app from the OpenAI API quickstart tutorial
https://platform.openai.com/docs/quickstart?context=python
MIT License
1.67k stars 1.31k forks source link

Pandas version mismatch with Python 3.11 #13

Closed morefromalan closed 5 months ago

morefromalan commented 1 year ago

Can not build pandas version in requirements.txt

changing to pandas==1.5.2 appears to resolve issue

yudataguy commented 1 year ago

and change numpy to numpy==1.23.2 for python 3.11

adlizone commented 1 year ago

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

logankilpatrick commented 5 months ago

Updated this! Should be fixed now.