2016-03-30 3 views
1

Linux Mint 17.3システムでpip3を使用してdjango-bootstrap3 pythonパッケージをインストールしました。django-bootstrap3 pythonパッケージのインストール:ディレクトリ 'bootstrap3'の下に '* .png'と一致するファイルが見つかりません

Downloading/unpacking django-bootstrap3 
    Downloading django-bootstrap3-7.0.1.tar.gz 
    Running setup.py (path:/tmp/pip_build_root/django-bootstrap3/setup.py) egg_info for package django-bootstrap3 

     warning: no files found matching '*.png' under directory 'bootstrap3' 
     warning: no files found matching '*.gif' under directory 'bootstrap3' 
     warning: no files found matching '*js' under directory 'bootstrap3' 
     warning: no files found matching '*jpg' under directory 'bootstrap3' 
     warning: no files found matching '*jpeg' under directory 'bootstrap3' 
     warning: no files found matching '*svg' under directory 'bootstrap3' 
     warning: no files found matching '*.png' under directory 'demo' 
     warning: no files found matching '*.gif' under directory 'demo' 
     warning: no files found matching '*js' under directory 'demo' 
     warning: no files found matching '*jpg' under directory 'demo' 
     warning: no files found matching '*jpeg' under directory 'demo' 
     warning: no files found matching '*svg' under directory 'demo' 
Installing collected packages: django-bootstrap3 
    Running setup.py install for django-bootstrap3 

     warning: no files found matching '*.png' under directory 'bootstrap3' 
     warning: no files found matching '*.gif' under directory 'bootstrap3' 
     warning: no files found matching '*js' under directory 'bootstrap3' 
     warning: no files found matching '*jpg' under directory 'bootstrap3' 
     warning: no files found matching '*jpeg' under directory 'bootstrap3' 
     warning: no files found matching '*svg' under directory 'bootstrap3' 
     warning: no files found matching '*.png' under directory 'demo' 
     warning: no files found matching '*.gif' under directory 'demo' 
     warning: no files found matching '*js' under directory 'demo' 
     warning: no files found matching '*jpg' under directory 'demo' 
     warning: no files found matching '*jpeg' under directory 'demo' 
     warning: no files found matching '*svg' under directory 'demo' 
Successfully installed django-bootstrap3 
Cleaning up... 

は私のシステムから欠落しているbootstrap 3に関連する何かのように思える:ここでは出力です。それは何ですか?他に何をインストールする必要がありますか?それはこれらの警告を無視しても安全ですdjango-bootstrap3の開発者によると

答えて

1

Link to related issue in github.


問題#268:警告をインストールします。どのファイルが*ディレクトリの下に一致する 'の.png' 'bootstrap3を' が見つかりません:

renpj:

私はイン時にこれらの警告を得ましたtallation:

warning: no files found matching '.png' under directory 'bootstrap3' 
warning: no files found matching '.gif' under directory 'bootstrap3' 

[...] 

私はジャンゴ1.8.2使用している、のpython 2.7.6

dyve(所有者):

あなたは安全にこれらを無視することができます。 sep プロセスを改善する方法を誰かが知っていて、これらの警告が表示されない場合は、私は知りたいと思います。

+0

編集と回答ありがとうございます! :) –

関連する問題