ansible step: 问题2:(由于安装的python3.6.4,想默认使用pip3.6安装requirements) 根据官方文档,错误是 executable无法和virtualenv 2个parameters并行 https://docs.ansible.com/ansible/late ...
分类:
其他好文 时间:
2020-05-25 19:14:17
阅读次数:
58
python在安装locust包的时候,报错,会出现如图所示的内容 遇到这种情况的时候,可以这么来解决,就是在安装源后面加一个版本号,我这里以豆瓣的安装源为例 pip3 install -i https://pypi.douban.com/simple/ locustio==0.14.6 这么输入后 ...
分类:
编程语言 时间:
2020-05-25 12:15:58
阅读次数:
316
TensoeFlow+SSD的环境搭建 1. 先下载TensorFlow的models,然后进入models_master文件夹 https://github.com/tensorflow/models 2. 安装依赖库(见3~) Protobuf 3.0.0 Python tk Pillow 1. ...
分类:
其他好文 时间:
2020-05-24 12:10:44
阅读次数:
113
安装xadmin pip3 install xadmin-django2 也可以使用安装压缩包的方式安装 1.解压 2.pip3 install 名字 (1)新建Python Package "extra_apps",把源码xadmin文件夹放到extra_apps文件夹下面 (2)把extra_a ...
分类:
其他好文 时间:
2020-05-22 21:47:49
阅读次数:
82
前言 在自动化测试中,有unittest+HTMLTestRunner自动化测试报告,但是生成的测试报告不够美观详细,今天我们来学习一下Pytest+Allure生成自动化测试报告。 一:安装python中的allure依赖库 在dos窗口中,输入下面三个命令: pip3 install pytes ...
分类:
其他好文 时间:
2020-05-22 17:25:29
阅读次数:
314
pip3 install scrapy Collecting scrapy Using cached Scrapy-2.1.0-py2.py3-none-any.whl (239 kB) Collecting pyOpenSSL>=16.2.0 Downloading pyOpenSSL-19.1. ...
分类:
系统相关 时间:
2020-05-22 17:15:38
阅读次数:
80
1 pip3 --default-timeout=1000 install -U pip https://www.cnblogs.com/lucky-cat233/p/12605537.html https://blog.csdn.net/weixin_39773337/article/detail ...
分类:
其他好文 时间:
2020-05-21 19:05:43
阅读次数:
45
pip3 install python3-ldap 报错 首先你要先安装python3-devel和gcc 再次执行 pip3 install python3-ldap 就能安装成功 ...
分类:
编程语言 时间:
2020-05-19 11:00:48
阅读次数:
106
运行python程序时发现缺少numpy库 运行-》cmd输入 pip3 install numpy,下载中 看到Successfully installed numpy-1.18.4显然安装成功了 输入python进入python解释器并输入import numpy as np验证一下,没报错,确 ...
分类:
编程语言 时间:
2020-05-18 18:41:38
阅读次数:
398
准备 python3 pip3 brew install python3 pip3 --default-timeout=1000 install --upgrade pip pip3 install mitmproxy --default-timeout=1000 ios wifi代理 电脑的ip ...
分类:
系统相关 时间:
2020-05-18 18:40:56
阅读次数:
92