dreamqin68 opened a new issue #5440:
URL: https://github.com/apache/incubator-tvm/issues/5440


   I installed VTA according to the VTA Simulator Installation guide. Then I 
set the environment. But when I imported vta, there was a bug.
   
   `Traceback (most recent call last):
   
     File "<stdin>", line 1, in <module>
   
     File "/home/dream/tvm/vta/python/vta/__init__.py", line 27, in <module>
       from .bitstream import get_bitstream_path, download_bitstream
   
     File "/home/dream/tvm/vta/python/vta/bitstream.py", line 24, in <module>
       from .environment import get_env
   
     File "/home/dream/tvm/vta/python/vta/environment.py", line 325, in <module>
       Environment.current = _init_env()
   
     File "/home/dream/tvm/vta/python/vta/environment.py", line 321, in 
_init_env
       raise RuntimeError("Cannot find config in %s" % str(config_path))
   
   RuntimeError: Cannot find config in /3rdparty/vta-hw/config/vta_config.json`
   
   In fact, I found `vta_config.json` in `/3rdparty/vta-hw/config/`. 
   
   I don't know how to fix it.


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


Reply via email to