I met some errors when running the VTA simulator. The pictures of errors are as followed. Is it a bug? How to fix it?
Python 2 is not supported by TVM. Use python 3.
@tkonolige We used to have a check and an error message saying python2 is no longer supported, but the syntax issue prevents python3 to print it
tqchen
5
perhaps we should avoid fstring in the top-level init then to enable a better error message
I got the point. It needs python version higer than 3.6 but my version is 3.5. Thanks for your help!!@tqchen @junrushao @tkonolige
tqchen
7
Thanks @kingsman ! It indeed revealed a problem that we should address
tqchen
8