首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >django-启动3 python包安装:在目录“*.png”下找不到匹配“bootstrap3”的文件

django-启动3 python包安装:在目录“*.png”下找不到匹配“bootstrap3”的文件
EN

Stack Overflow用户
提问于 2016-03-30 04:29:10
回答 1查看 349关注 0票数 1

我在LinuxMint17.3系统中使用pip3安装了pip3 python包。这是输出:

代码语言:javascript
复制
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相关的东西。那是什么?我还应该安装什么。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-03-30 08:17:49

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

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

renpj: 我在安装过程中收到了这样的警告: 警告:在目录“.png”警告下没有找到匹配“bootstrap3”的文件:在目录“bootstrap3”下没有找到匹配“.gif”的文件. 我使用Django 1.8.2,python 2.7.6 dyve (所有者): 你可以安全地忽略这些。如果有人知道如何改进sep过程,这样就不会出现这些警告,我想知道。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36299725

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档