pip3 list
Package Version
---------------- ---------
beautifulsoup4 4.9.3
bs4 0.0.1
certifi 2020.12.5
chardet 4.0.0
idna 2.10
lxml 4.6.2
pip 20.3.3
requests 2.25.1
setuptools 49.2.1
simplejson 3.17.2
six 1.15.0
soupsieve 2.1
tushare 1.2.62
urllib3 1.26.2
websocket-client 0.57.0
执行 python index.py
Traceback (most recent call last):
File "index.py", line 2, in <module>
import tushare as ts
ImportError: No module named tushare
我已经安装了 tushare 为什么还说没有 tushare 呢
Package Version
---------------- ---------
beautifulsoup4 4.9.3
bs4 0.0.1
certifi 2020.12.5
chardet 4.0.0
idna 2.10
lxml 4.6.2
pip 20.3.3
requests 2.25.1
setuptools 49.2.1
simplejson 3.17.2
six 1.15.0
soupsieve 2.1
tushare 1.2.62
urllib3 1.26.2
websocket-client 0.57.0
执行 python index.py
Traceback (most recent call last):
File "index.py", line 2, in <module>
import tushare as ts
ImportError: No module named tushare
我已经安装了 tushare 为什么还说没有 tushare 呢