You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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 "
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: