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

update install_quarto to distinguish arm64 and amd64 #1356

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

JonasHarnau
Copy link

_install_linux now infers the machine and installs the appropriate quarto version accordingly.

Addresses issue for example when running a devcontainer for development with VSCode.

Concrete case using the image mcr.microsoft.com/devcontainers/python:1-3.11-bullseye on an Apple M2 machine. This caused the quarto installation to fail since sys.platform in the devcontainer is linux but the arm64, not amd64, distribution of Quarto is needed.

_install_linux now infers the machine and installs the appropriate quarto version accordingly.

Addresses issue for example when running a devcontainer for development with VSCode.

Concrete case using the image `mcr.microsoft.com/devcontainers/python:1-3.11-bullseye` on an Apple M2 machine.
This caused the quarto installation to fail since `sys.platform` in the devcontainer is linux but the arm64, not amd64, distribution of Quarto is needed.
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jph00
Copy link
Member

jph00 commented Oct 19, 2023

Many thanks!

@jph00 jph00 merged commit 552b13c into fastai:master Oct 19, 2023
@jph00 jph00 added the enhancement New feature or request label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants