Ben Raz

Results 19 comments of Ben Raz

Are you using `miniconda` (does `mc39` stand for `miniconda39`)? Seems like a bug with old `3.9` releases, try the latest one. See #2293

I think it's related to `conda`, make sure you're using latest `3.9` build available. See #2293

You forgot to mention you're using `Miniconda`... Old Python 3.9 `Miniconda` versions have corrupt `CFLAGS` configuration for `arm64` that's causing binary extension builds to break. You said you're using `3.9.6`,...

Seems like `lancache-dns-updates.sh` and `lancache-pihole.sh` were commited with `CRLF` line endings rather than `LF`, breaking their execution. They may be converted with `dos2unix` :) (No idea if the script will...

Updated the PR with latest cibuildwheel. @smihica A gentle ping on this one, we'd really love having wheels for pyminizip :)

Wheels for `musllinux` (which Alpine is using, unlike the commonly used `glibc [== manylinux]`) are not available for `psutil`, see #2126. As they are not yet available, you'll need to...

(everything related to musllinux was copied from #2126 yet not even mentioned in the PR description...)

> > (everything related to musllinux was copied from #2126 yet not even mentioned in the PR description...) > > > > @ben9923 I didn't copy anything from your PR...

This port of `psutil` you're trying to use is based on a version released a year _before_ Python 3.9. Wouldn't even try it... When trying `5.9.5` did you apply proper...