Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
django-bootstrap3 python包安装:未找到与';*匹配的文件。巴布亚新几内亚';在目录下';bootstrap3';_Python_Django_Twitter Bootstrap_Ubuntu 14.04 - Fatal编程技术网

django-bootstrap3 python包安装:未找到与';*匹配的文件。巴布亚新几内亚';在目录下';bootstrap3';

django-bootstrap3 python包安装:未找到与';*匹配的文件。巴布亚新几内亚';在目录下';bootstrap3';,python,django,twitter-bootstrap,ubuntu-14.04,Python,Django,Twitter Bootstrap,Ubuntu 14.04,我在Linux Mint 17.3系统中使用pip3安装了django-bootstrap3python包。以下是输出: 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-b

我在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...

我的系统中似乎缺少与
bootstrap3
相关的内容。这是怎么一回事?我还应该安装什么。

据django-bootstrap3的开发者说,忽略这些警告是安全的:


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

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 我想知道,这样这些警告就不会出现了