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

Cannot install with Python 3.5 and distribute 0.7.3 #89

Open
progval opened this issue Sep 10, 2016 · 0 comments
Open

Cannot install with Python 3.5 and distribute 0.7.3 #89

progval opened this issue Sep 10, 2016 · 0 comments

Comments

@progval
Copy link

progval commented Sep 10, 2016

$ pip3 install --user git+https://github.com/Jajcus/pyxmpp2.git
Collecting git+https://github.com/Jajcus/pyxmpp2.git
  Cloning https://github.com/Jajcus/pyxmpp2.git to /tmp/pip-ke9st66m-build
    Complete output from command python setup.py egg_info:
    Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz
    Extracting in /tmp/tmp3ltznbjy
    Traceback (most recent call last):
      File "/tmp/pip-ke9st66m-build/distribute_setup.py", line 143, in use_setuptools
        raise ImportError
    ImportError

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-ke9st66m-build/setup.py", line 9, in <module>
        use_setuptools("0.6.19")
      File "/tmp/pip-ke9st66m-build/distribute_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/tmp/pip-ke9st66m-build/distribute_setup.py", line 125, in _do_download
        _build_egg(egg, tarball, to_dir)
      File "/tmp/pip-ke9st66m-build/distribute_setup.py", line 99, in _build_egg
        _extractall(tar)
      File "/tmp/pip-ke9st66m-build/distribute_setup.py", line 467, in _extractall
        self.chown(tarinfo, dirpath)
    TypeError: chown() missing 1 required positional argument: 'numeric_owner'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-ke9st66m-build/
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

1 participant