MetaMask/website

`yarn install` fails with Python `>=3.11`

Closed this issue · 2 comments

ritave commented

CSI Ticket: https://github.com/ConsenSys/dx-team/issues/1511

node-gyp fails to run during installation of gatsby-cli due to ValueError: invalid mode: 'rU' while trying to load binding.gyp.

This is because U mode has been removed in Python 3.11.

Upgrading node-gyp will solve the problem.

Ticket Update:

Created a development ticket to address this: https://github.com/ConsenSys/dx-team/issues/1511

Keep this ticket posted,

Joshua

Ticket Update:

Solution to this issue has been posted on ticket: https://github.com/ConsenSys/dx-team/issues/1511#issuecomment-1516436427

We will work on the upgrade, but it will take some time.