Dustin Rodrigues

Results 6 comments of Dustin Rodrigues

`~=` doesn't look to be valid in a python version specifier: https://www.python.org/dev/peps/pep-0345/#version-specifiers

Maybe you meant `>=` instead of `~=` for "greater than or equal to Python 3.7"? Edit: `~=' is valid as well https://www.python.org/dev/peps/pep-0440/#compatible-release

Is `--no-user` a supported flag? https://github.com/pypa/pip/issues/8977#issuecomment-706535089

Copied from https://github.com/Homebrew/homebrew-core/pull/59153: >Thanks @dtrodrigues ! I actually just discovered that command too! See https://github.com/SwiftGen/SwiftGen/issues/761 > >[We have a `Rakefile` in our repo that does something similar](https://github.com/SwiftGen/SwiftGen/blob/stable/rakelib/release.rake#L163-L206) that we coded...

`depends_on "six"` causes CI to install all 3 of Python 3.10-3.12 at build-time, even though typically only one Python version is required for a formula, which is another reason to...

This isn't a pip issue. Your installation of Python is not built with the ssl module. ```WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in...