FunkLoad icon indicating copy to clipboard operation
FunkLoad copied to clipboard

pip install funkload==1.17.1 fails

Open iurisilvio opened this issue 9 years ago • 13 comments

I tried older versions and it works fine. Current master branch works too. The current (1.17.1) PyPI package fails.

Looks like README.txt was not packaged.

$ pip install funkload
Collecting funkload
  Using cached funkload-1.17.1.tar.gz
    Complete output from command python setup.py egg_info:
    Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
    Extracting in /tmp/tmp6iObvk
    Now working in /tmp/tmp6iObvk/distribute-0.6.14
    Building a Distribute egg in /tmp/pip-build-V0_ePc/funkload
    /tmp/pip-build-V0_ePc/funkload/distribute-0.6.14-py2.7.egg
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-V0_ePc/funkload/setup.py", line 33, in <module>
        long_description=''.join(open('README.txt').readlines()),
    IOError: [Errno 2] No such file or directory: 'README.txt'

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-V0_ePc/funkload

iurisilvio avatar May 09 '15 13:05 iurisilvio

+1

nqn avatar May 29 '15 03:05 nqn

I am getting: ImportError: No module named ez_setup (Python 2.7.6)

$ venv/bin/pip install funkload
Downloading/unpacking funkload
  Downloading funkload-1.17.1.tar.gz (107kB): 107kB downloaded
  Running setup.py (path:/home/.../funkload/venv/build/funkload/setup.py) egg_info for package funkload
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/.../funkload/venv/build/funkload/setup.py", line 24, 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 "/home/.../funkload/venv/build/funkload/setup.py", line 24, in <module>

    import ez_setup

ImportError: No module named ez_setup

tsauerwein avatar Jun 02 '15 13:06 tsauerwein

@tsauerwein You have to pip install ez_setup to fix this error and get the same error I reported.

iurisilvio avatar Jun 02 '15 13:06 iurisilvio

@iurisilvio Actually FunkLoad contains the file ez_setup.py, so there should be no need to install it manually. Maybe it's not included in the build? Because venv/bin/pip install git+https://github.com/nuxeo/FunkLoad.git worked without manually installing ez_setup.

tsauerwein avatar Jun 02 '15 13:06 tsauerwein

I am having the same problem. I suppose 1.16.1 is the way to go for now.

martianedd avatar Jul 31 '15 22:07 martianedd

Both of these are still a problem. Should the lastest version be rolled back?

oneself avatar Sep 09 '15 18:09 oneself

Is funkload dead? Would be a pity...

jerri avatar Dec 17 '15 09:12 jerri

easy_install -U funkload works for me, pip seems to be broken.

etel avatar Dec 30 '15 02:12 etel

agree with @etel, easy_install works fine, pip not.

Jerry-Fix avatar Jan 07 '16 16:01 Jerry-Fix

In the latest archive (https://pypi.python.org/packages/source/f/funkload/funkload-1.17.1.tar.gz#md5=1bf832246a5bedbc7fbbf352841c8c0b) there's no file ez_setup.py. Though it's not compatible with Python3 anyway. Master is compatible. pip install git+https://github.com/nuxeo/FunkLoad.git works. Haven't checked yet whether it's functional, because there were Python3 SyntaxErrors from webunit. Installation has succeed though.

saaj avatar Jan 22 '16 09:01 saaj

The easy_install method worked for me as @etel mentioned. pip still doesn't work to install funkload

Souljourner8 avatar Feb 15 '16 01:02 Souljourner8

+1

tokibito avatar Feb 22 '16 15:02 tokibito

The funny thing is version 1.17.1 was meant to fix packaging issue on pypi https://github.com/nuxeo/FunkLoad/releases/tag/1.17.1

piotr-dobrogost avatar Jan 29 '18 15:01 piotr-dobrogost