pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pywin32 pip install pyHook?1.5.1?cp37?cp37m?win_amd64.whl pip install PyUserInput 安装不成功的可以参照ht ...
分类:
编程语言 时间:
2020-07-10 17:21:02
阅读次数:
75
1、路径 https://www.lfd.uci.edu/~gohlke/pythonlibs/ PS:网上说有时候报404,解决办法是换浏览器,说QQ浏览器有时候报404错误,换谷歌就解决了 我也没遇到过404,不太清楚 2、贴个图 3、下载好whl后安装 python -m pip instal ...
分类:
编程语言 时间:
2020-07-03 15:23:28
阅读次数:
75
install $ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl py2.7: https://storage.googleapi ...
分类:
其他好文 时间:
2020-06-25 19:22:42
阅读次数:
134
https://www.lfd.uci.edu/~gohlke/pythonlibs/ ...
分类:
编程语言 时间:
2020-06-02 12:51:19
阅读次数:
202
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
新公司是内网环境,无法使用pip安装第三方资源库,在网上搜下,可以直接使用pip打包本机所安装的第三方资源库,打包成whl文件 一 进入cmd命令行 1 打包单个模块 pip download pytest -d /tmp 2 打包本机所有的包 pip freeze >requirements.tx ...
分类:
编程语言 时间:
2020-05-12 22:02:50
阅读次数:
97
1 初始化 django 博客项目步骤: 创建新虚拟环境, 安装各种包: $ mkvirtualenv xinjian$ cd xinjian/$ pip install django==1.11.8$ python steup.py install$ pip install PyJWT.whl$ ...
分类:
其他好文 时间:
2020-05-04 21:21:40
阅读次数:
57
安装 Requests 依赖库 pip install requests Collecting requests Using cached requests-2.23.0-py2.py3-none-any.whl (58 kB)Requirement already satisfied: urlli ...
分类:
其他好文 时间:
2020-05-02 21:07:26
阅读次数:
456
https://pytorch.org/get-started/locally/ 去官网,选择你需要的版本。 把 pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/t ...
1.准备工具 1)echarts 去官网下载镜像 https://www.echartsjs.com/zh/download.html 在终端进行 pip 安装 pip install pyecharts-1.7.1-py3-none-any.whl 安装完成之后,我们测试一下, from pyec ...
分类:
其他好文 时间:
2020-04-15 17:59:01
阅读次数:
458