
Please forgive me if this isn’t the right sub to ask this question, I don’t really know where is the right place so if this isn’t the right place could you please direct me in the right place.
This is what I’m trying to install in a step by step process:
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- brew instal ffmpeg
- brew install python
- pip3 install --upgrade qobuz-dl
- export PATH="$PATH:/Users/user/Library/Python/3.8/bin/qobuz-dl"
- alias qobuz-dl="/Users/user/Library/Python/3.8/bin/qobuz-dl"
- pip3 install --upgrade qobuz-dl
- qobuz-dl
When I get to “pip3 install --upgrade qobuz-dl” it gives me the following prompt (shown in the screenshot). This has never happened before. I’m not overly adept in Homebrew, etc… but every time before this time I’ve installed this on previous Macs it’s worked. Has something changed recently? How do I fix this?

Post a Comment