簡體   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