danielmiessler / yt

The yt command stands for YouTube Transcript, and pulls transcripts from YouTube.
41 stars 9 forks source link

yt appears to install but doesn't #4

Open flybfree opened 1 month ago

flybfree commented 1 month ago

go install github.com/danielmiessler/yt@latest executes However, when I try to run yt, I get the following: Command 'yt' not found, but can be installed with: sudo apt install python3-yt

Matos182 commented 2 weeks ago

Greetings, I have the same issue. I can run the command sudo go install github.com/danielmiessler/yt@latest but, after that, I just can't find anything related to yt. If I just type go install github.com/danielmiessler/yt@latest I get: go: github.com/danielmiessler/yt@latest: GOPROXY list is not the empty string, but contains no entries Any suggestion?

Matos182 commented 2 weeks ago

Greetings, I have the same issue. I can run the command sudo go install github.com/danielmiessler/yt@latest but, after that, I just can't find anything related to yt. If I just type go install github.com/danielmiessler/yt@latest I get: go: github.com/danielmiessler/yt@latest: GOPROXY list is not the empty string, but contains no entries Any suggestion?

I just purged and reinstalled go from https://go.dev/doc/install and every worked smoothly.

For my experience, don't install go from apt. Install from go.dev

flybfree commented 2 weeks ago

That's wharI ended up doing. I think not just apt was the key..ThanksRichOn Sep 14, 2024, at 10:01, Matos @.***> wrote:

Greetings, I have the same issue. I can run the command sudo go install @. but, after that, I just can't find anything related to yt. If I just type go install @. I get: go: @.***: GOPROXY list is not the empty string, but contains no entries Any suggestion?

I just purged and reinstalled go from https://go.dev/doc/install and every worked smoothly. For my experience, don't install go from apt. Install from go.dev

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>