After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. code example
Example 1: what is --use-feature=2020-resolver
python -m pip install --upgrade pip
Example 2: what is --use-feature=2020-resolver
pip install example --use-feature=2020-resolver