使用pip3羽毛安装错误

时间:2016-10-06 09:40:20

标签: python numpy matplotlib scikit-learn feather

在我尝试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/

1 个答案:

答案 0 :(得分:0)

它下面似乎有一个很大的错误。

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

你对chown()功能有什么看法?

相关问题