当我输入iex命令来启动elixir时,它会提示以下错误,我不知道出了什么问题,试图重新安装erlang和长生不老药,但不起作用。
错误信息:
Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:4:4] [async- threads:10] [kernel-poll:false]
*** ERROR: Shell process terminated! (^G to start new job) ***
=INFO REPORT==== 8-Apr-2015::17:55:56 ===
application: elixir
exited: {bad_return,
{{elixir,start,[normal,[]]},
{'EXIT',
{{badmatch,{error,enotsup}},
[{elixir,start,2,[{file,"src/elixir.erl"},{line,34}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,272}]}]}}}}
type: temporary
=INFO REPORT==== 8-Apr-2015::17:55:56 ===
application: syntax_tools
exited: stopped
type: temporary
=INFO REPORT==== 8-Apr-2015::17:55:56 ===
application: compiler
exited: stopped
type: temporary
=INFO REPORT==== 8-Apr-2015::17:55:56 ===
application: crypto
exited: stopped
type: temporary
=ERROR REPORT==== 8-Apr-2015::17:55:56 ===
Error in process <0.27.0> with exit value: {{badmatch,{error,{elixir, {bad_return,{{elixir,start,[normal,[]]},{'EXIT',{{badmatch,{error,enotsup}},[{elixir,start,2,[{file,"src/elixir.erl"},{line,34}]},{application_master,start_it_old,4,[{file,"application_master.... 发布于 2015-04-09 06:58:15
灵丹妙药1.0.3不适用于Erlang 17.5。您需要将Elixir更新为v1.0.4,或者将Erlang降级到17.4。
发布于 2015-04-09 04:22:32
错误enotsup表示平台上不支持的操作。检查“灵丹妙药”是否正确编译,该错误发生在“灵丹妙药”启动的一开始。
https://stackoverflow.com/questions/29528601
复制相似问题