码迷,mamicode.com
首页 >  
搜索关键字:pypi    ( 1649个结果
python3与fastdfs分布式文件系统交互
一、先配置好自己的分布式文件系统,参考另一篇文章: https://www.cnblogs.com/vevian/p/13170228.html 二、安装第三方库py3Fdfs pip install py3Fdfs 三、实际应用,参考文档 https://pypi.org/project/py3F ...
分类:编程语言   时间:2020-06-21 11:56:32    阅读次数:108
python-----拓展包下载地址
默认的是“https://pypi.python.org/simple”,我们可将其替换为如下的几个数据来源,这些都是国内的pip镜像:清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里:http://mirrors.aliyun.com/pypi/simpl ...
分类:编程语言   时间:2020-06-20 21:53:29    阅读次数:105
python项目_使用异步功能,celery
1.安装celery pip install -U celery -i https://pypi.douban.com/simple ##-U是指update的意思 2.创建mycelery目录 luffyapi/ ├── mycelery/ ├── config.py # 配置文件 ├── __i ...
分类:编程语言   时间:2020-06-20 17:00:26    阅读次数:66
【SQLAlchemy】01-初识SQLAlchemy
好风凭借力,送我上青云。 介绍 SQLAlchemy对象关系映射器提供了一种将用户定义的Python类与数据库表以及这些类(对象)的实例与相应表中的行关联起来的方法 1. 安装 pip install sqlalchemy -i https://pypi.doubanio.com/simple 2. ...
分类:数据库   时间:2020-06-18 15:49:30    阅读次数:49
python 安装比较难安装的包windows \ linux
pip install pycryptodomex -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Windows -->pip install pycryptodomex Linux -->pip install py ...
分类:编程语言   时间:2020-06-16 12:48:51    阅读次数:55
Python国内镜像源
国内源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:ht ...
分类:编程语言   时间:2020-06-14 12:50:09    阅读次数:212
pip配置文件
Linux: 配置文件路径:/etc/pip.conf ~/.pip/pip.conf Windows: 配置文件路径:%appdata%\pip\pip.ini %userprofile%\pip\pip.ini 常用配置: [global] index-url=http://mirrors.al ...
分类:其他好文   时间:2020-06-12 20:30:58    阅读次数:223
9.使用nexus3配置Python私有仓库
搭建Python私服,我们依旧使用nexus3。 与其他私服一样的,Python私服同样有三种类型: hosted : 本地存储,便于开发者将个人的一些包上传到私服中 proxy : 提供代理其他仓库的类型,如豆瓣的pypi仓库 group : 组类型,实质作用是组合多个仓库为一个对外的地址 那么就 ...
分类:编程语言   时间:2020-06-12 20:15:41    阅读次数:78
python--pyqtgraph
官网:http://www.pyqtgraph.org/ 安装:pip install pyqtgraph -i https://pypi.douban.com/simple ...
分类:编程语言   时间:2020-06-10 12:51:24    阅读次数:81
scrapy 常见问题
scrapy -h 出现这个问题的原因是attrs的版本不够 解决办法 pip3 install attrs==19.2.0 -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com ...
分类:其他好文   时间:2020-06-09 23:50:09    阅读次数:58
1649条   上一页 1 ... 9 10 11 12 13 ... 165 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!