Post
Topic
Board Electrum
Re: Electrum 4.1.0: Two warning messages
by
ETFbitcoin
on 04/04/2021, 09:08:44 UTC
urllib3 is most popular package (see https://hugovk.github.io/top-pypi-packages/). If you uninstall urllib3, many application/library will be removed as well and could break the OS.

Thanks for your warning about uninstalling "urllib3".

By "urllib3", did you mean "python3-urllib3" ? Debian 10 has a package called "python3-urllib3 (1.24.1-1)" but not "urllib3".

Yes. Python library which can installed by Debian usually have prefix "python3-". Few library might have different prefix such as "python3.6-" or "python3.7-".