Richard Luo
Richard Luo
- 手机型号: LG G2 - uiautomator2的版本号(`pip show uiautomator2`): 2.12.1 当开始了一个session以后 sess.image 报错 `ImportError: cannot import name 'compare_ssim' from 'skimage.measure'`,貌似是因为scikit-image没有require固定的版本,然后新的版本里面`compare_ssim`被改掉了?我试了`0.16.1, 0.17.1, 0.18.1` 都有这个错误 复现代码: ``` import uiautomator2 as u2 d =...
Hi, I'm trying out macrobase on a dataset with ~15 million rows and ~30 columns. I selected three columns to try out first but it's taking forever to run. So...
should be `local` instead of `loal` in ```adb shell /data/loal/tmp/touch```
Environment: conda python==3.8 environment with `qtrade` and `ipython` installed Issue: `'OneDay'` works with `get_historical_data`: ```python uvxy = q.get_historical_data('UVXY', '2019-07-01', '2019-07-02', 'OneDay') ``` but changing `'OneDay'` to `'OneHour'` causes error: ```python...
I'm assuming most of the usages for this package would be for analytics, do you want to include analytical utilities such as `convert_to_pandas` etc. in this package or do you...
This change allows us to connect to one device when multiple devices are connected to adb. Solves #10 (can have multiple python sessions connecting to multiple devices) It's achieved through...