Posts

Showing posts from June, 2026

android unable to kill current application

 If you run into issue trying to install your app but being told unable to kill your current app, then you can try to run  adb shell am force-stop com.appcoreopc.getmyhome adb kill-server; adb start-server  

python huggingface loaddataset package erroring out - partially initialize module dataset has no attribute utils.

Image
The error AttributeError: partially initialized module 'datasets' has no attribute 'utils' suggests a problem with the datasets library's installation or an internal conflict, possibly due to a circular import. And all it took for us to do is Restart runtime and then re-run the cell.