We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果在启动时遇到这个问题,是因为tushare新版本的get_industry_classified()有问题,需要使用 pip uninstall tushare 然后 pip install tushare==0.8.6 即可
pip uninstall tushare
pip install tushare==0.8.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果在启动时遇到这个问题,是因为tushare新版本的get_industry_classified()有问题,需要使用
pip uninstall tushare
然后
pip install tushare==0.8.6
即可
The text was updated successfully, but these errors were encountered: