[GH-ISSUE #388] [BUG] go get github.com/hibiken/asynq/tools/asynq error #2194

Closed
opened 2026-03-15 19:37:50 +03:00 by kerem · 2 comments
Owner

Originally created by @duzhipeng on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/388

Originally assigned to: @hibiken on GitHub.

Describe the bug
go get github.com/hibiken/asynq/tools/asynq error

To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):

  1. go get github.com/hibiken/asynq/tools/asynq or go get -u github.com/hibiken/asynq/tools/asynq .
  2. The error is shown in the figure below.
  3. Installation failed.

Expected behavior
The installation is successful without error.

Screenshots
image

Environment (please complete the following information):

  • OS: MacOS
  • Version of asynq package v0.21.0
Originally created by @duzhipeng on GitHub (Jan 27, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/388 Originally assigned to: @hibiken on GitHub. **Describe the bug** go get github.com/hibiken/asynq/tools/asynq error **To Reproduce** Steps to reproduce the behavior (Code snippets if applicable): 1. `go get github.com/hibiken/asynq/tools/asynq` or `go get -u github.com/hibiken/asynq/tools/asynq` . 2. The error is shown in the figure below. 3. Installation failed. **Expected behavior** The installation is successful without error. **Screenshots** <img width="1357" alt="image" src="https://user-images.githubusercontent.com/3648161/151305127-29945104-8f97-4e9a-8915-43ed934028b9.png"> **Environment (please complete the following information):** - OS: MacOS - Version of `asynq` package v0.21.0
kerem 2026-03-15 19:37:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hibiken commented on GitHub (Jan 27, 2022):

@duzhipeng Thank you for reporting this. I confirmed the bug on my machine as well.

Let me look into this in the next few days. In the meantime, please work around this by building the CLI from the source 🙏

<!-- gh-comment-id:1023246596 --> @hibiken commented on GitHub (Jan 27, 2022): @duzhipeng Thank you for reporting this. I confirmed the bug on my machine as well. Let me look into this in the next few days. In the meantime, please work around this by building the CLI from the source 🙏
Author
Owner

@hibiken commented on GitHub (Feb 1, 2022):

This should be fixed now.

Please feel free to reopen the issue if you see an error when running

$ go get github.com/hibiken/asynq/tools/asynq

$ go install github.com/hibiken/asynq/tools/asynq
<!-- gh-comment-id:1026918112 --> @hibiken commented on GitHub (Feb 1, 2022): This should be fixed now. Please feel free to reopen the issue if you see an error when running ```sh $ go get github.com/hibiken/asynq/tools/asynq $ go install github.com/hibiken/asynq/tools/asynq ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2194
No description provided.