Hello,
I would like to update my virtual environment.
I am using python 3.9, requests 2.28.1 and charset-normalizer 2.1.1
When I update charset-normalizer:
$ python3 -m pip install -U charset-normalizer
I get this answer:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. requests 2.28.1 requires charset-normalizer<3,>=2, but you have charset-normalizer 3.0.1 which is incompatible.
Is a new version of the Requests library expected in a near future?
Thank you.
Hello,
I would like to update my virtual environment.
I am using python 3.9, requests 2.28.1 and charset-normalizer 2.1.1
When I update charset-normalizer:
$ python3 -m pip install -U charset-normalizerI get this answer:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. requests 2.28.1 requires charset-normalizer<3,>=2, but you have charset-normalizer 3.0.1 which is incompatible.Is a new version of the Requests library expected in a near future?
Thank you.