日常问题--解决 ‘Could not fetch URL https://pypi.python.org’的问题
难题描述:

解决方法:
使用命令python -m pip install Scrapy --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org,结果:成功


使用命令python -m pip install Scrapy --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org,结果:成功
