rescalante-lilly / ruffus

Automatically exported from code.google.com/p/ruffus
MIT License
0 stars 0 forks source link

failed installation with pip #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been able to install ruffus 2.2 using pip, but trying 2.4beta3 gives an 
error (easy_install still works fine). Could  there be some packaging issue 
here? 

Installing in a virtualenv, the error I get is:

{{{
  (testruffus)$ pip install ruffus==2.4beta3
  Downloading/unpacking ruffus==2.4beta3
  Downloading ruffus-2.4beta3.tar.gz (81kB): 81kB downloaded
  Running setup.py egg_info for package ruffus
  Traceback (most recent call last):
  File "<string>", line 16, in <module>
  File "/Users/khalid/virt_env/testruffus/build/ruffus/setup.py", line 2, in <module>
  import ez_setup
  ImportError: No module named ez_setup
  Complete output from command python setup.py egg_info:
  Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/Users/khalid/virt_env/testruffus/build/ruffus/setup.py", line 2, in <module>

  import ez_setup

  ImportError: No module named ez_setup
}}}

Original issue reported on code.google.com by kzub...@gmail.com on 7 Feb 2014 at 1:18

GoogleCodeExporter commented 9 years ago
Ruffus uses easy install but really I should pull the plug and go with pip 
instead.

In the meantime, you may need to run
pip install ez_setup

Original comment by bunbu...@gmail.com on 19 Feb 2014 at 8:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in 2.4prerelease

Original comment by bunbu...@gmail.com on 17 Mar 2014 at 5:16

GoogleCodeExporter commented 9 years ago
Tested and worked fine on 2.4prerelease, thanks.

Original comment by kzub...@gmail.com on 17 Mar 2014 at 5:46