Could not find a version that satisfies the requirement pytest (from versions: )
No matching distribution found for pytest
解决办法:主要是国内网络问题,所以使用豆瓣源安装
pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
示例:pip3 install pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com