警告内容:

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

相关文章: