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

InfluxDB / Homebrew issue with M1 processor #171

Open
msonderegger opened this issue Jun 30, 2022 · 3 comments
Open

InfluxDB / Homebrew issue with M1 processor #171

msonderegger opened this issue Jun 30, 2022 · 3 comments
Assignees

Comments

@msonderegger
Copy link
Member

System Info
Screen Shot 2022-06-30 at 4 27 49 PM
:

homebrew now installs by default into /opt/homebrew on Apple Silicon machines (like this one, M1 Pro processor). From Homebrew docs:

Uploading Screen Shot 2022-06-30 at 4.29.50 PM.png…

This required me changing the pgdb script referenced here . Diff of changes:

Screen Shot 2022-06-30 at 4 31 53 PM

... after which the polyglot install worked. (I forget what the arch -arm call is for, I found it online somewhere..)

So I think this script just has to be changed to check if the machine uses Apple Intel or Apple Silicon chip, use the current code ( elif sys.platform == 'darwin'...)
for Apple Intel, add a new block for Apple Silicon?

@msonderegger
Copy link
Member Author

@michaelhaaf if there is any way we can prioritize this, it's driving me nuts :) I now can't install polyglot on my laptop using (conda), it has to be from source, which leads to other issues.

@michaelhaaf
Copy link
Collaborator

Yep, this can be prioritized. I'll message on slack for a few more details

@msonderegger
Copy link
Member Author

Thank you !

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

2 participants