psf / psf/cachecontrol

Investigate failure to load caches above `2^32 - 1` bytes

Open
#336 4 comments 1 reaction 1 assignee View on GitHub

@woodruffw is already working on this.

Since Jun 12, 2024.

Dominant language
Python
Stars
505
Forks
149
Avg merge
2d 13h
Merged PRs (30d)
7

Description

Opening this as a reminder to myself.

This is likely related to #238 and #200: some recent torch wheels are >= 2.5GB, and pip appears to download them repeatedly without hitting the cache. My only SWAG so far is that this is because the body itself overflows msgpack's signed 32 bit limit on binary objects, per the spec.

Haven't fully diagnosed yet.

See: https://news.ycombinator.com/item?id=40659973

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.