module 'tushare' has no attribute 'hk_daily'
时间: 2023-09-30 21:11:54 浏览: 135
解决:slate报错 AttributeError: module ‘importlib._bootstrap’ has no attribute ‘SourceFileLoade
您好!对于您的问题,您需要确保已正确安装 tushare 库,并且版本是最新的。另外,确保您的 API 接口文档中存在 `hk_daily` 这个属性。
如果您已经确认了上述问题,仍然出现此错误,请尝试重新安装 tushare 库或者更新到最新版本。您可以使用以下命令进行更新安装:
```python
pip install tushare --upgrade
```
如果问题仍然存在,请提供更多详细信息或代码,以便我能够更好地帮助您解决问题。
阅读全文