-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Dependency on Python 2 due to outdated node-gyp #6427
Comments
Looks we need to update node-sass:
|
Actually, node-sass is the package that needs updating first: https://github.com/sass/node-sass/blob/aa193f6334e45ae065cc64d67498acfad9fad4d9/package.json#L67 I'd suggest you open an issue there. |
sass/node-sass#2877 |
As per sass/node-sass#2877 (comment), there seems to be a replacement library that does not depend on Python 2. |
Thanks for the heads up @C0rn3j ! I gave it a quick try on this branch https://github.com/jitsi/jitsi-meet/tree/replace-sass, but doesn't seem to be a drop-in replacement (or node-sass was more lenient with some stuff):
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
The former is no longer actively maintained. Fixes: #6427
The former is no longer actively maintained. Fixes: #6427
package-lock.json
has an old version of node-gyp, which is dependent on Python 2.Python 2 has reached End of Life, so it'd be a good idea if jitsi-meet also built fine with Python 3.
Tested on Arch Linux with Python 3.8.2
The text was updated successfully, but these errors were encountered: