[GH-ISSUE #640] Problems with installing tview (tcell dependency) #471

Closed
opened 2026-03-04 01:05:16 +03:00 by kerem · 5 comments
Owner

Originally created by @ajvn on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/640

Hey there,

Thank you for your work on this package.

There are issues with revision number of tcell version specified in go.mod file.
This is what happens when I try to freshly install tview:

go get: github.com/rivo/tview@none updating to
        github.com/rivo/tview@v0.0.0-20210904173154-2f13f81dcb15 requires
        github.com/gdamore/tcell/v2@v2.4.1-0.20210904044819-ae5116d72813: invalid version: unknown revision ae5116d72813

Regards,
Ivan

Originally created by @ajvn on GitHub (Sep 5, 2021). Original GitHub issue: https://github.com/rivo/tview/issues/640 Hey there, Thank you for your work on this package. There are issues with revision number of `tcell` version specified in `go.mod` file. This is what happens when I try to freshly install `tview`: ```bash go get: github.com/rivo/tview@none updating to github.com/rivo/tview@v0.0.0-20210904173154-2f13f81dcb15 requires github.com/gdamore/tcell/v2@v2.4.1-0.20210904044819-ae5116d72813: invalid version: unknown revision ae5116d72813 ``` Regards, Ivan
kerem closed this issue 2026-03-04 01:05:16 +03:00
Author
Owner

@rivo commented on GitHub (Sep 6, 2021):

I'm not sure how you're getting this. I just installed tview locally again to reproduce it but I'm not getting that message. What steps exactly did you perform?

<!-- gh-comment-id:913360922 --> @rivo commented on GitHub (Sep 6, 2021): I'm not sure how you're getting this. I just installed `tview` locally again to reproduce it but I'm not getting that message. What steps exactly did you perform?
Author
Owner

@ajvn commented on GitHub (Sep 6, 2021):

This is the command: # go get github.com/rivo/tview and output is as what I pasted above. I managed to workaround it by cloning this repository, and specifying 2.3.1 version of tcell in go.mod file.

<!-- gh-comment-id:913825338 --> @ajvn commented on GitHub (Sep 6, 2021): This is the command: `# go get github.com/rivo/tview` and output is as what I pasted above. I managed to workaround it by cloning this repository, and specifying 2.3.1 version of `tcell` in `go.mod` file.
Author
Owner

@rivo commented on GitHub (Sep 9, 2021):

Please have a look at #643. Could you let me know if you're still getting this problem with the latest commit?

<!-- gh-comment-id:916219318 --> @rivo commented on GitHub (Sep 9, 2021): Please have a look at #643. Could you let me know if you're still getting this problem with the latest commit?
Author
Owner

@ajvn commented on GitHub (Sep 9, 2021):

Yes, that fixed it, thank you:

go get github.com/rivo/tview
go: downloading github.com/rivo/tview v0.0.0-20210909154944-f7430b878d17
go: downloading github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1

Should I close this this issue or is there any other followup needed?

<!-- gh-comment-id:916238648 --> @ajvn commented on GitHub (Sep 9, 2021): Yes, that fixed it, thank you: ```bash go get github.com/rivo/tview go: downloading github.com/rivo/tview v0.0.0-20210909154944-f7430b878d17 go: downloading github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 ``` Should I close this this issue or is there any other followup needed?
Author
Owner

@rivo commented on GitHub (Sep 9, 2021):

It's ok, I'm closing it. Thanks for re-testing.

<!-- gh-comment-id:916357481 --> @rivo commented on GitHub (Sep 9, 2021): It's ok, I'm closing it. Thanks for re-testing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#471
No description provided.