yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.42k stars 474 forks source link

MAC OS Error! #583

Open acpc1991 opened 3 years ago

acpc1991 commented 3 years ago

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7' Consider using the --user option or check the permissions.

You are using pip version 19.0.3, however version 20.3.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

mehrenreich commented 3 years ago

Do exactly what it says on the tin, use the --user option. That way, the binary will be installed in your home dir (~/.local/bin).

acpc1991 commented 3 years ago

Hi,

I’m bit of a newbie to this so where would I enter the - - User? So I pasted the following below. Thanks for your help

brew instal ffmpeg brew install python curl -O http://python-distribute.org/distribute_setup.py python distribute_setup.py curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py python get-pip.py pip3 install --upgrade tidal-dl tidal-dl

On 30 Jan 2021, at 15:14, Michael Ehrenreich notifications@github.com wrote:



Do exactly what it says on the tin, use the --user option. That way, the binary will be installed in your home dir (~/.local/bin).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/yaronzz/Tidal-Media-Downloader/issues/583#issuecomment-770226552, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASRHG57O35UDRKS32CMZRP3S4QO47ANCNFSM4WLJTCXQ.

mehrenreich commented 3 years ago

Try this command:

pip3 install --user tidal-dl

This installs tidal-dl in your $HOME dir instead of the file system where you don't have permissions to write to. After the package has been successfully installed, it should be located in $HOME/.local/bin/tidal-td.