openai / openai-quickstart-python

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

warn about python version #37

Closed yishairasowsky closed 4 months ago

yishairasowsky commented 1 year ago

when i installed python the version was 3.11 and therefore the dependencies such as numpy did not install because there was a conflict. when i used python 3.7 instead, then it all worked. i wish this was made clear beforehand. also, there was a mistake in the command to activate the virtual environment, which i fixed. it was discussed in this issue recently: https://github.com/openai/openai-quickstart-python/issues/30

logankilpatrick commented 4 months ago

Going to close this out for now, thank you though!