This is because of different requests module installed by the OS and the python dependencies for your local installation.
It can be solved by upgrading requests:
pip install requests
or
pip3 install requests
This is because of different requests module installed by the OS and the python dependencies for your local installation.
It can be solved by upgrading requests:
pip install requests
or
pip3 install requests