install tushare in python 3.6
install tushare
(D:\Anaconda3) C:\Users\Administrator>pip install tushare
Collecting tushare
Downloading https://files.pythonhosted.org/packages/7b/e5/cb52700f5df4650b4eed
627b2a744401dd592e47ef003f24a7de2fc54cdd/tushare-1.2.37.tar.gz (168kB)
42% |█████████████▌ | 71kB 80kB/s eta 0:00:02
48% |███████████████▌ | 81kB 68kB/s eta 0:00:
54% |█████████████████▌ | 92kB 77kB/s eta 0:0
60% |███████████████████▌ | 102kB 73kB/s eta
67% |█████████████████████▌ | 112kB 79kB/s et
73% |███████████████████████▌ | 122kB 68kB/s
79% |█████████████████████████▌ | 133kB 64kB/
85% |███████████████████████████ | 143kB 73kB
91% |█████████████████████████████ | 153kB 68
97% |███████████████████████████████ | 163kB
100% |████████████████████████████████| 174kB 65kB/s
Requirement already satisfied: pandas>=0.18.0 in d:\anaconda3\lib\site-packages (from tushare) (0.20.3)
Requirement already satisfied: requests>=2.0.0 in d:\anaconda3\lib\site-packages (from tushare) (2.18.4)
Requirement already satisfied: lxml>=3.8.0 in d:\anaconda3\lib\site-packages (from tushare) (4.1.0)
Collecting simplejson>=3.16.0 (from tushare)
Downloading https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe6
1ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz (81kB)
50% |████████████████ | 40kB 51kB/s eta 0:00:
63% |████████████████████ | 51kB 47kB/s eta 0
75% |████████████████████████ | 61kB 56kB/s e
88% |████████████████████████████ | 71kB 51kB
100% |████████████████████████████████| 81kB 58kB/s
Collecting bs4>=0.0.1 (from tushare)
Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f45617413
9ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz
Requirement already satisfied: python-dateutil>=2 in d:\anaconda3\lib\site-packages (from pandas>=0.18.0->tushare) (2.6.1)
Requirement already satisfied: pytz>=2011k in d:\anaconda3\lib\site-packages (from pandas>=0.18.0->tushare) (2017.2)
Requirement already satisfied: numpy>=1.7.0 in d:\anaconda3\lib\site-packages (from pandas>=0.18.0->tushare) (1.13.3)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in d:\anaconda3\lib\site-packages (from requests>=2.0.0->tushare) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in d:\anaconda3\lib\site-packages(from requests>=2.0.0->tushare) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in d:\anaconda3\lib\site-packages (from requests>=2.0.0->tushare) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in d:\anaconda3\lib\site-packages (from requests>=2.0.0->tushare) (2017.7.27.1)
Requirement already satisfied: beautifulsoup4 in d:\anaconda3\lib\site-packages (from bs4>=0.0.1->tushare) (4.6.0)
Requirement already satisfied: six>=1.5 in d:\anaconda3\lib\site-packages (from python-dateutil>=2->pandas>=0.18.0->tushare) (1.11.0)
Building wheels for collected packages: tushare, simplejson, bs4
Building wheel for tushare (setup.py) ... done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\e9\af\11\928652eaf0286e9bc8da6dd39ec63df81de49613195ed81fe9
Building wheel for simplejson (setup.py) ... done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\5d\1a\1e\0350bb3df3e74215cd91325344cc86c2c691f5306eb4d22c77
Building wheel for bs4 (setup.py) ... done
Stored in directory: C:\Users\Administrator\AppData\Local\pip\Cache\wheels\a0\b0\b2\4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472
Successfully built tushare simplejson bs4
Installing collected packages: simplejson, bs4, tushare
Successfully installed bs4-0.0.1 simplejson-3.16.0 tushare-1.2.37
(D:\Anaconda3) C:\Users\Administrator>
install tushare in python 3.6的更多相关文章
- pip install tushare
1.sudo apt-get install libxml2-dev libxslt1-dev python-dev apt-get install libevent-dev pip install ...
- How to install Pygame for Python 3.4 on Ubuntu 14.04(转)
First run this to install dependencies: sudo apt-get install mercurial python3-dev python3-numpy \ l ...
- install pip3 for python 3.x
前言: 我目前使用的服务器为centos6.x 系统自带的python的版本为2.6.x,但是目前无论是学习还是使用python,python3都是首选,那么问题来了.---如何安装python3环境 ...
- pip install psycopg2出现python setup.py egg_info failed with error code 1 in /tmp/pip-build-YtLeN3/psycopg2错误处理
折腾了一上午flask部署,到最后访问域名还是出现Application Error错误提示.估计是程序还有问题,想着直接clone书中作者的代码先试试能不能部署成功.结果在执行pip install ...
- cmd for install pygame in python 3.7
Higher version Python better and convinient to use! Down load pygame whl file: C:\Work\software>p ...
- 查看pip install安装的python包的位置
例如,我在一个名为tf_14的vertualenv环境中(no-site-package)安装了一个contextlib2包 (tf_14) novak@novak-ZBook15G2:~/Carnd ...
- python程序化交易神器——tushare
一直想试着将自己的交易思路程序化,可惜困难重重 ,连第一步获取数据都要花很多精力,直到最近发现了Tushare,不仅使用非常便利,功能也无比强大,股票.期货.基金.财经新闻,甚至电影票房等都可以非常便 ...
- python财经数据接口包Tushare pro的入门及简单使用方式(大数据,股票数据接口)
最近在做一个项目,需要用到股票的数据,我在网上查了很久,最终发现在股票数据上面还是tushare比较专业,而且对于将来做金融行业的大数据这一块的,tushare绝对是你的一个好帮手,所以下面我就简单介 ...
- Python在VSCode环境抓取TuShare数据存入MongoDB环境搭建
本文出自:https://www.cnblogs.com/2186009311CFF/p/11573094.html 总览 此文分为5个部分 第一:Anaconda(下载和安装) 第二:VSCode( ...
随机推荐
- TZ_05_Spring_基于AOP的xml配置
1.分析 1>首先我们有一个Service需要增强 将Service增加一个日志(Logger) 2>写了一个日志的通知并且它可以对Service进行日志增强 ...
- pc端样式重置以及常用样式规范class
//reset html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a ...
- Zigbee安全入门(一)—— 技术介绍和安全策略
么是Zigbee? Zigbee说白了就是类似wifi.蓝牙的一种交换数据的方式,学术点说就是低成本.用于低功耗嵌入式设备(无线电系统),用以促进机器与机器之间高效且有效通信(通常相距10-100米) ...
- Python实例 分割路径和文件名
import os.path # 常用函数有三种:分隔路径,找出文件名.找出盘符(windows系统),找出文件的扩展名. # 根据你机器的实际情况修改下面参数. spath = " D: ...
- Uva11384 Help is needed for Dexter
Dexter is tired of Dee Dee. So he decided to keep Dee Dee busy in a game. The game he planned for he ...
- 使用mybatis的延迟加载
在某些情况下我们需要使用延迟加载技术来提高我们程序查询的性能,通过减少与数据库的连接操作,做到按需加载,这样达到提高程序性能的目的. 首先需要在全局配置文件(SqlMapConfig.xml)中配置全 ...
- 配置管理 ACM 在高可用服务 AHAS 流控降级组件中的应用场景
应用配置管理(Application Configuration Management,简称 ACM)是一款应用配置中心产品.基于ACM您可以在微服务.DevOps.大数据等场景下极大地减轻配置管理的 ...
- Nacos Committers 团队首亮相,发布 0.9.0 版本
223 天,发布 14 个版本,19 位 Committers,39 位 Contributors. 在宣布开源后的第 223 天,Nacos 发布了其第14个版本 - 0.9.0,该版本提升了 Na ...
- 分布式--ActiveMQ 消息中间件(一) https://www.jianshu.com/p/8b9bfe865e38
1. ActiveMQ 1). ActiveMQ ActiveMQ是Apache所提供的一个开源的消息系统,完全采用Java来实现,因此,它能很好地支持J2EE提出的JMS(Java Message ...
- maven本地仓库有jar包,maven install还是报错识别不到
去本地仓库对应jar的目录下看下,有一个 _remote.repositories 的文件打开 ***.pom>xxx=***.jar>xxx= 这个 xxx 就是你maven的setti ...