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

Error: name 'cmd' is not defined #20

Closed TheAalCh3m1st closed 1 year ago

TheAalCh3m1st commented 1 year ago

I get this error when running the commad...

python -m venv venv

Output:

Error: name 'cmd' is not defined

Python version:

Python 3.10.9

logankilpatrick commented 1 year ago

Looks like this might be the issue you are having: https://github.com/Datalux/Osintgram/issues/668 please follow up if it does not help.

TheAalCh3m1st commented 1 year ago

Will do