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

Suggested install method no longer works #358

Open
quaintdev opened this issue Jan 14, 2022 · 2 comments
Open

Suggested install method no longer works #358

quaintdev opened this issue Jan 14, 2022 · 2 comments

Comments

@quaintdev
Copy link

quaintdev commented Jan 14, 2022

I was trying to install ponzu using go get command as per the documentation but while trying to use that command I get following error

go get: github.com/willf/bitset@v1.1.10 updating to
	github.com/willf/bitset@v1.2.1: parsing go.mod:
	module declares its path as: github.com/bits-and-blooms/bitset
	        but was required as: github.com/willf/bitset

I ended up cloning the repository and running

go mod init 
cd cmd/ponzu
go install
@laoshaw
Copy link

laoshaw commented Jan 24, 2022

same here, but a bigger question is, is this project still actively developed? seems no activities in two years.

@hubyhuby
Copy link

hubyhuby commented Mar 1, 2022

It seems to install OK on ubuntu , but I couldn t get a new project to run for now.
image

A new project gives me a lot of go get and then it runs !!
Only wired thing i had t "go get test/cmd/ponzu" ..not sure what it is... first time with ponzu
image

image

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

3 participants