安装时提示异常,如下: pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
解决方法: 通过指定镜像源的方式进行安装就可以了。 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jieba