Closed groutr closed 2 years ago
Python 3 standard library has support LZMA decompression used in XZ format. Since LZMA library is not available for Python 2, an error is raised when trying to read .xz on Python 2.
Happy for any feedback.
Thank you! 🎉
Python 3 standard library has support LZMA decompression used in XZ format. Since LZMA library is not available for Python 2, an error is raised when trying to read .xz on Python 2.
Happy for any feedback.