About 111,000 results
Open links in new tab
  1. Open xz file from the command line in Windows 10 - Stack Overflow

    Mar 2, 2017 · My colleagues using mac or linux open xz files with this line: xz --decompress --stdout "file.csv.xz" On my pc, with windows 10, I get the following error: 'xz' is not recognized …

  2. How to open a large file with an .tar.xz extension? - Super User

    While xz can only support one file the convention is to bundle a file that is an archive itself, such as those created by the tar or cpio Unix programs. You need to decompress the outer .xz …

  3. compression - How to unpack xz file with python which contains …

    Feb 7, 2017 · I have a file, which I can decompress under linux using the following command: unxz < file.xz > file.txt How can I do the same using python? If I use python3 and the …

  4. Error extracting tar.xz files in Windows using command line

    Aug 3, 2022 · I am able to use 7-zip to open the files, but for this I have to manually unzip each file from .xz first and then untar, and this is a bit of a pain. I have previously been able to use a …

  5. Native .tar extraction in Powershell - Stack Overflow

    I have a .tar.gz file that I need to extract. I've handled the gunzip bit with the GzipStream object from System.IO.Compression, but I couldn't find anything for dealing with tarballs in that names...

  6. How can I read a .xz file in Python? - Stack Overflow

    Aug 10, 2020 · I am downloading files from the web with the ending .xz. It says they are JSONstrean files. Is there a way to read these files in Python, for example like a CSV file?

  7. Cannot decompress .tar.xz file, getting "xz: Cannot exec: No such …

    Cannot decompress .tar.xz file, getting "xz: Cannot exec: No such file or directory" from tar Ask Question Asked 11 years, 3 months ago Modified 4 years, 4 months ago

  8. How to install Python from .tar.xz using windows command Prompt

    Jul 18, 2022 · How to install Python from .tar.xz using windows command Prompt Asked 3 years, 4 months ago Modified 1 year, 1 month ago Viewed 13k times

  9. python - How to read pickle file? - Stack Overflow

    The following is an example of how you might write and read a pickle file. Note that if you keep appending pickle data to the file, you will need to continue reading from the file until you find …

  10. python - Open .json.xz files - Stack Overflow

    Apr 20, 2020 · 3 This is probably because the compressed data file you have is incomplete/corrupted. The code you have provided works fine for decompressing json.xz files.