Django Error pipeline.exceptions.CompilerError:[WinError 2]系



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

File "C:ProgramDataAnaconda3envsdoorslibsite-packagespipelinecompilers__init__.py", line 146, in execute_command
error_output=text_type(e))
pipeline.exceptions.CompilerError: [WinError 2] The system cannot find the file specified

此处堆叠跟踪。

发生此错误的原因是找不到PIPELINE配置中列出的某些文件进行编译。

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

最新更新