Issue: DJI Go 4 crashes immediately upon launch on Android 12 (S20 FE in my case). Lots of whining on forums, but fix is poorly documented.
Fix: download and manually install .apk here: https://www.dji.com/downloads/djiapp/dji-go-4
Issue: DJI Go 4 crashes immediately upon launch on Android 12 (S20 FE in my case). Lots of whining on forums, but fix is poorly documented.
Fix: download and manually install .apk here: https://www.dji.com/downloads/djiapp/dji-go-4
You want to edit file py3k_compat.py - depending on where you installed Python, this path will vary:
c:\python\lib\site-packages\pyreadline\py3k_compat.py
or (if installed for all users),
C:\Program Files\Python310\Lib\site-packages\pyreadline\py3k_compat.py
Update line 8 to read (add the .abc. - edit as Administrator if working in Program Files, don't change indentation):
return isinstance(x, collections.abc.Callable)
Reference:
https://www.mfitzp.com/tutorials/using-micropython-raspberry-pico/
https://github.com/hylang/hy/issues/2114