Skip to content
New issue

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

运行stock.py出现如下错误 #13

Open
perfect-11 opened this issue Mar 11, 2020 · 1 comment
Open

运行stock.py出现如下错误 #13

perfect-11 opened this issue Mar 11, 2020 · 1 comment

Comments

@perfect-11
Copy link

Traceback (most recent call last):
File "D:/PycharmProjects/untitled/stock-knowledge-graph-master/stock.py", line 1, in
import tushare as ts
File "D:\PycharmProjects\untitled\venv\lib\site-packages\tushare_init_.py", line 11, in
from tushare.stock.trading import (get_hist_data, get_tick_data,
File "D:\PycharmProjects\untitled\venv\lib\site-packages\tushare\stock\trading.py", line 15, in
import pandas as pd
ImportError: No module named 'pandas'

请问怎么解决?

@TTiger-chen
Copy link

你应该是没安装Pandas包

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants