Skip to content

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

Closed
@zhengrenjie

Description

@zhengrenjie
  • 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/v2@v2.4.1

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions