I obtained the following error during an installation.
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.
gitsome 0.8.4 requires click<7.0,>=5.1, but you have click 8.0.1 which is incompatible.
I tried:
pip install click<7.0,>=5.1
which led to
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.
flask 2.0.1 requires click>=7.1.2, but you have click 6.7 which is incompatible.