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

Python Magic requirments diffrent arquitecture for macos #338

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

fabian-nunes
Copy link
Contributor

For MacBooks with M1 Python Magic bin causes pip to crash during the installation of the dependencies, however this does not seem to affect Intel MacBooks, my solution is to add an extra check to the requirements to differentiate between different arquitecturas in the case of MacOS. (It would be interesting to see if this bug affects arm64 linux such as Raspian).

This way Intel MacBooks install the latest version of Magic Bin.
And ARM MacBooks install the latest version of Python Magic.

@abrignoni abrignoni merged commit c45bd0e into abrignoni:main Feb 25, 2023
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

Successfully merging this pull request may close these issues.

2 participants