Skip to content

Conversation

@skshetry
Copy link
Collaborator

@skshetry skshetry commented Nov 1, 2021

Looks like azure-core is dependent on a dependency chardet that aiohttp brought it with, which has been replaced with charset_normalizer.
But azure-core depends on internal of aiohttp and looks like it tries to set it's own encoding parser, chardet which is now not available.

See if this fixes #6899.

Looks like azure-core is dependent on a dependency `chardet` that aiohttp brought it with, which has been replaced with `charset_normalizer`.
But azure-core depends on internal of aiohttp and looks like it tries to set it's own encoding parser, `chardet` which is now not available.
@skshetry skshetry requested a review from a team as a code owner November 1, 2021 14:41
@skshetry skshetry requested review from efiop and pared November 1, 2021 14:41
@skshetry
Copy link
Collaborator Author

skshetry commented Nov 1, 2021

This fix does unblock our CI, it may be good to wait for this to get fixed upstream for release though.

@skshetry skshetry changed the title [TEST] deps: require chardet as a dependency deps: require chardet as a dependency Nov 1, 2021
@skshetry skshetry added ci dependencies Pull requests that update a dependency file fs: azure Related to the Azure filesystem testing Related to the tests and the testing infrastructure labels Nov 1, 2021
@skshetry skshetry self-assigned this Nov 1, 2021
@skshetry skshetry changed the title deps: require chardet as a dependency deps: require chardet as a dependency for azure Nov 1, 2021
@efiop efiop merged commit a4dc8dd into master Nov 1, 2021
@efiop efiop deleted the skshetry-patch-1 branch November 1, 2021 16:25
@efiop
Copy link
Contributor

efiop commented Nov 1, 2021

Thank you! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file fs: azure Related to the Azure filesystem skip-changelog Skips changelog testing Related to the tests and the testing infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dvc pull: failed to pull data from the Azure Blob in GitHub Actions

2 participants