0

I get this error when trying to import s3fs in Python 3.10.2 in Windows:

ImportError: cannot import name 'is_valid_ipv6_endpoint_url' from 'botocore.endpoint'

I found this question in Github that advises using pip install urllib3==1.25.10. I did it but the exception persists.

How can I fix this problem?

Andrew Gaul
  • 2,296
  • 1
  • 12
  • 19
HuLu ViCa
  • 5,077
  • 10
  • 43
  • 93

1 Answers1

0

I think you should update botocore version to 1.23.24 and aiobotocore version to 2.1.2.

https://githubhot.com/repo/aio-libs/aiobotocore/issues/925

jj_ta
  • 16