Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while Building an ExecuTorch Android Demo App #3463

Open
tggmbi opened this issue May 1, 2024 · 1 comment
Open

error while Building an ExecuTorch Android Demo App #3463

tggmbi opened this issue May 1, 2024 · 1 comment
Labels
partner: qualcomm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm

Comments

@tggmbi
Copy link

tggmbi commented May 1, 2024

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'

@cccclai cccclai added the partner: qualcomm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm label May 2, 2024
@cccclai
Copy link
Contributor

cccclai commented May 2, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partner: qualcomm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm
Projects
None yet
Development

No branches or pull requests

2 participants