xingweitian / fund-my-watcard

A tool to add fund to WatCard easily.
https://pypi.org/project/fund-my-watcard/
GNU General Public License v3.0
10 stars 4 forks source link

Conflict of the installment package #9

Closed peterzhangboyun closed 5 years ago

peterzhangboyun commented 5 years ago

When installing the package, appears the warning as below: RequestsDependencyWarning: urllib3 (1.25.3) or chardet (3.0.4) doesn't match a supported version.

xingweitian commented 5 years ago

Thanks for pointing it out! In the next sprint, let's find a way to resolve this issue.

peterzhangboyun commented 5 years ago

try the command as below:

sudo pip install --upgrade requests
xingweitian commented 5 years ago

Yes, this issue is because that the version of requests and urllib3 are incompatible. Downgrade urllib3 or upgrade requests can fix the warning. But, I am thinking if there is a better way to resolve this.