Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest renamerOnUpdate #52

Closed
PsychoSid opened this issue Jun 27, 2022 · 3 comments
Closed

Latest renamerOnUpdate #52

PsychoSid opened this issue Jun 27, 2022 · 3 comments

Comments

@PsychoSid
Copy link

Hello,

Just updated all my pip stuff this morning and now getting the following message from the plugin.

ERRO[2022-06-27 12:05:05] [Plugin / renamerOnUpdate] /usr/local/lib/python3.10/site-packages/requests/__init__.py:109: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (2.1.0) doesn't match a supported version!
ERRO[2022-06-27 12:05:05] [Plugin / renamerOnUpdate]   warnings.warn(

I don't like to downgrade/pin versions if I can get away with it.

Cheers.

@Belleyy
Copy link
Contributor

Belleyy commented Jun 27, 2022

What version of Request module you have ? I have the latest (2.28.0) and don't have any issue 🤔


edit:
it's a issue from Requests (psf/requests#6177).
Can't do much on plugin side, you will need to downgrade chardet or wait for a fix (someone already made a PR to fix it, just need to wait for the check).

@PsychoSid
Copy link
Author

Thanks. It was the chardet that was updated to v5.0.0 from my pip update logs. Moving back to v4.0.0 solved it for now. But as that has hit the repos it might become a wider issue for people.

@bnkai
Copy link
Collaborator

bnkai commented Sep 16, 2022

Closing as issue was resolved

@bnkai bnkai closed this as completed Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants