【问题标题】:Django Error pipeline.exceptions.CompilerError: [WinError 2] The system cannot find the file specifiedDjango 错误 pipeline.exceptions.CompilerError: [WinError 2] 系统找不到指定的文件
【发布时间】:2018-10-27 14:53:56
【问题描述】:

每当我运行命令 python manage.py collectstatic 时,我都会收到一个错误:

File "C:\ProgramData\Anaconda3\envs\doors\lib\site-packages\pipeline\compilers\__init__.py", line 146, in execute_command
    error_output=text_type(e))
pipeline.exceptions.CompilerError: [WinError 2] The system cannot find the file specified

Stack trace here.

【问题讨论】:

标签: python django


【解决方案1】:

出现此错误是因为未找到 PIPELINE 配置中列出的某些文件进行编译。

检查库。 https://django-pipeline.readthedocs.io/en/latest/configuration.html

【讨论】:

    猜你喜欢
    • 2021-07-14
    • 1970-01-01
    • 2017-08-01
    • 2019-07-29
    • 1970-01-01
    • 1970-01-01
    • 2016-05-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多