Exception:Traceback (most recent call last): File "/home/djangogirls/myvenv/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/home/djangogirls/myvenv/lib/python3.6/site-packages/…
When you install packages using setup.py, the error: (py37) C:\Users\weda\Phd\python packages\visibility_graph-0.4>python setup.py install Traceback (most recent call last): File "setup.py", line 11, in long_description=readme(), File "s…
1.安装python环境 1.1 安装python包管理器: wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py 1.2 安装python虚拟环境virtualenv virtualenvwrapper 首先说明下为什么要装这两个包: First, it's important to understand that a virtual environment is a special tool used to ke…
#####20181225 1.python解决SNIMissingWarning和InsecurePlatformWarning警告在想要获取https站点的资源时,会报出SNIMissingWarning和InsecurePlatformWarning警告 SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not availa…