Skip to content

Instantly share code, notes, and snippets.

@agrimm
Created November 16, 2009 10:32
Show Gist options
  • Save agrimm/235909 to your computer and use it in GitHub Desktop.
Save agrimm/235909 to your computer and use it in GitHub Desktop.
C:\Documents and Settings\Andrew>gem install bananajour
ERROR: Error installing bananajour:
thin requires eventmachine (>= 0.12.0, runtime)
(a little bit later...)
#Downloading eventmachine doesn't work. Perhaps its an OS-related thing, as eventmachine has specific versions for Windows
C:\Documents and Settings\Andrew>gem install eventmachine
ERROR: could not find gem eventmachine locally or in a repository
C:\Documents and Settings\Andrew>gem list eventmachine --both
*** LOCAL GEMS ***
*** REMOTE GEMS ***
eventmachine (0.12.10, 0.12.0)
eventmachine-win32 (0.7.2)
eventmachine_httpserver (0.2.0)
eventmachine_snmpagent (0.0.1)
C:\Documents and Settings\Andrew>gem install eventmachine
ERROR: could not find gem eventmachine locally or in a repository
#Downloading an unrelated gem works
C:\Documents and Settings\Andrew>gem install exemplor-chaser
Successfully installed exemplor-2000.2.0
Successfully installed exemplor-chaser-0.0.2
2 gems installed
Installing ri documentation for exemplor-2000.2.0...
Installing ri documentation for exemplor-chaser-0.0.2...
Installing RDoc documentation for exemplor-2000.2.0...
Installing RDoc documentation for exemplor-chaser-0.0.2...
C:\Documents and Settings\Andrew>gem install eventmachine
ERROR: could not find gem eventmachine locally or in a repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment