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的更多相关文章

  1. pip install tushare

    1.sudo apt-get install libxml2-dev libxslt1-dev python-dev apt-get install libevent-dev pip install ...

  2. 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 ...

  3. install pip3 for python 3.x

    前言: 我目前使用的服务器为centos6.x 系统自带的python的版本为2.6.x,但是目前无论是学习还是使用python,python3都是首选,那么问题来了.---如何安装python3环境 ...

  4. 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 ...

  5. 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 ...

  6. 查看pip install安装的python包的位置

    例如,我在一个名为tf_14的vertualenv环境中(no-site-package)安装了一个contextlib2包 (tf_14) novak@novak-ZBook15G2:~/Carnd ...

  7. python程序化交易神器——tushare

    一直想试着将自己的交易思路程序化,可惜困难重重 ,连第一步获取数据都要花很多精力,直到最近发现了Tushare,不仅使用非常便利,功能也无比强大,股票.期货.基金.财经新闻,甚至电影票房等都可以非常便 ...

  8. python财经数据接口包Tushare pro的入门及简单使用方式(大数据,股票数据接口)

    最近在做一个项目,需要用到股票的数据,我在网上查了很久,最终发现在股票数据上面还是tushare比较专业,而且对于将来做金融行业的大数据这一块的,tushare绝对是你的一个好帮手,所以下面我就简单介 ...

  9. Python在VSCode环境抓取TuShare数据存入MongoDB环境搭建

    本文出自:https://www.cnblogs.com/2186009311CFF/p/11573094.html 总览 此文分为5个部分 第一:Anaconda(下载和安装) 第二:VSCode( ...

随机推荐

  1. 移动端适配(rem单位定义方法)

    注:移动端必须写: <meta name="viewport" content="width=device-width, user-scalable=no, ini ...

  2. Python3入门机器学习 经典算法与应用

    Python3入门机器学习 整个课程都看完了,这个课程的分享可以往下看,下面有链接,之前做java开发也做了一些年头,也分享下自己看这个视频的感受,单论单个知识点课程本身没问题,大家看的时候可以关注下 ...

  3. day36 08-Hibernate抓取策略:批量抓取

    package cn.itcast.test; import java.util.List; import org.hibernate.Hibernate; import org.hibernate. ...

  4. 2018-11-1-WPF-Main-thread-gets-a-deadlock-when-stylus-input-thread-is-waiting-for-the-window-to-clos...

    title author date CreateTime categories WPF Main thread gets a deadlock when stylus input thread is ...

  5. vue+ElementUI项目中,上传控件为必填项,上传图片后清空提示信息

    (ps:以下是我在项目中遇到得问题及解决方法,希望对你们有帮助.如果还有其他方法,可以留言,谢谢) 一个表单页面,使用element-ui中el-upload上传图片,此项为必填项,然后写了校验规则, ...

  6. LUOGU P2964 [USACO09NOV]硬币的游戏A Coin Game

    题目描述 Farmer John's cows like to play coin games so FJ has invented with a new two-player coin game c ...

  7. Mysql查询优化-DB篇

    本文重点从数据库本身角度,硬件和环境的优化不在本文范围内 1. 使用索引(Index All Columns Used in 'where', 'order by', and 'group by' C ...

  8. 为什么不用原生的Spring Cloud Config

    引言 近几年传统应用架构已经逐渐朝着微服务架构演进.那么随着业务的发展,微服务越来越庞大,此时服务配置的管理变得会复杂起来.为了方便服务配置文件统一管理,实时更新,配置中心应运而生.其实,所谓配置中心 ...

  9. django的admin后台管理

    Admin后台管理 要进入admin后台管理首先要创建管理员账户 createsuperuser 其中密码要大于8位 使用之前要到应用下的admin.py中注册要管理的模型表 from django. ...

  10. python学习笔记08-- socket编程

    本节内容: 一.网络基础知识 二.socket概念及相关语法 2.1socket概念 2.2socket解释 2.3socket模块功能介绍 2.4socket粘包问题 2.5Socket多并发 一. ...