TheNeuralBit commented on pull request #13321: URL: https://github.com/apache/beam/pull/13321#issuecomment-726445532
I think the 2020 resolver would have solved this. It looks like botocore has since released 1.19.17 that fixes the issue (so I opened https://github.com/apache/beam/pull/13328 to rollback), but I tried pinning 1.19.16 to reproduce the error, then passing `--use-feature=2020-resolver` successfully resolved it by installing 1.25.11: ``` ❯ pip freeze | grep -E 'botocore|urllib3' botocore==1.19.16 urllib3==1.25.11 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
