Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install funkload==1.17.1 fails #145

Open
iurisilvio opened this issue May 9, 2015 · 13 comments
Open

pip install funkload==1.17.1 fails #145

iurisilvio opened this issue May 9, 2015 · 13 comments

Comments

@iurisilvio
Copy link

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
@nqn
Copy link

nqn commented May 29, 2015

+1

@tsauerwein
Copy link

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

@iurisilvio
Copy link
Author

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

@tsauerwein
Copy link

@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.

uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Jun 23, 2015
- update to 1.17.1
- remove bogus py-xml dependency
- shorten COMMENT
- limit python version to 2.x
- update patch to setup.py to make it build (there is upstream issue [1])

[1] nuxeo/FunkLoad#145

Approved by:	lwhsu (maintainer, by email)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@390439 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Jun 23, 2015
- update to 1.17.1
- remove bogus py-xml dependency
- shorten COMMENT
- limit python version to 2.x
- update patch to setup.py to make it build (there is upstream issue [1])

[1] nuxeo/FunkLoad#145

Approved by:	lwhsu (maintainer, by email)
@martianedd
Copy link

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

@oneself
Copy link

oneself commented Sep 9, 2015

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

@jerri
Copy link

jerri commented Dec 17, 2015

Is funkload dead? Would be a pity...

@etel
Copy link

etel commented Dec 30, 2015

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

@Jerry-Fix
Copy link

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

@saaj
Copy link

saaj commented Jan 22, 2016

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.

@Souljourner8
Copy link

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

@tokibito
Copy link

+1

@piotr-dobrogost
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests