Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install in windows error (go get not work) #702

Open
1 of 3 tasks
zhengrenjie opened this issue Dec 19, 2024 · 0 comments
Open
1 of 3 tasks

install in windows error (go get not work) #702

zhengrenjie opened this issue Dec 19, 2024 · 0 comments

Comments

@zhengrenjie
Copy link

zhengrenjie commented Dec 19, 2024

  • Robotgo version (or commit ref): v0.110.5
  • Go version: go1.23.4
  • Gcc version:
  • Operating system and bit: windows10
  • Resolution:
  • Can you reproduce the bug at Examples:
    • Yes (provide example code)
    • No
    • Not relevant
  • Provide example code:
  • Log gist:

Description

I use the following cmd to add dependency of robotgo:
go get github.com/go-vgo/robotgo

but get error:
go: go.mod has post-v2 module path "github.com/otiai10/gosseract/v2" at revision v2.2.4

so I manully install github.com/otiai10/gosseract/v2:
go get github.com/otiai10/gosseract/[email protected]

and then it seems gosseract/v2 is already installed in go.mod:
image

BUT, when I run go mod tidy, it still not work:
image

please help...

@zhengrenjie zhengrenjie changed the title install in windows install in windows error Dec 19, 2024
@zhengrenjie zhengrenjie changed the title install in windows error install in windows error (go get not work) Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant