You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a try_solv argument was added to _json_path_to_repo_info which defaults to False.
From what I can tell this was added so that reload_local_channels could invalidate the .solv files but only other call to _json_path_to_repo_info in _load_channels did not get updated to use try_solv=True.
This is causing every solve attempt to parse the repodata json and regenerate the .solv files even when all the channels are cache hits. This leads to a performance hit.
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
It looks like in the following commit 8d9d6c0
a
try_solv
argument was added to_json_path_to_repo_info
which defaults toFalse
.From what I can tell this was added so that
reload_local_channels
could invalidate the.solv
files but only other call to_json_path_to_repo_info
in_load_channels
did not get updated to usetry_solv=True
.This is causing every solve attempt to parse the repodata json and regenerate the
.solv
files even when all the channels are cache hits. This leads to a performance hit.Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: