【问题标题】:Feather install error with pip3pip3的羽毛安装错误
【发布时间】:2017-02-14 23:58:13
【问题描述】:

大家好,我正在尝试 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/

【问题讨论】:

  • 试试pip install feather-format

标签: python numpy matplotlib scikit-learn feather


【解决方案1】:

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

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-08-22
    • 2020-06-05
    • 1970-01-01
    • 1970-01-01
    • 2021-01-05
    • 1970-01-01
    • 1970-01-01
    • 2012-11-11
    相关资源
    最近更新 更多