This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Clearing Rye Cache #1470
EArbeitman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to identify the root cause of this build issue
The project Im trying to build has a transitive dependency on
logdnaviarequests. I've looked through my codebase to see if there were any changes to ourpyproject.tomlor rye configuration but those appear to be unchanged. To resolve this issue, I removedlogdnafrompyproject.tomlentirely since we don't use that dependency explicitly.Is there any tooling to inspect the contents of the rye cache? Im wondering if my CI provider cached a different version of
logdnaand then on a more recent build, the cache was cleared and a different version oflogdnawas pulled.Open to any suggestions!
Beta Was this translation helpful? Give feedback.
All reactions