Open MarcoRavich opened 2 years ago
@AndreVuillemot160 Totally agree, would be great.
Sorry for bringing the bad news but this is what I got
Traceback (most recent call last):
File "/usr/local/bin/rip", line 5, in <module>
from streamrip.cli import main
File "/usr/local/lib/python3.7/dist-packages/streamrip/cli.py", line 11, in <module>
from .core import MusicDL
File "/usr/local/lib/python3.7/dist-packages/streamrip/core.py", line 22, in <module>
from .downloader import Album, Artist, Label, Playlist, Track
File "/usr/local/lib/python3.7/dist-packages/streamrip/downloader.py", line 112
if (u := kwargs.get("cover_url")) is not None:
^
SyntaxError: invalid syntax
streamrip requires Python >= 3.8 while the pre-installed Python in Google Colab is 3.7
First, ensure Python (version 3.8 or greater)
@shirooo39 Was able to get 3.10 easily https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/
Was able to get 3.8.12 https://www.itsupportwale.com/blog/how-to-upgrade-to-python-3-8-on-ubuntu-18-04-lts/
did not dig deep for now but got this, hope someone can help
Edit: Will try a clean install after sometime
My friend made this https://github.com/taskylizard/uwustreamrip/blob/main/uwustreamrip.ipynb
It works tho.
This works? instead of re-inventing the wheel, what if I just copy that notebook and paste it into mine? what do you guys think?
So my progress so far, I was able to install Python 3.9 and streamrip, but then I don't have any account I can use to try streamrip.
@shirooo39 I don't have a Tidal/Quobuz/etc. account, but seems to work.
Yes, reinventing the wheel is not good, but a better "GUI" could be interesting.
Maybe @taskylizard could be interested in a collaboration.
This works? instead of re-inventing the wheel, what if I just copy that notebook and paste it into mine? what do you guys think?
I don't have any problems with that, as for collaboration, sure.
by @yaronzz
Webpage: http://yaronzz.com/post/tidal_dl_installation/
git: https://github.com/yaronzz/Tidal-Media-Downloader
Hope that inspires !