2016-10-06 2 views
1

안녕하세요. 화면에이 오류 팝업 pip3 install feather을 보내려고합니다.깃털 설치 오류가 pip3

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/ 

답변

0

아래에 표시된 큰 불량 오류가있는 것 같습니다.

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

chown()에 대한 귀하의 논의는 무엇인가요?

관련 문제