问题: Traceback (most recent call last): File "/home/python/.virtualenvs/toutiao/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise rais Read More
问题: ERROR: Command errored out with exit status 1: command: 'C:\ProgramData\anaconda3\envs\flask_learn\python.exe' -u -c 'import sys, setuptools, toke Read More
问题如下: [root@localhost network-scripts]# systemctl restart network Job for network.service failed because the control process exited with error code. S Read More
1. 创建pip.conf文件 首先进入到.pip目录下 cd ~/.pip 如果.pip目录不存在,则手工创建一个 #已经在~目录下 cd ~ mkdir .pip cd ~/.pip 在.pip目录下场景pip.conf文件 touch pip.conf 2. 编辑pip.conf vi pip Read More