2014-06-08 2 views
1

기본 OS 리눅스에서 pip3.3을 사용하여 Cython을 python3.3에 설치하려고하는데 경고 (아래 게시 됨)가 예기치 않게 팝업됩니다.Cython 설치 경고

pip3.3 install Cython 
Downloading/unpacking Cython 
    Downloading Cython-0.20.1.tar.gz (2.6MB): 2.6MB downloaded 
    Running setup.py (path:/tmp/pip_build_tej/Cython/setup.py) egg_info for package Cython 
    /usr/lib/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option:  'entry_points' 
    warnings.warn(msg) 
    /usr/lib/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'zip_safe' 
     warnings.warn(msg) 
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 
     or: -c --help [cmd1 cmd2 ...] 
     or: -c --help-commands 
     or: -c cmd --help 

    error: invalid command 'egg_info' 
    Complete output from command python setup.py egg_info: 
    /usr/lib/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'entry_points' 

    warnings.warn(msg) 

/usr/lib/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'zip_safe' 

    warnings.warn(msg) 

usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 

    or: -c --help [cmd1 cmd2 ...] 

    or: -c --help-commands 

    or: -c cmd --help 



error: invalid command 'egg_info' 

---------------------------------------- 
Cleaning up... 
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_tej/Cython 
Storing debug log for failure in /tmp/tmpshew0_ 

제발 다른 응용 프로그램과 프레임 워크를 설치하는 데 장애가되므로 도움이 필요합니다.

답변

1
sudo pip3 install -U setuptools 

setuptools에와 병합 된, 배포, 당신의 도움에 대한 Setuptools/Distribute Merge

+0

감사. 그것은 효과가 있었다. –

+0

@ user3554261, 환영합니다. –

+0

@ user3554261 성공하면이 대답을 수락 할 수 있습니다 ... –