Elixir mix.compile返回错误(mix)无法编译;src/gettext“u po”u parser.yrl“;因为应用程序;parsetools";找不到

Elixir mix.compile返回错误(mix)无法编译;src/gettext“u po”u parser.yrl“;因为应用程序;parsetools";找不到,elixir,phoenix-framework,Elixir,Phoenix Framework,解决了问题谢谢,我在安装esl erlang后遇到了这个问题,elixir安装程序出于某种原因将其删除。 mix compile ==> gettext could not compile dependency :gettext, "mix compile" failed. You can recompile this dependency with "mix deps.compile gettext", update it with "mix dep s.update gettext"

解决了问题

谢谢,我在安装esl erlang后遇到了这个问题,elixir安装程序出于某种原因将其删除。
mix compile
==> gettext
could not compile dependency :gettext, "mix compile" failed. You can recompile this dependency with "mix deps.compile gettext", update it with "mix dep
s.update gettext" or clean it with "mix deps.clean gettext"
==> oblako
** (Mix) Could not compile "src/gettext_po_parser.yrl" because the application "parsetools" could not be found. This may happen if your package manager
 broke Erlang into multiple packages and may be fixed by installing the missing "parsetools" package for Erlang.
sudo apt-get install erlang