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

Unable to install the package on Mac M1 pro #1146

Open
abhilashlr7 opened this issue May 18, 2023 · 3 comments
Open

Unable to install the package on Mac M1 pro #1146

abhilashlr7 opened this issue May 18, 2023 · 3 comments

Comments

@abhilashlr7
Copy link

Node version: tried 14, 16 and 19

After node installation, the first error was python not found. then I had set the config for the same using:

npm config set python python3

Tried npm install and yarn install. Neither works. Says the following error:

File "<string>", line 1
npm ERR! gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
npm ERR! gyp ERR! stack                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

So basically, setup, which is the first step, doesn't go well.

@viking1304
Copy link

You can use my fork until they merge my pull request.

More details here:
#1141

@kvieira90
Copy link

+1 running into the same issue

@bm1-phillip
Copy link

I fixed the problem by updating packages and modifying the gulpfile, as the initial setup did not work on my system with Apple M processors.

bm1-phillip/foundation-emails-template

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

No branches or pull requests

4 participants