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
Do not install the lz4 and lzo extras of dissect.util by default (#68)
They are now provided as separate extra's. Run:
pip install dissect[lz4,lzo]
to install dissect with the C versions of the lz4 and lzo compression
libraries.