-
Notifications
You must be signed in to change notification settings - Fork 40
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
times.tmp missing #5
Comments
i run into this issue too. Did you solve the problem? |
For anyone come in later, the problem is that data.sh record the time in file called "times" instead of "times.tmp"
|
Hey @ronnakorn9,
This worked for me. Thanks!! |
while I was running example script, in the end at ./data.sh 5, I got this
...
File "/home/falca/.local/lib/python3.8/site-packages/pandas/io/common.py", line 702, in get_handle
handle = open(
FileNotFoundError: [Errno 2] No such file or directory: 'containers/5/times/times.tmp'
I spent whole day debugging this, still couldn't make it right
How could I fix this problem?
Would anyone please help me
The text was updated successfully, but these errors were encountered: