https://blog.csdn.net/youcharming/article/details/51073911
要用 pip 安装指定版本的 Python 包,只需通过 == 操作符 指定
pip install robotframework==2.8.7
https://blog.csdn.net/youcharming/article/details/51073911
pip 安装指定版本的 Python 包,只需通过 == 操作符 指定pip install robotframework==2.8.7
将安装robotframework 2.8.7 版本
PS:
python2 的默认mock==3.0.5
--ignore-installed flag:sudo -H pip3 install --ignore-installed PyYAMLpip first uninstalls the old version, then installs the new version. It is the uninstall step that fails for distutils packages. With the --ignore-installed flag, the uninstall step is skipped and the new version is simply installed on top of the old one.