1

大家好,当我尝试pip3 install feather在屏幕上弹出此错误时。

During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-mijuoz_z/feather/setup.py", line 3, in <module>
        distribute_setup.use_setuptools()
      File "/tmp/pip-build-mijuoz_z/feather/distribute_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/tmp/pip-build-mijuoz_z/feather/distribute_setup.py", line 125, in _do_download
        _build_egg(egg, tarball, to_dir)
      File "/tmp/pip-build-mijuoz_z/feather/distribute_setup.py", line 99, in _build_egg
        _extractall(tar)
      File "/tmp/pip-build-mijuoz_z/feather/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-build-mijuoz_z/feather/
4

1 回答 1

0

它下面似乎显示了这个严重的错误。

TypeError: chown() missing 1 required positional argument: 'numeric_owner'

你对chown()函数的论点是什么?

于 2016-10-06T10:24:34.460 回答