在win10上启动django报错解决

警告内容:

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

posted @ 2020-05-14 19:06  道霖  阅读(534)  评论(0编辑  收藏  举报