daler/biomartpy

Installation fails - ez_setup is required

Closed this issue · 2 comments

Installation fails when ez_setup is not installed (see below).

maybe add this as a requirement?

cheers
Mark

Downloading/unpacking biomartpy
  Downloading biomartpy-0.1.tar.gz
  Running setup.py (path:/Users/u0089478/.virtualenvs/test/build/biomartpy/setup.py) egg_info for package biomartpy
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/Users/u0089478/.virtualenvs/test/build/biomartpy/setup.py", line 1, 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 17, in <module>

  File "/Users/u0089478/.virtualenvs/test/build/biomartpy/setup.py", line 1, in <module>

    import ez_setup

ImportError: No module named ez_setup

I just updated it in 3e9ead9 and on PyPI, can you give it another shot?

Cool. Seems to work now. Thanks.