Skip to content

CacheControl has changed how you enable its FileCache #596

@adamnovak

Description

@adamnovak

As noted in DataBiosphere/toil#4212, CacheControl now needs filelock instead of lockfile to make FileCache work, as of patch release 0.12.12. The errors it throws have changed from telling you to install lockfile to telling you to install filelock. But since the module being used is clearly an implementation detail they freely swap around in patch releases, the right answer is to depend on CacheControl[filecache], which is the extra that brings along what you need for the FileCache to work.

So this doesn't work anymore:

CacheControl==0.12.11
lockfile==0.12.2 # needed for CacheControl's FileCache

And neither do any of the old releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions