There is an issue while configuring PostgreSQL in phoenix,
I have created the database mentioned in config/dev.exs,
I am able to connect to this PostgreSQL through python code as well. But while initializing connection through phx, it erroring out
phoenix_elixir/oops/rumbl$ mix ecto.create
==> gettext
Compiling 1 file (.yrl)
/usr/lib/erlang/lib/parsetools-2.2/include/yeccpre.hrl: no such file or directory
could not compile dependency :gettext, “mix compile” failed. You can recompile this dependency with “mix deps.compile gettext”, update it with “mix deps.update gettext” or clean it with “mix deps.clean gettext”
phoenix_elixir/oops/rumbl$ ls
assets _build config deps lib mix.exs mix.lock priv README.md test