-
Notifications
You must be signed in to change notification settings - Fork 446
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
ARM 64 - node sass issue #596
Comments
Was able to get further by changing the dockerfile to perform a find and replace on
However, now I run into the following issue when performing
|
Potentially fixed the above by installing tutor-mfe, with the fix to the dockerfile described here. However, now running into a new error.
Found this related stackoverflow, but still working to resolve. |
There's definitely an ARM64 binary: The solution is to track down the Launchpad build process and get the Since there are no complicated dependencies you should have the binary installed pretty easily, but that's just half the story. In that case I'm seeing some peculiar stuff: |
Guys, please discuss your issues in the forum. Do not use GitHub issues to troubleshoot your installation. Come back to GitHub once you have identified a precise problem. See: https://docs.tutor.overhang.io/troubleshooting.html |
I followed the tutorial for installing tutor with arm-64 here (including running the
tutor dev dc build lms
command).When I get to the final step,
tutor dev start
, I run into the following error.I believe this is related to the following.
I am not sure if the
Can't find Python executable "python", you can set the PYTHON env variable.
is another issue.The text was updated successfully, but these errors were encountered: