schollz / getsong

Download any song mp3 with no dependencies except ffmpeg
https://schollz.com/software/spotify/
MIT License
128 stars 17 forks source link

package github.com/schollz/progressbar/v2: cannot find package #9

Closed ipmanlk closed 4 years ago

ipmanlk commented 4 years ago

Library is not downloading and produces this error, package github.com/schollz/progressbar/v2: cannot find package "github.com/schollz/progressbar/v2"

newkit commented 4 years ago

+1

nerd190 commented 4 years ago

+3 Exact same problem here too!

prologic commented 4 years ago

Fixed in prologic/getsong@2b26054

nerd190 commented 4 years ago
$ go get -u www.github.com/schollz/getsong.git

stderr:

package github.com/scholl/progressbar/v2: cannot find package "github.com/schollz/progressbar/v2" in any of:
        /data/data/com.termux/files/usr/lib/go/src/github.com/schollz/progressbar/v2 (from $GOROOT)
        /data/data/com.termux/files/home/go/src/github.com/schollz/progressbar/v2 (from $GOPATH)

Thank you! this looks amazing! unfortunately, I am unable to use it still because of the progress bar. Any help is truly appreciated! Thank you.

prologic commented 4 years ago

Fixed in prologic/getsong@2b26054

@5c0tt-b0t ☝️

nerd190 commented 4 years ago

I apologise @prologic , I have done uninstalled / reinstalled so thought (fresh install) would remedy this. I see the commits you pointed out, if my fresh install doesnt work then do I manually download these changed files and replace? or is there an internal update command? sorry, I am totally inexperienced when it comes to Go.

prologic commented 4 years ago

You can:

go get github.com/prologic/getsong/...