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

RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.1.0) #118

Open
MiChaelinzo opened this issue Aug 5, 2023 · 2 comments
Open

RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.1.0) #118

MiChaelinzo opened this issue Aug 5, 2023 · 2 comments

Comments

@MiChaelinzo
Copy link

/usr/local/lib/python3.11/dist-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " 

@Pochinki98
Copy link

that's not a problem. it can still work with it smoothly.

@peterpt
Copy link

peterpt commented Sep 15, 2023

thank you , for your issue , i got a previous error in script with python libs errors , thanks to you i knew witch version of urllib3 was needed to make it work .
after installing the proper urllib3 package version it started to work fine .
however it would be interesting for the developer of this tool create a requirements.txt file in this git so people would know witch versions of python packages was this script build .

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