We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I install latest dfvfs, my process show that
no such file or directory: '/usr/local/lib/python3.10/site-packages/dfvfs/lib/cpio.yaml'
And the problem gone after I change back to the older version. I guess something miss in latest one.
Best Regards
The text was updated successfully, but these errors were encountered:
+1
This is most likely a similar issue as in log2timeline/plaso#1917
I fixed it by copying https://raw.githubusercontent.com/log2timeline/dfvfs/master/dfvfs/lib/cpio.yaml, and https://raw.githubusercontent.com/log2timeline/dfvfs/master/dfvfs/lib/gzipfile.yaml in the expected directory, such as /usr/local/lib/python3.10/site-packages/dfvfs/lib/
Sorry, something went wrong.
And the problem gone after I change back to the older version.
this is an issue in the latest pre-release and has been addressed in #750
joachimmetz
No branches or pull requests
When I install latest dfvfs, my process show that
And the problem gone after I change back to the older version.
I guess something miss in latest one.
Best Regards
The text was updated successfully, but these errors were encountered: