mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #228] [BUG] Too many errors when trying to install asynq command line tool on OSX #84
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @f-ld on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/hibiken/asynq/issues/228
Originally assigned to: @hibiken on GitHub.
Describe the bug
Trying to install the command line tool fails on OSX
To Reproduce
Run:
as documented in
github.com/hibiken/asynq@00a25ca570/tools/asynq/README.mdExpected behavior
The tool is installed in
$GOPATH/binObderved behavior
Got the
too many errorsoutput:Additional context
Also tried:
so working from git repo.
@hibiken commented on GitHub (Jan 19, 2021):
Hi @f-ld Thank you for reporting this issue!
I'm actually not 100% sure why this is happening.
Would you mind initializing a go module and install the dependencies from there?
What I mean is this:
At least on my machine, this seems to solve the problem. Let me know if this works!
@hibiken commented on GitHub (Feb 1, 2021):
I'll close this issue for now. @f-ld Please let me know if you are still having trouble.
@f-ld commented on GitHub (Feb 2, 2021):
Sorry for the late response: yes, works for me now.
Thank you