当我在Google中运行下面的代码时,我会得到以下错误。
注意:我已经使用pip (!pip install )安装了gpt。
码
from gpt import GPT
from gpt import Example'
误差
cannot import name 'GPT' from 'gpt' (/usr/local/lib/python3.7/dist-packages/gpt/__init__.py)
有人能帮我解决这个问题吗?
发布于 2022-02-04 03:19:31
https://stackoverflow.com/questions/68444704
复制相似问题