码迷,mamicode.com
首页 >  
搜索关键字:setuptools    ( 540个结果
Django的安装
安装setuptoolsyuminstallpython-setuptools安装djangoeasy_installdjango第二种方法easy_installpip
分类:其他好文   时间:2015-04-26 16:55:06    阅读次数:105
Centos下Python添加RSA模块
首先,安装setuptools# 这个引导程序会联网下载最新版本setuptools来安装,同时也可以更新本地的setuptoolswget http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py#更新setuptools:p...
分类:编程语言   时间:2015-04-21 20:28:22    阅读次数:211
<PY>Python扩展包安装方法(待更新)
1.从官网下载对应版本的exe或者msi双击安装。 2.安装setuptools,并且配置PATH环境变量 c:\Python\Scripts   后使用easy_install或者pip工具安装并自动解决依赖关系。    例如 easy_install numpy或者pip install numpy 3.在 http://www.lfd.uci.edu/~gohlke/p...
分类:编程语言   时间:2015-04-20 08:12:40    阅读次数:136
python2.7.6 , setuptools pip install, 报错:UnicodeDecodeError:'ascii' codec can't decode byte
今天折腾了一天,安装pyspider,由于依赖包众多,而且搜索到所有信息多是在linux平台和mac平台下的安装教程。可怜我试了n多版本,一直不成功。最后发现有人说python的版本,不能低于2.7.6,否则pycurl无法安装成功,一查我的是2.7.2. 好吧,卸载,重新安装python2.7.6...
分类:编程语言   时间:2015-04-19 21:09:19    阅读次数:189
Python uwsgi 无法安装以及编译报错的处理方式
之前安装uwsgi的时候编译一步有出错,因为比较早,部分错误代码已经找不到了,网上找了部分错误信息, 现把解决方式共享出来。环境:CentOS release 6.4 Python 2.7.3报类似下面的错误代码,多半因为setuptools没有安装,安装setuptools就好了bash-3.2....
分类:编程语言   时间:2015-04-15 10:55:00    阅读次数:436
ImportError: No module named setuptools
1.下载toolswgethttps://pypi.python.org/packages/source/s/setuptools/setuptools-15.0.tar.gz#md5=2a6b2901b6c265d682139345849cbf03--no-check-certificate2.安装tar-zxvfsetuptools-15.tar.gz cdsetuptools-15 pythonsetup.pybuild pythonsetup.pyinstall
分类:其他好文   时间:2015-04-10 20:26:59    阅读次数:152
搭建selenium+Python+eclipse 的开发环境
下载安装Python,下载“python-2.7.9.msi”后可直接安装下载安装setuptools,下载setuptools-11.3.1后,用命令提示符转到安装包中setup.py所在的位置,执行setup.py install,进行安装下载安装pip工具,下载pip-6.0.6后,用命令提示...
分类:编程语言   时间:2015-04-09 19:31:31    阅读次数:212
Python学习(六)模块 —— 第三方模块
Python 第三方模块 安装第三方模块 在Python中,安装第三方模块,是通过setuptools这个工具完成的。Python有两个封装了setuptools的包管理工具:easy_install和pip。目前官方推荐使用pip。 如果你正在使用Mac或Linux,安装pip本身这...
分类:编程语言   时间:2015-04-09 10:15:02    阅读次数:170
python-pip : Depends: python-setuptools (>= 0.6c1) 问题
安装apt-getinstallpython-pip遇到以下问题。root@saltstackminion:~#apt-getinstallpython-pipReadingpackagelists...DoneBuildingdependencytreeReadingstateinformation...DoneSomepackagescouldnotbeinstalled.Thismaymeanthatyouhaverequestedanimpossiblesituationorifyo..
分类:编程语言   时间:2015-04-07 20:02:36    阅读次数:157
540条   上一页 1 ... 41 42 43 44 45 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!