You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/20 08:29:26 UTC

[GitHub] [incubator-tvm] gftd opened a new issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] Leebsun commented on issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'

Posted by GitBox <gi...@apache.org>.
Leebsun commented on issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'
URL: https://github.com/apache/incubator-tvm/issues/5113#issuecomment-609555750
 
 
   Did you solve 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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'
URL: https://github.com/apache/incubator-tvm/issues/5113#issuecomment-601759085
 
 
   Please open a new thread on https://discuss.tvm.ai/

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen closed issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #5113: ModuleNotFoundError: No module named 'tvm._ffi.function'
URL: https://github.com/apache/incubator-tvm/issues/5113
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services