I tried installing the requests module for the mu editor through command line with the following command:
pip install requests --target "C:\Users\Amit Singh\AppData\Local\python\mu\site-packages"
and it it giving me the following error:
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.
aiohttp 3.6.2 requires chardet<4.0,>=2.0, but you have chardet 4.0.0 which is incompatible.
I tried searching about this error but to no avail. Is this error fatal in any sense? And what should I do to resolve it?