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

Makefile: Upgrade to Python 3 #1120

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link

@cclauss cclauss commented Jan 23, 2025

-			PYTHON="/opt/local/bin/python2.7" \
+			PYTHON="/opt/local/bin/python3" \

Python 2 died 1,849 days ago on 1/1/2020.

Python 2 died 1,849 days ago on 1/1/2020.
* Node.js no longer supports its use.
    * nodejs/node#25789 was closed in February 2020.
@bahamat
Copy link
Contributor

bahamat commented Jan 23, 2025

Unfortunately it's not as simple as just replacing python2.7 with python3. There are well known breaking changes in python3 that need to be accounted for. We also use node v0.10 in the platform image which needs python2.7.

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

Successfully merging this pull request may close these issues.

2 participants