Jason R. Coombs

Results 1062 comments of Jason R. Coombs

Aha. I see. The issue is probably then that Raspbian (by virtue of being on RaspberryPi) is compiled for ARM64, so [doesn't yet have manylinux support](https://github.com/pypa/manylinux/issues/84). I don't recall who...

> Does not it need documentation? As proposed, I see it as an internal implementation detail, so wouldn't be documented. > Would not it be more useful to expose `build_prefix`...

@electric-monk An organization means the project can be managed by a larger community, so if you're indisposed (hit by a car; sorry), others can push the project forward, or if...

In case it's of any value, I've merged the d235j code with the electric-monk code in the jaraco fork. @electric-monk, Feel free to pull those changes if that saves you...

This issue becomes even more pressing now that `importlib_metadata` 5 no longer supports the deprecated interfaces used by `flake8` 4.x. Later versions of flake8 do seem to support it.

> I had the same problem with versions 5.0.0 and up of `flake8`. FWIW, some of the pytest devs now consider using `flake8` within `pytest` to be an anti-pattern, and...

Thank you! I hope the hardships continue to diminish.

> Yeah, I agree it's too much of a risk. > > A `SETUPTOOLS_ADDITIONAL_CONFIG_FILE` variable or similar would be pretty easy to implement - it just has to be added...

I similarly have this problem, but the issue appears not to be authentication but configuration of the upstream. I get an error: > The upstream branch of your current branch...