Leeon123 / CC-attack

Using Socks4/5 or http proxies to make a multithreading Http-flood/Https-flood (cc) attack.
GNU General Public License v2.0
942 stars 416 forks source link

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

Open MiChaelinzo opened 1 year ago

MiChaelinzo commented 1 year ago
/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 commented 1 year ago

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

peterpt commented 1 year ago

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 .