when I executed pip3 install jmespath==1.0.1, I encountered the following problem.
# pip3 install jmespath==1.0.1
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting jmespath==1.0.1
Could not find a version that satisfies the requirement jmespath==1.0.1 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.10.0)
No matching distribution found for jmespath==1.0.1
when I executed pip3 install jmespath==1.0.1, I encountered the following problem.
I don't know how to resolve it.