Show HN: A Package/Cli App/api to Search and Display Lyrics.Would Love Feedback
1–4 of 4 posts
Re: Show HN: A Package/Cli App/api to Search and Display Lyrics.Would Love Feedback
#2 $ lyricfetcher bob dylan "like a rolling stone"
Traceback (most recent call last):
File "/usr/local/bin/lyricfetcher", line 7, in
from lyricfetcher.main import main
File "/usr/local/lib/python2.7/site-packages/lyricfetcher/__init__.py", line 1, in
from .main import get_lyrics
File "/usr/local/lib/python2.7/site-packages/lyricfetcher/main.py", line 4, in
from lyricfetcher.sources import get_lyrics
File "/usr/local/lib/python2.7/site-packages/lyricfetcher/sources/__init__.py", line 1, in
from lyricfetcher.sources.AZlyrics import AZlyrics
File "/usr/local/lib/python2.7/site-packages/lyricfetcher/sources/AZlyrics.py", line 1, in
import urllib.request
ImportError: No module named requestRe: Show HN: A Package/Cli App/api to Search and Display Lyrics.Would Love Feedback
#3Hi there! Looks good, but something weird happened: $ lyricfetcher bob dylan "like a rolling stone" Traceback (most recent call last): File "/usr/local/bin/lyricfetcher", line 7, in from lyricfetcher.main import main File "/usr/local/lib/python2.7/site-packages/lyricfetcher/__init__.py", line 1, in from .main import get_lyrics File "/usr/local/lib/python2.7/site-packages/lyricfetcher/main.py", line 4, in from lyricfe…
You need to have python 3 for the library to work.
You can Check your python version by typing
python --version
It seems You have 2.7,I really recommend you move to 3.6,it's much more Stable and fast!
Re: Show HN: A Package/Cli App/api to Search and Display Lyrics.Would Love Feedback
#4Hi there! Looks good, but something weird happened: $ lyricfetcher bob dylan "like a rolling stone" Traceback (most recent call last): File "/usr/local/bin/lyricfetcher", line 7, in from lyricfetcher.main import main File "/usr/local/lib/python2.7/site-packages/lyricfetcher/__init__.py", line 1, in from .main import get_lyrics File "/usr/local/lib/python2.7/site-packages/lyricfetcher/main.py", line 4, in from lyricfe…
Hello! You need to have python 3 for the library to work. You can Check your python version by typing python --version It seems You have 2.7,I really recommend you move to 3.6,it's much more Stable and fast!