Hi I am installing VTA following the instructions from
https://tvm.apache.org/docs//vta/install.html#vta-fpga-toolchain-installation
and when get to test my VTA Simulation Setup, I got an error
$ python vta/tests/python/integration/test_benchmark_topi_conv2d.py
Traceback (most recent call last):
File "vta/tests/python/integration/test_benchmark_topi_conv2d.py", line 27,
in <module>
import tvm
File "/home/sophia/tvm/python/tvm/__init__.py", line 25, in <module>
from ._ffi.base import TVMError, __version__
File "/home/sophia/tvm/python/tvm/_ffi/__init__.py", line 27, in <module>
from . import _pyversion
File "/home/sophia/tvm/python/tvm/_ffi/_pyversion.py", line 26, in <module>
raise Exception(PY3STATEMENT)
Exception: The minimal Python requirement is Python 3.6
But when I install the newest python by
$ sudo apt-get install python3.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3.7 is already the newest version (3.7.5-2~18.04).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
This error still occurs. Could anyone give me some help please?
---
[Visit Topic](https://discuss.tvm.ai/t/vta-installation-testing/6331/1) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/f34ff27e78741a55a1211039e04acf3f1e09c9f7e0aa3c2acd01b6a3c5ef5d07).