Troubles with running android installation
Closed this issue · 4 comments
misfit-mischief commented
I have followed patienx step by step guide for installing on android and all goes well, until I try to run it.
AttributeError: module 'timm.models._registry' has no attribute 'get_pretrained_cfgs_for_arch'. Did you mean: 'get_pretrained_cfg_value'?
This is the error I keep getting. Any advice is appreciated.
rupeshs commented
misfit-mischief commented
I tried that as well but it fails to even install with this method. Something about not being able to find mediapipe 0.10.9
rupeshs commented
I tried that as well but it fails to even install with this method. Something about not being able to find mediapipe 0.10.9
Could you make sure that you are using python 3.11?
misfit-mischief commented
Latest ubuntu is on python3.12, solution was to sub in Debian, it has python3.11, works as expected now.