-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issues Installing #13
Comments
You need to separately install |
I had the same issue as well. This was quite confusing. The shell.nix indicates that go-1.18 was last used for development of this repo. It would be helpful in the README to point this out! And thanks for the package, I am using it in my work and tarp was very helpful. |
Should
Using the commands above I get the same error as @Cortexelus. |
Dear All, I'm having the same problems on my Ubuntu 20.04.3 LTS as people have listed above. I've installed |
I'm having similar troubles installing with
Hard to tell what's the issue. I tried go-current, go-1.18, and go-1.19 on Ubuntu. The go-1.18 distribution doesnt work because some packages require go-1.19 at least. The other two failed with the above. |
In Ubuntu 22.04 sudo apt-get install libczmq-dev I then followed this approach git clone https://github.com/tmbdev/tarp.git and with go version go1.22.2 linux/amd64, the installation was completed successfully minus the error message "make[1]: tarp: No such file or directory" which does not impact its usage. |
Installation instructions need some updating.
On a fresh EC2 machine w/ Ubuntu or Amazon Linux---
installation method 1
go get -v github.com/tmbdev/tarp/tarp
=>installation method 1.5
go install github.com/tmbdev/tarp/tarp@latest
=>installation method 2:
make bin/tarp
=>The text was updated successfully, but these errors were encountered: