pip requres doesn't install eventlet properly

Bug #618319 reported by Vish Ishaya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Invalid
Undecided
Unassigned

Bug Description

When trying to installl eventlet using the virtualenv install script, the following error occurs:
  Downloading eventlet-0.9.10.tar.gz (300Kb): 300Kb downloaded
  Running setup.py egg_info for package eventlet
    Traceback (most recent call last):
      File "eventlet/__init__.py", line 5, in <module>
        from eventlet import greenthread
      File "eventlet/greenthread.py", line 3, in <module>
        from eventlet import event
      File "eventlet/event.py", line 1, in <module>
        from eventlet import hubs
      File "eventlet/hubs/__init__.py", line 3, in <module>
        from eventlet.support import greenlets as greenlet
      File "eventlet/support/greenlets.py", line 2, in <module>
        import greenlet
    ImportError: No module named greenlet
I assume there is a missing require on a package called greenlet?

Revision history for this message
termie (termie) wrote :

that error is part of the eventlet install process, if you saw the whole log it would say "eventlet installed successfully" at the bottom, eventlet just uses a silly technique for checking for greenlet support.

Changed in nova:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.