我在LinuxMint17.3系统中使用pip3安装了pip3 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相关的东西。那是什么?我还应该安装什么。
发布于 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过程,这样就不会出现这些警告,我想知道。
https://stackoverflow.com/questions/36299725
复制相似问题