#20333·conan

[错误] install --update 重新下载了已在缓存中存在的包版本,然后出现"已存在"错误

作者: SetpointDesign创建于 2026年9月10日更新于 2026年9月11日
标签stage: triaging

import os from conan import ConanFile from conan.tools.files import save

class ReproConan(ConanFile): """Minimal package for the conan --update / exists_prev repro.