-
BPO | [44424](https://bugs.python.org/issue44424)
--- | :---
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*
Show more detail…
-
Hi guys, ESBMC reports some "incorrect false" in `ConcurrencySafety-MemSafety`: https://sv-comp.sosy-lab.org/2024/results/results-verified/esbmc-kind.2023-11-30_21-33-41.results.SV-COMP24_valid-memsaf…
-
The API example shows how to create a .tar.bz2 file
```
using (Stream stream = File.OpenWrite(tarbz2Path))
using (var writer = WriterFactory.Open(stream, ArchiveType.Tar, CompressionType.BZip2))
…
-
i can't download the 'flowers_text_c10.tar.bz2'.are there are any solve?
-
After connecting with the sparksession and trying to run some jobs, I get:
ModuleNotFoundError: No module named '_bz2'
I suppose bz2 is not installed locally on the server?
-
There's no good reason for us to have an internal copy of the bz2 library to maintain. Just rip it out and replace with standard external dependency.
From TDS-642 and TDS-596.
-
It'd be awesome if ark could support bz2 files, e.g. http://download.osgeo.org/geos/geos-3.3.6.tar.bz2
-
Hi~
Can I get the file "w_hm3.snplist.bz2" from the website(https://alkesgroup.broadinstitute.org/LDSCORE/) ?
I couldn't find it on this website. Maybe, somebody can send me one. Or there is …
-
I was using pip to install pytz (for timezones), which happened to tar up their code using bz2. The python bz2 wasn't installed in q python, so it failed. My workaround was to download the tar.gz from…
-
https://github.com/kartoza/docker-osm/blob/f0702acd49600bedb34686397e3f344499dd1a95/docker-imposm3/importer.py#L121
For getting DAILY updated full planet.osm, AFAIK only osm.bz2 are available, see:
…