码迷,mamicode.com
首页 >  
搜索关键字:python升级 安装pip    ( 1556个结果
设置镜像源出现的异常问题,dpkg: warning: files list file for package。。。
问题描述,我按照网上的流程设置好了清华镜像源,但是在使用sudo apt-get install python3-pip命令安装pip的时候,报错。系统提示我使用sudo apt --fix-broken install命令,之后使用此命令,报错dpkg: warning: files list f ...
分类:其他好文   时间:2020-03-15 14:53:42    阅读次数:114
python-qrcode模块生成二维码
安装 pip install qrcode qrcode 依赖 Image 这个包:pip install Image 简单生成网页二维码: import qrcode img = qrcode.make('https://www.cnblogs.com/liming19680104/p/10291 ...
分类:编程语言   时间:2020-03-15 09:56:17    阅读次数:67
python基础篇-wordcloud库的使用
一、概述: 二、安装 pip install wordcloud 三、使用 ...
分类:编程语言   时间:2020-03-12 14:26:29    阅读次数:78
Django常用命令整理
1. django的安装 pip install django==1.11.11 pip install -i 源(清华豆瓣) django==1.11.11 2. 创建项目 django-admin startproject 项目名 通过manage.py执行 CD 项目目录下 3. 创建APP ...
分类:其他好文   时间:2020-03-12 10:13:53    阅读次数:55
1-selenium3安装
pip install selenium 需要安装浏览器驱动https://blog.csdn.net/weixin_38917807/article/details/81388261 下载好的驱动放到浏览器安装目录下面C:\Program Files\Google\Chrome\Applicati ...
分类:其他好文   时间:2020-03-11 10:36:59    阅读次数:49
Python爬虫五 BeautifulSoup库
安装 pip install beautifulsoup4 小测 1. 即使安装的是beautifulsoup4,但是使用时简写为bs4 2. 从bs4库导入一个BeautifulSoup类,注意B和S大写 3. html.parser为解析器,还有xml,lxml, html5lib等解析器 bs ...
分类:编程语言   时间:2020-03-09 22:25:39    阅读次数:65
安装pytest-allure-adaptor后,运行报错:AttributeError: module 'pytest' has no attribute 'allure'
原因:因为pytest-allure-adaptor库基本被python3放弃了,运行很不友好,反正我运行就是报错 解决方法: 先卸载:pip uninstall pytest-allure-adaptor 再安装:pip allure-pytest 然后再去对应case的文件夹下面cmd里面运行: ...
分类:其他好文   时间:2020-03-05 13:07:00    阅读次数:87
Flask 第九话之插件Flask-script
简介: Flask-Script插件为在Flask里编写额外的脚本提供了支持。包括了一个开发服务器,一个定制的Python命令行,用于执行初始化数据库、定时任务和其他属于web应用之外的命令行任务的脚本 一、安装 pip intsall flask-script ...
分类:其他好文   时间:2020-03-05 00:51:54    阅读次数:48
爬虫框架scrapy
1 #mac 安装scrapy 2 pip install scrapy ...
分类:其他好文   时间:2020-03-03 18:56:18    阅读次数:71
Django项目使用gunicorn+supervisor启动,生产环境适用
1.安装gunicorn,在你的生产环境安装: pip install gunicorn 2.安装supervisor yum install supervisor 或 pip installsupervisor 3.配置文件编辑 etc/supervisord.d/test.conf [progr ...
分类:其他好文   时间:2020-03-02 13:12:45    阅读次数:73
1556条   上一页 1 ... 20 21 22 23 24 ... 156 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!