-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running autoperf with examples #29
Comments
Hi there! Unfortunately, we haven't had a chance to convert autoperf to python3, so it still requires python 2.7. If you have that, you can give it a try. I will try to find time to get it converted in the next month or so. |
Hi again! I've tried launching autoperf with python2.7, but the following syntax error shows up: This is python3 syntax, therefore this led me back to using python3. I've fixed the Still, a new error shows up:
Not sure if the actual reason for this is not fully completed python3 conversion, but thought this might be helpful. |
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.
The text was updated successfully, but these errors were encountered: