[GH-ISSUE #1648] [Bug]: use brew to install playcover having an error #1041

Closed
opened 2026-03-03 19:03:13 +03:00 by kerem · 2 comments
Owner

Originally created by @yhwyxy on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1648

Describe the bug

use brew to install
Error: Cask playcover-community depends on hardware architecture being one of [{:type=>:arm, :bits=>64}], but you are running {:type=>:intel, :bits=>64}.
QQ_1724471003178

Steps to reproduce

  1. open terminal, input "brew install --cask PlayCover/playcover/playcover-community"
  2. run this command

Expected behaviour

Install successfully.

Crash log

No response

What version of PlayCover are you using?

3.0.0

What version of macOS are you using?

Sonoma (macOS 14)

Issue Language

  • Yes my issue is written in English
Originally created by @yhwyxy on GitHub (Aug 24, 2024). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1648 ### Describe the bug use brew to install Error: Cask playcover-community depends on hardware architecture being one of [{:type=>:arm, :bits=>64}], but you are running {:type=>:intel, :bits=>64}. ![QQ_1724471003178](https://github.com/user-attachments/assets/b3f549bd-d19e-4717-aad2-e29ef258783c) ### Steps to reproduce 1. open terminal, input "brew install --cask PlayCover/playcover/playcover-community" 2. run this command ### Expected behaviour Install successfully. ### Crash log _No response_ ### What version of PlayCover are you using? 3.0.0 ### What version of macOS are you using? Sonoma (macOS 14) ### Issue Language - [X] Yes my issue is written in English
kerem 2026-03-03 19:03:13 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@StupidRepo commented on GitHub (Aug 27, 2024):

Try reinstalling brew, the installer may have installed the wrong type of brew or configured something incorrectly.
The official command to run after uninstalling brew is:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

from brew.sh

Or you can use their .pkg installer

<!-- gh-comment-id:2312288924 --> @StupidRepo commented on GitHub (Aug 27, 2024): Try reinstalling brew, the installer may have installed the wrong type of brew or configured something incorrectly. The official command to run after uninstalling brew is: > ``` > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" >``` > from [brew.sh](https://brew.sh) Or you can use their [`.pkg` installer](https://github.com/Homebrew/brew/releases/latest)
Author
Owner

@TheMoonThatRises commented on GitHub (Aug 28, 2024):

If the suggestion above doesn't work, check out this Homebrew discussion about migrating from intel to arm brew https://github.com/orgs/Homebrew/discussions/417.

<!-- gh-comment-id:2315584990 --> @TheMoonThatRises commented on GitHub (Aug 28, 2024): If the suggestion above doesn't work, check out this Homebrew discussion about migrating from intel to arm brew https://github.com/orgs/Homebrew/discussions/417.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1041
No description provided.