executorch icon indicating copy to clipboard operation
executorch copied to clipboard

error while Building an ExecuTorch Android Demo App

Open tggmbi opened this issue 1 year ago • 1 comments

following the tutorial here : https://pytorch.org/executorch/stable/demo-apps-android.html#id3 trying to tun this command : python -m examples.qualcomm.scripts.deeplab_v3 -b build_android -m SM8450 -s MYSERIALCODE I am getting this: Traceback (most recent call last): File "/Users/xxxx/miniconda3/envs/executorch/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/xxxx/miniconda3/envs/executorch/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/Users/xxxx/executorch/examples/qualcomm/scripts/deeplab_v3.py", line 18, in <module> from executorch.examples.qualcomm.scripts.utils import ( ModuleNotFoundError: No module named 'executorch.examples.qualcomm'

tggmbi avatar May 01 '24 22:05 tggmbi

Thank you for trying it out! Seems like a set up issue, did you follow https://pytorch.org/executorch/0.2/build-run-qualcomm-ai-engine-direct-backend.html to install the required dependancy?

cccclai avatar May 02 '24 06:05 cccclai