ez_setup.py安装错误为: D:\Programs\Python2_7_3\Lib\site-packages\ez_setup-0.9>python ez_setup.py install Downloading http://pypi.python.org/packages/source ...
分类:
其他好文 时间:
2020-05-03 12:42:41
阅读次数:
134
国内镜像: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https: ...
分类:
其他好文 时间:
2020-05-01 22:28:04
阅读次数:
86
最近在学习selenium,在python安装selenium的时候(使用pip install selenium方法)出现异常,无法正常安装,找了其他方法也无法安装,于是另辟蹊径: 1.在http://pypi.python.org/pypi/selenium下载selenium安装包 2.安装包 ...
分类:
其他好文 时间:
2020-05-01 18:33:30
阅读次数:
94
https://yq.aliyun.com/articles/317323 pip install --index-url https://pypi.douban.com/simple selenium==2.53.6 ...
分类:
其他好文 时间:
2020-05-01 18:32:45
阅读次数:
64
一.python如何安装依赖? 使用python自带的pip包管理工具,命令行下载依赖包 访问外网可能会超时,这个时候可以使用国内的镜像 pip install --pre scapy[complete] -i https://mirrors.aliyun.com/pypi/simple/ +包名 ...
分类:
编程语言 时间:
2020-05-01 16:40:02
阅读次数:
67
(python 3.7.5)virtualenv --system-site-packages -p python .\torch.\torch\Scripts\activate pip install --upgrade pip pip install -i https://pypi.tuna.t ...
1、pip install tensorflow-gpu==2.1.0 --user(pip install tensorflow-gpu==2.1.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --user) 2、安装VC_redist.x64.exe ...
[TOC] 项目虚拟环境配置 虚拟环境配置: 配置指定的虚拟环境: pip 换源配置: ...
分类:
其他好文 时间:
2020-04-30 19:38:30
阅读次数:
67
今天给大家讲解的是自动化测试示例的解析,如有不对的地方请多多指教。自动化测试示例如下:fromseleniumimportwebdriver fromselenium.webdriver.common.keysimportKeys driver=webdriver.Chrome() driver.get("https://pypi.org/") print(driver
分类:
编程语言 时间:
2020-04-29 10:28:29
阅读次数:
86
前提条件 python version:3.7 1.准备工作 到https://pypi.org/project/frida/#files相应的文件 如下:两个文件frida-12.8.20.tar.gz 和frida-12.8.20-py3.7-win-amd64.egg,根据自己的系统和型号选择 ...
分类:
编程语言 时间:
2020-04-29 00:39:57
阅读次数:
581