pwittchen/spotify-cli-linux

lyricwikia dependency not being fetched

z3t0 opened this issue · 5 comments

z3t0 commented

install_requires=['lyricwikia'],

I noticed #41 documents this issue, was wondering if you had any thoughts on why lyricwikia was not being fetched as a dependency?

I don't know why it's not fetched. I thought, this definition is enough.

z3t0 commented

I had this problem before, but after fresh OS install with new distro, it doesn't occur anymore. I think, it may be related to some mess connected with pip, different python versions, specific system setup, etc. - not the library itself. I think, it can be closed.

For others brought here by google, I solved by using pip3 instead of pip.