Rails/Ruby Error When Creating Database: Unable to load the EventMachine C extension

后端 未结 7 1563
野的像风
野的像风 2020-12-18 04:09

Update:

the eventmachine gem is installed and in my gemfile:

 eventmachine (1.0.0, 0.12.10)

Please help! T

7条回答
  •  囚心锁ツ
    2020-12-18 04:27

    Someone kind of answered in comments...see below.

    Basically though I had seperate versions of Ruby, which was getting confusing because some gems were only installed on certain versions of ruby.

    Fix was totally uninstalling ruby and rails, then reinstalling. Fixed it!

    This helped:

    This comment in another thread seems promising for your issue. Can you ensure that you have "gem eventmachine" or similar in your Gemfile, and can successfully bundle? – Scott Helm Jan 6 at 6:24

提交回复
热议问题