joshfischer1108 commented on issue #3638: URL: https://github.com/apache/incubator-heron/issues/3638#issuecomment-735514676
It looks like you are using Python 3.9. At this time we are supporting 3.8 at the highest. I just ran the commands listed above and was able to successfully build on my local. If using brew on OSX you can install Python 3.8 and switch to it. Note: The following commands may not be 100% correct. To install ``` $ brew install [email protected] ``` To switch it would be something like the below ``` $ brew switch python 3.8 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
