Amar Paul

Results 68 comments of Amar Paul

it's been quite some time since I created this PR and I'm not entirely sure whether the extracted dependencies will all work as they used to. however I don't see...

@dgoldenberg-audiomack for 1, that version of ffmpeg is wrong; essentia uses `[email protected]` I don't think this issue is related to the other two, since this is an error from a...

@bhargavajs07 I'm not a maintainer, so no update from me. you can use my PR directly if you need (either follow instructions for switching to a PR's branch from GitHub,...

@dbogdanov looks like this and #22 can be closed?

> @poljar Does that help macOS ARM64 (i.e aarch64)? See comment for `export` statements you need to make pip see homebrew-installed files https://github.com/poljar/weechat-matrix/issues/321#issuecomment-1086143663

Neat idea about having ChatGPT generate what you want from ASCII art! I've run into the same exact problem with it having outdated info wrt newer libraries - have you...

Oh dang, good call on `brew doctor`, it looks like `glib` was also unlinked for me (how did that happen??). Yeah, i now see the same error as you when...

Ok, I think this is actually because something has changed in upstream `gobject-introspection`, as filed in this brew issue: https://github.com/Homebrew/homebrew-core/issues/167524 So, waiting on that fix before this can be addressed....

Ok, i've fleshed out the required process for anybody running into this issue. It's a bit involved, but boils down to the following: 1. remove any packages that depend on...

PS. I don't really understand why, but homebrew seems to lose track of the versions of pinned packages. After resetting back to current homebrew/homebrew-core `origin/master` and running `brew upgrade --formulae...