justinzm/gopup

partially initialized module 'gopup' has no attribute 'weibo_index'

shyandsy opened this issue · 2 comments

这是什么问题

import gopup as gp

df_index = gp.weibo_index(word="疫情", time_type="3month")
print(df_index)

报错
AttributeError: partially initialized module 'gopup' has no attribute 'weibo_index' (most likely due to a circular import)

测试没有问题 你更新最新版本 试试

尴尬了 我文件名写的不对 重名了