但是此处报出几个错误:
1、C:\Users\gala\Envs\spider\lib\site-packages\OpenSSL_util.py:6: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.hazmat.bindings.openssl.binding import Binding
这个好像是依赖问题,是不是python3.6就用不了这个cryptography这个模块了?
2、爆出了MaxRetryError错误,这个是达到最大重试次数了吗?
老师,问一下这种情况怎么解决啊?