Paul Fishwick
Feb 20, 2021

Testing now ... but having problems with gpt. See the error trace. This uses python 3.9.2

>>> import json

>>> import openai

>>>

>>> from gpt import GPT

Traceback (most recent call last):

File "<stdin>", line 1, in <module>

ImportError: cannot import name 'GPT' from 'gpt' (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gpt/__init__.py)

>>> from gpt import Example

Traceback (most recent call last):

File "<stdin>", line 1, in <module>

ImportError: cannot import name 'Example' from 'gpt' (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gpt/__init__.py)

>>>

No responses yet