Skip to content
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

Python 3 support #52

Open
PKazakova opened this issue May 6, 2020 · 2 comments
Open

Python 3 support #52

PKazakova opened this issue May 6, 2020 · 2 comments

Comments

@PKazakova
Copy link

PKazakova commented May 6, 2020

Hi!
Does the current version xHLA support python3?

@xhy1219
Copy link

xhy1219 commented May 20, 2020

I ran it on python3. You need to modify a bit on bin/report.py.
In this line: parser.add_argument('-in', dest = 'input', type = file, required = True, help = 'Input file')
type=file needs to be changed into type=open

@serge2016
Copy link

Can we hope to see this update soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants