achiku / planter

Generate PlantUML ER diagram textual description from PostgreSQL tables
MIT License
546 stars 53 forks source link

Can not install solution #27

Closed don-flamingo closed 10 months ago

don-flamingo commented 2 years ago

Hey!

I try to install the solution by command, without success.

go get -u github.com/achiku/planter
# github.com/alecthomas/kingpin
go-1/src/github.com/alecthomas/kingpin/values.go:142:25: undefined: str2duration.Str2Duration
kurotych commented 2 years ago

Hi. I had the same problem. I've wrapped this project into a docker https://hub.docker.com/repository/docker/teamminterest/planter

I don't remember how I fixed it, It was caused by broken dependencies. But if you want to build it by your own, you can try to build forked planter https://github.com/minterest-finance/planter

Also, If you use PostgreSQL can try my copy of this project

achiku commented 10 months ago

Sorry for being late, but now it's Docker ready.

https://github.com/achiku/planter/pull/34