issues Search Results · repo:pycompression/xopen language:Python
Filter by
62 results
(72 ms)62 results
inpycompression/xopen (press backspace or delete to remove)Website for pbzip2 does not exist anymore, now seems to be hosted at: http://compression.great-site.net/pbzip2/
Downloading pbzip2_1.1.13.orig.tar.gz from https://launchpad.net/ubuntu/+source/pbzip2/1.1.13-1build1 ...
ghuls
- 1
- Opened on Feb 13
- #165
First of all thank you for such an excellent library which provides our engineering community with simple, transparent,
performant, and pythonic library to handle all kinds of compressed and uncompressed ...
gcflymoto
- 4
- Opened on Sep 12, 2024
- #163
My goal is to run a shell command and stream the output to a compressed file. I figured xopen would be a good way to
achieve this, however I can t get it to work. Here is a minimal reproducible example: ...
victorlin
- 4
- Opened on Jul 24, 2024
- #162
Hi, with xopen/2.0.1 and zstandard/0.22.0 I see the following sometimes when opening a .zst file
with xopen.xopen(file_path) as fp:
File /usr/pkgs/python3/3.11.1/modules/r2/lib/python3.11/site-packages/xopen/__init__.py ...
gcflymoto
- 3
- Opened on Jun 4, 2024
- #160
The upload was blocked due to this issue: https://status.python.org/incidents/dc9zsqzrs0bv
I guess it is a matter of waiting it out and retrying the upload once it is resolved.
rhpvorderman
- 1
- Opened on Mar 28, 2024
- #159
Originally logged as https://github.com/marcelm/cutadapt/issues/774 but reduced to an xopen only test case by
@rhpvorderman :
(xopen) rhpvorderman@tuxminator:~/PycharmProjects/xopen$ pip list | grep xopen ...
peterjc
- 10
- Opened on Mar 27, 2024
- #157
When compressing a file with long memory mode
zstd -T4 -9 --force --rm --exclude-compressed --no-progress --long=31 file.txt
Xopen cannot decode it
python3 -c import xopen; f = xopen.xopen( file.txt.zst ...
gcflymoto
- 10
- Opened on Mar 25, 2024
- #155
Can be easily reproduced
/nfs/site/home/ user /pyenv3.11.1/bin/python3
Python 3.11.1 (main, Dec 6 2023, 09:00:14) [GCC 12.2.0] on linux
Type help , copyright , credits or license for more information. ...
gcflymoto
- 8
- Opened on Mar 19, 2024
- #153
This is what gzip.open does for instance:
https://github.com/python/cpython/blob/d7334e2c2012defaf7aae920d6a56689464509d1/Lib/gzip.py#L60
I also made sure the threaded libraries do this:
https://github.com/pycompression/python-isal/blob/970c141a4976276c8254310474db1038d63000ce/src/isal/igzip_threaded.py#L78 ...
rhpvorderman
- 3
- Opened on Feb 6, 2024
- #149

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.