Branch Vincent

Results 19 comments of Branch Vincent
trafficstars

`aws-google-auth` has an undeclared dep on setuptools: ``` File "/opt/homebrew/Cellar/aws-google-auth/0.0.38_8/libexec/lib/python3.12/site-packages/aws_google_auth/google.py", line 16, in from distutils.spawn import find_executable ModuleNotFoundError: No module named 'distutils' ```

sorry about that, I have to check with my employer before signing the CLA. alternatively, I'm more than happy for you to just create the same PR

+1 to at least testing/declaring official support for 3.12

I'm just a drive-by commenter (not affiliated with this project). FWIW I agree with dropping 3.7 (`pip` doesn't even support it now), but if that's not acceptable it would be...

The issue here is the macOS-provided python is not relocatable, so `venv` creates a broken python when using `--copies` / `symlinks=False` as [our installer does](https://github.com/python-poetry/install.python-poetry.org/blob/e837f27653ad3be43c16b690b3ba42dce724aa51/install-poetry.py#L304). See https://github.com/python/cpython/issues/82886#issuecomment-1093846287 A simple reproduction:...

i just ran into this as well, would be great to get #18 merged!

Would be great to get this merged, Python 3.12 has removed `imp`: https://docs.python.org/3/whatsnew/3.12.html#imp

FYI, `brew install` now supports ARM after https://github.com/Homebrew/homebrew-core/pull/216640

Actually, I see now that 22.04 is the earliest LTS which is 3.10 so let's do that? Also allows updating to [PEP 639](https://peps.python.org/pep-0639/) license metadata