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. niec-validator 表单验证使用案例

    css .msg-box span { font-size: .5rem; color: #7699c6; } .msg-box .tip { padding-left: 18px; backgrou ...

  2. Hackerrank--XOR love (Math系列)

    题目链接 Devendra loves the XOR operation very much which is denoted by ∧ sign in most of the programmin ...

  3. Django 使用模板页面,块标签,模型

    1.Django 使用模板页面 Django对于成体系的页面提出了模板继承和模板加载的方式. 1.导入静态页面 2.导入静态文件(css,js,images) 3.修改页面当中的静态地址 1.sett ...

  4. springmvc jsp向controller传参,一直为null

    怎么检查都无解 重启电脑好了

  5. Comparator进行List集合排序

    对数据库中查询到的结果进行排序,一般开发中,实体类是没有实现Comparable接口的,所以不能实现compareTo()方法进行排序, 只能用Comparator去进行排序,只需要在带排序的集合中加 ...

  6. android中的http框架,使其更加简单易用

    Afinal 是一个android的sqlite orm 和 ioc 框架. Afinal 是一个android的sqlite orm 和 ioc 框架.同时封装了android中的http框架,使其 ...

  7. I / O流 类

    一.概述 1 基本概念 I/O就是Input/Output的简写,也就是输入/输出的含义. I/O流就是指像流水一样源源不断地进行读写的过程.   2 基本分类   根据读写数据的单元分为:字节流 和 ...

  8. 常用命令3-文件搜索命令1-locate

    新建文件搜索不到,是因为查询是从数据库里查询的,然后数据库是一天后才更新,但是可以强制更新. 优点:能进行模糊搜索. 在tmp目录下创建一个文件,发现,在root家目录下搜不到.是因为配置文件原因. ...

  9. 【JZOJ4756】【NOIP2016提高A组模拟9.4】幻象

    题目描述 phantom是一位爱思考的哲♂学家. 最近phantom得到了森の妖精的真传.在他练功的时候, 每秒他的思绪中都有一定的概率浮现出奇♂异的幻象,持续x秒的幻象将产生x^2 的幻象值. ph ...

  10. VUE中的style 样式处理的Scope (<style scope>)

    在VUE组件中,为了让样式私有化,不对全局造成污染,可以在style标签上添加scoped属性以表示它的只属于当下的模块. 但是这样的话,就会导致无法修改其他第三方组件样式,或者是内嵌的样式,解决方案 ...