mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #640] Problems with installing tview (tcell dependency) #471
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#471
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
tcellversion specified ingo.modfile.This is what happens when I try to freshly install
tview:Regards,
Ivan
@rivo commented on GitHub (Sep 6, 2021):
I'm not sure how you're getting this. I just installed
tviewlocally again to reproduce it but I'm not getting that message. What steps exactly did you perform?@ajvn commented on GitHub (Sep 6, 2021):
This is the command:
# go get github.com/rivo/tviewand output is as what I pasted above. I managed to workaround it by cloning this repository, and specifying 2.3.1 version oftcellingo.modfile.@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?
@ajvn commented on GitHub (Sep 9, 2021):
Yes, that fixed it, thank you:
Should I close this this issue or is there any other followup needed?
@rivo commented on GitHub (Sep 9, 2021):
It's ok, I'm closing it. Thanks for re-testing.