gftd opened a new issue #5113: ModuleNotFoundError: No module named 
'tvm._ffi.function'
URL: https://github.com/apache/incubator-tvm/issues/5113
 
 
   error info:
   
     File "mobilenet_v2.py", line 35, in <module>
       import tvm.relay as relay
   
     File "/workspace/python/tvm/relay/__init__.py", line 26, in <module>
       from . import expr_functor
   
     File "/workspace/python/tvm/relay/expr_functor.py", line 24, in <module>
       from .op import Op
   
     File "/workspace/python/tvm/relay/op/__init__.py", line 23, in <module>
       from . import strategy
   
     File "/workspace/python/tvm/relay/op/strategy/__init__.py", line 22, in 
<module>
       from .generic import *
   
     File "/workspace/python/tvm/relay/op/strategy/generic.py", line 22, in 
<module>
       import topi
   
     File "/usr/tvm/topi/python/topi/__init__.py", line 16, in <module>
       from . import cpp
   
     File "/usr/tvm/topi/python/topi/cpp.py", line 22, in <module>
       from tvm._ffi.function import _init_api_prefix
   
   ModuleNotFoundError: No module named 'tvm._ffi.function'
   
   
   I run deploy_model_on_android.py in docker and get this error.  How can i 
fix this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to