随笔分类 -  python

摘要:答:使用--proxy选项指定代理,示例如下: $ pip3 --proxy="http://USERNAME:PASSWORD@PROXYIP:PROXYPORT" install pycrypto (自行替换USERNAME,PASSWORD,PROXYIP,PROXYPORT) 注意:如果US 阅读全文
posted @ 2020-08-21 10:10 Jello 阅读(3315) 评论(0) 推荐(0) 编辑
摘要:答: 安装pyctyptodome $ pip2 install pycryptodome $ pip3 install pycryptodome 阅读全文
posted @ 2020-06-04 11:37 Jello 阅读(886) 评论(0) 推荐(0) 编辑
摘要:答: 重装python-requests/python3-requests $ sudo apt-get install --reinstall python-requests python3-requests -y 阅读全文
posted @ 2020-06-03 13:31 Jello 阅读(1180) 评论(0) 推荐(0) 编辑
摘要:答: 安装python-setuptools/python3-setuptools$ sudo apt-get install python-setuptools python3-setuptools 阅读全文
posted @ 2020-05-08 20:23 Jello 阅读(10258) 评论(0) 推荐(0) 编辑
摘要:$ python3 -m pip install -U pillow 阅读全文
posted @ 2020-02-05 10:21 Jello 阅读(173) 评论(0) 推荐(0) 编辑
摘要:$ python3 -m pip install -U selenium 阅读全文
posted @ 2020-02-05 10:19 Jello 阅读(361) 评论(0) 推荐(0) 编辑
摘要:1.执行一下命令进行安装 sudo apt-get install python3-distutils wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py sudo python3 -m pip install jupy 阅读全文
posted @ 2019-01-11 12:45 Jello 阅读(632) 评论(0) 推荐(0) 编辑
摘要:注:这是多用户版本 1.安装依赖 sudo apt-get install npm nodes sudo apt-get install python3-distutils wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip. 阅读全文
posted @ 2019-01-11 11:38 Jello 阅读(826) 评论(0) 推荐(0) 编辑
摘要:答: sudo apt-get install python-pip (如果没有安装pip的话,需要这一操作) pip install pycrypto 阅读全文
posted @ 2018-12-11 18:10 Jello 阅读(5762) 评论(1) 推荐(0) 编辑
摘要:1. environment release version: bionic kernel version:4.15.0-29-generic 2.install pip 2.1 sudo apt-get install python3-distutils (resolve a problem:Im 阅读全文
posted @ 2018-10-05 16:15 Jello 阅读(627) 评论(0) 推荐(0) 编辑