-
Notifications
You must be signed in to change notification settings - Fork 79
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
Upgrade to Python 3 #34
Comments
To add, Python 2.7 was discontinued before the osx-arm64 platform was released, so no such build exists. Therefore python 2 scripts are very unfriendly to users of MacOS built on Apple chips |
@Xiaoven As a workaround for the time being, it looks like you can compile by using Docker and building for amd64 from the |
I addressed the issue using the |
@Xiaoven Thanks, I have had fllowed your strategy and eventually figure this problem |
Most of the Yacc parser (and maybe other portions) were written in Python 2. Since Python 2 was deprecated in 2020, we should update the codebase to use Python 3.
The text was updated successfully, but these errors were encountered: