gpt4 book ai didi

macos - "iex -S mix"返回错误服务器无法在 Mac 中启动

转载 作者:行者123 更新时间:2023-12-04 02:18:18 27 4
gpt4 key购买 nike

我试图在 Mac 上的 elixir 中启动我的混音项目。该项目在 CentOS 上运行良好。错误看起来像这样:

_build/dev/lib/<project_name>/ebin/Elixir.Mix.Tasks.Proddata.beam failed: :badfile
** (Mix) Could not start application exq: Exq.start(:normal, []) returned an error:
shutdown: failed to start child: Exq.Manager
** (EXIT) {:connection_error, {:connection_error, :econnrefused}}

我尝试从 brew 更新我的 erlang 版本,但没有帮助。我也尝试过清理依赖项。我正在使用

Erlang/OTP 18 [erts-7.0.3] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

和 Elixir 1.0.5。

最佳答案

让我们看看错误:

_build/dev/lib//ebin/Elixir.Mix.Tasks.Proddata.beam failed: :badfile

这意味着您正在尝试使用错误的名称调用任务。也许您正在调用“mix run proddata”,这将查找名为 Proddata 的任务,但您可能已将其命名为不同的名称。使用 mix help 查看哪些任务可用。

** (Mix) Could not start application exq: Exq.start(:normal, []) returned an error: shutdown: failed to start child: Exq.Manager ** (EXIT) {:connection_error, {:connection_error, :econnrefused}}

它说它无法连接到某物Exq.Manager 似乎需要 Redis,因此请确保 Redis 正在运行并且您已使用正确的凭据配置它。

关于macos - "iex -S mix"返回错误服务器无法在 Mac 中启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32725953/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com