Yuming Liu
Yuming Liu
> I also encountered the same problem. When I manually imported the `face_recognition_models` module, its prompt was like this: > > ``` > No module named 'pkg_resources' > ``` >...
https://github.com/jercylew/opemmmlab-camp-assignment/tree/main/assignment-5
https://github.com/jercylew/opemmmlab-camp-assignment/tree/main/assignment-4
https://github.com/jercylew/opemmmlab-camp-assignment/tree/main/assignment-2
https://github.com/jercylew/opemmmlab-camp-assignment/tree/main/assignment-3
https://github.com/jercylew/opemmmlab-camp-assignment/tree/main/assignment-1
I also encountered this issue when runing the automation script for a Qt5 app, when access the control via dlg_spec.property.wait(visible), eg: dlg_mainwindow.ObjectEditDialog.wait("visible") I use the uia backend, it is too...