I think the command `python` is aliased to Python 2.7. What happens if you do `which python`? This should give you the alias of the `python` command. For instance, in my case is `/usr/bin/python`. Then you can write `ls -al /usr/bin/python` to see where the symbolic link points to.
A simple workaround is to run `$ python3.7 vta/tests/python/integration/test_benchmark_topi_conv2d.py` Alternatively, you can create a new link to the new Python version. --- [Visit Topic](https://discuss.tvm.ai/t/vta-installation-testing/6331/2) 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/aa3c7d6c0135bf6e110fb8df92e4bde79c5536c9300cac197ee60822ee3cb816).
