zoukankan      html  css  js  c++  java
  • 第一章 准备工作

    ImportError: cannot import name _string_to_bool
    
    
    安装pip
    pip是管理和安装python包的工具,由于我们需要安装pandas-0.17.0-cp27-none-win32.whl文件,故需要先安装pip。
    
    在cmd中进入到get-pip.py的相应目录下执行get-pip.py程序即可。
    
    
    
    安装pandas
    在cmd中进入到pandas-0.17.0-cp27-none-win32.whl的相应目录下执行r如下命令即可
    
    pip install pandas-0.17.0-cp27-none-win32.whl
    
    
    ERROR: Cannot uninstall 'python-dateutil'. It is a distutils installed project a
    nd thus we cannot accurately determine which files belong to it which would lead
     to only a partial uninstall.
    
    
    C:UsersTLCB>ipython --pylab
    
    
  • 相关阅读:
    hibernate hql
    数据库锁机制
    Spring 事物管理
    spring自动代理
    spring 其它增强类型
    spring
    mybatis动态sql
    SSH注解整合
    ssh整合
    错题解析
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13348740.html
Copyright © 2011-2022 走看看