From bb66558409a5d0bbba329af28b4a879adfd21047 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sat, 24 Aug 2024 17:33:38 +0200 Subject: [PATCH] dev(doc): note workaround for missing distutils --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c11085eef51..ae069e70edf4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ choco install hyper ## Contribute -Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install. +Regardless of the platform you are working on, you will need to have Yarn v1 installed. If you have never installed Yarn v1 before, you can find out how at: https://yarnpkg.com/en/docs/install. 1. Install necessary packages: * Windows @@ -108,6 +108,10 @@ If you are getting compiler errors when running `yarn` add the environment varia If you have issues in the `codesign` step when running `yarn run dist` on macOS, you can temporarily disable code signing locally by setting `export CSC_IDENTITY_AUTO_DISCOVERY=false` for the current terminal session. +##### Error with `electron-rebuild` when using Python 3.12 + +If you get an import error at `electron-rebuild` while using Python 3.12, you need to install `setuptools`. + ## Related Repositories - [Website](https://github.com/vercel/hyper-site)