django-bootstrap3 python包安装:找不到匹配' * .png'在目录' bootstrap3'

时间:2016-03-30 04:29:11

标签: python django twitter-bootstrap ubuntu-14.04

我在Linux Mint 17.3系统中使用pip3安装了django-bootstrap3 python包。这是输出:

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相关的内容。它是什么?我还应该安装什么呢。

1 个答案:

答案 0 :(得分:1)

根据django-bootstrap3的开发人员,可以放心忽略这些警告:Link to related issue in github.

问题#268:安装警告:找不到匹配' .png'在目录' bootstrap3' *:

  

<强> renpj:

     

我在安装过程中收到了这些警告:

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

[...]
     

我使用的是Django 1.8.2,python 2.7.6

     

dyve(所有者):

     

您可以放心地忽略这些。如果有人知道如何改善sep   过程所以这些警告没有出现,我想知道。