-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dvc exp show: fails with ERROR: unexpected error - 'NoneType' object is not subscriptable
#5685
Comments
Perhaps, it is a racing condition? I've stepped into the debugger. This is what I get $ (Pdb) p out.hash_info
HashInfo(name=None, value=None, size=None, nfiles=None)
$(Pdb) p self._find_outs(path, strict=False)[0].hash_info
HashInfo(name='md5', value='58037eb1e92e534b55a3f892734dab4a', size=133, nfiles=None) In the second command, I reran the |
For what it's worth: I cannot reproduce this bug anymore. |
If you run |
Closing this as a duplicate of #5667, basically we need to mark these "bad" commits in the table, and then continue trying to process whatever other else we can. |
Can confirm, Thanks for the reply |
Bug Report
Description
I have set up a DVC pipeline. Before and after running
dvc exp run
(for the first time), which runs successful, I get following errorThere is a line
2021-03-24 12:05:24,379 DEBUG: Lockfile for 'dvc.yaml' not found
, however there is a dvc.lock file in the working directory present.Reproduce
I have not tried to reproduce this in a minimal example yet; this is what I do in my repo
dvc exp show
-> errordvc exp run
-> okaydvc exp list
-> okaydvc exp show
-> errorEnvironment information
Output of
dvc doctor
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: