繁体   English   中英

django-bootstrap3 python 包安装:在目录“bootstrap3”下没有找到匹配“*.png”的文件

[英]django-bootstrap3 python package installation: no files found matching '*.png' under directory 'bootstrap3'

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

根据django-bootstrap3的开发人员的说法,忽略这些警告是安全的: 链接到 github 中的相关问题。


问题 #268:安装警告:在目录“bootstrap3”*下找不到与“ .png”匹配的文件

回复:

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

 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

戴夫(所有者):

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM