collective / buildout.python

Buildout all the Pythons
109 stars 47 forks source link

Error in Python 3.5 part #51

Closed jean closed 9 years ago

jean commented 9 years ago
/home/john/repos/git/buildout.python/parts/opt/bin/pyvenv-3.5 --system-site-pack
ages /home/john/repos/git/buildout.python/python-3.5
Extracting in /tmp/tmphldhnfow
Traceback (most recent call last):
  File "/home/john/repos/git/buildout.python/src/ez_setup.py", line 364, in <mod
ule>
    sys.exit(main())
  File "/home/john/repos/git/buildout.python/src/ez_setup.py", line 361, in main
    return _install(tarball, _build_install_args(options))
  File "/home/john/repos/git/buildout.python/src/ez_setup.py", line 51, in _inst
all
    _extractall(tar)
  File "/home/john/repos/git/buildout.python/src/ez_setup.py", line 319, in _ext
ractall
    self.chown(tarinfo, dirpath)
TypeError: chown() missing 1 required positional argument: 'numeric_owner'

buildout continues.