Reputation: 27
When I run the code below in Google Colab, I get the following error.
Note: I've already installed gpt using pip (!pip install gpt).
code
from gpt import GPT
from gpt import Example'
Error
cannot import name 'GPT' from 'gpt' (/usr/local/lib/python3.7/dist-packages/gpt/__init__.py)
Could someone help me fix this issue?
Upvotes: 1
Views: 3808