Install problem #2005
Install problem
#2005
Replies: 1 comment
-
Please don't create duplicate issue #2006. I have already replied to that issue. Please read the README or documentation. Install lasted version by the following command: go get github.com/xuri/excelize/v2 I closed this, if you have any questions, please let me know, and you can reopen this anytime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm working in the VS Code Terminal
go get github.com/xuri/excelize
doesn'r work ('go get' is no longer supported outside a module.) and I need to do :
go install github.com/xuri/excelize@latest
instead
And then I have the issue :
version constraints conflict:
github.com/360EntSecGroup-Skylar/excelize/[email protected]: parsing go.mod:
module declares its path as: github.com/xuri/excelize/v2
but was required as: github.com/360EntSecGroup-Skylar/excelize/v2
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions