Skip to content

Commit

Permalink
install essentia as root
Browse files Browse the repository at this point in the history
  • Loading branch information
palonso committed Jan 31, 2024
1 parent d9c2ed8 commit 574aefe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ before-build = [
"brew link --force [email protected]",
"brew install chromaprint",
"brew link --overwrite [email protected]",
"mkdir -p /usr/local/lib",
"python waf configure --pkg-config-path=\"${PKG_CONFIG_PATH}\" --arch arm64 --no-msse",
"python waf",
"python waf install"
"sudo python waf install"
]

# On Mac arm64, libavcodec.56.60.100, libavformat.56.40.101 and
Expand Down

0 comments on commit 574aefe

Please sign in to comment.