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
Uh oh!
There was an error while loading. Please reload this page.
-
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