在win10上启动django报错解决
时间:2020-05-14 20:10:36
收藏:0
阅读:180
警告内容:
DependencyWarning: SOCKS support in urllib3 requires the installation of optional dependencies: specifically, PySocks.
For more information, see https://urllib3.readthedocs.io/en/latest/contrib.html#socks-proxies
DependencyWarning
解决方法:
# 安装 win-inet-pton模块
pip install win-inet-pton
参考:
https://blog.csdn.net/YPFeime/article/details/105607769
原文:https://www.cnblogs.com/t-road/p/12890793.html
评论(0)