-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Following the docs/getting_started.ipynb im continuing getting this error in multipass ->
warnings.warn(
Traceback (most recent call last):
File "/home/ubuntu/android/test_ai_edge.py", line 2, in
import ai_edge_torch
File "/home/ubuntu/env/lib/python3.11/site-packages/ai_edge_torch/init.py", line 16, in
from ai_edge_torch._convert.converter import convert
File "/home/ubuntu/env/lib/python3.11/site-packages/ai_edge_torch/_convert/converter.py", line 21, in
from ai_edge_torch._convert import conversion
File "/home/ubuntu/env/lib/python3.11/site-packages/ai_edge_torch/_convert/conversion.py", line 29, in
from ai_edge_litert.aot import aot_compile as aot_compile_lib
ModuleNotFoundError: No module named 'ai_edge_litert.aot'
Error in Macos m3 pro ->
dlopen(/Users///.venv/lib/python3.11/site-packages/tensorflow/lite/python/metrics/_pywrap_tensorflow_lite_metrics_wrapper.so, 0x0002): Symbol not found: _Wrapped_PyInit__pywrap_tensorflow_lite_metrics_wrapper
any directions to help me get this going?