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( ...
随机推荐
- HTTP协议详解(经典)
转自:http://blog.csdn.net/gueter/archive/2007/03/08/1524447.aspx Author :Jeffrey 引言 HTTP是一个属于应用层的面向对象的 ...
- spring cloud深入学习(一)-----什么是微服务?什么是rpc?spring cloud简介
近年来,微服务非常的流行,那么为什么是它?简单介绍一下. 为什么是微服务? 微服务架构是一种将单应用程序作为一套小型服务开发的方法,每种应用程序都在其自己的进程中运行,并与轻量级机制(通常是HTTP资 ...
- re模块元字符
#元字符在re模块中有特殊意义的字符,有:^ $. * + {} [] () | \ ^$ #表示开头结尾,注意:[^]表示取反 . #点,表示任意一个字符,包括空格(一个空白字符),\t(换行符). ...
- 13类100个常用Linux基础命令
玩过Linux的人都会知道,Linux中的命令的确是非常多,但是玩过Linux的人也从来不会因为Linux的命令如此之多而烦恼,因为我们只需要掌握我们最常用的命令就可以了.然而每个人玩Linux的目的 ...
- python实例 条件和循环语句
#! /usr/bin/python #条件和循环语句 x=int(input("Please enter an integer:")) if x<0: x=0 ...
- R语言可视化--ggplot函数
上一篇说了qplot函数,现在说一下ggplot函数 本身不能实现,需要添加层才可以.ggplot2的核心函数 library(ggplot2) ggplot(airquality,aes(Wind, ...
- node安装镜像和webpack
先安装node 安装指南:https://npm.taobao.org/
- Expires
(装载) 简要:添加Expires头能有效的利用浏览器的缓存能力来改善页面的性能,能在后续的页面中有效避免很多不必要的Http请求,WEB服务器使用Expires头来告诉Web客户端它可以使用一个组件 ...
- web标准中定义id与class有什么区别吗
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x ...
- 使用FastJson对实体类和Json还有JSONObject之间的转换
1. 实体类或集合转JSON串 String jsonString = JSONObject.toJSONString(实体类); 2.JSON串转JSONObject JSONObject json ...