尝试在Windows中的Python 3.10.2 中导入s3fs时出现此错误:
ImportError: cannot import name 'is_valid_ipv6_endpoint_url' from 'botocore.endpoint'
我在Github中发现了这个建议使用. 我做到了,但异常仍然存在。pip install urllib3==1.25.10
我该如何解决这个问题?
尝试在Windows中的Python 3.10.2 中导入s3fs时出现此错误:
ImportError: cannot import name 'is_valid_ipv6_endpoint_url' from 'botocore.endpoint'
我在Github中发现了这个建议使用. 我做到了,但异常仍然存在。pip install urllib3==1.25.10
我该如何解决这个问题?