-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi! I get the following error while running autoperf with any of the examples from autoperf/examples directory:
Traceback (most recent call last): File "/usr/local/bin/autoperf", line 299, in <module> main() File "/usr/local/bin/autoperf", line 294, in main autoperf = Autoperf() File "/usr/local/bin/autoperf", line 38, in __init__ if uname['system'] == 'Darwin': subdir = 'apple' TypeError: tuple indices must be integers or slices, not str
I use Python 3.5.2, Ubuntu 16.04, CMake 3.15.2.