python airtest

安装

1
pip install -U airtest

问题

1
2
3
4
5
6
7
Collecting opencv-contrib-python
Downloading opencv_contrib_python-4.5.1.48-cp37-cp37m-win_amd64.whl (41.2 MB)
| | 40 kB 2.4 kB/s eta 4:45:17ERROR: Exception:
Traceback (most recent call last):
File "c:\python37\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 171, in _merge_into_criterion
crit = self.state.criteria[name]
KeyError: 'opencv-contrib-python'

解决

1
2
# Consider using the --user option or check the permissions.
pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python