随笔分类 - python
摘要:答:使用--proxy选项指定代理,示例如下: $ pip3 --proxy="http://USERNAME:PASSWORD@PROXYIP:PROXYPORT" install pycrypto (自行替换USERNAME,PASSWORD,PROXYIP,PROXYPORT) 注意:如果US
阅读全文
摘要:答: 安装pyctyptodome $ pip2 install pycryptodome $ pip3 install pycryptodome
阅读全文
摘要:答: 重装python-requests/python3-requests $ sudo apt-get install --reinstall python-requests python3-requests -y
阅读全文
摘要:答: 安装python-setuptools/python3-setuptools$ sudo apt-get install python-setuptools python3-setuptools
阅读全文
摘要:$ python3 -m pip install -U pillow
阅读全文
摘要:$ python3 -m pip install -U selenium
阅读全文
摘要:解决:pip install pyyaml
阅读全文
摘要: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
阅读全文
摘要:注:这是多用户版本 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.
阅读全文
摘要:答: sudo apt-get install python-pip (如果没有安装pip的话,需要这一操作) pip install pycrypto
阅读全文
摘要: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
阅读全文