Henry Schreiner

Results 2507 comments of Henry Schreiner

Could you pin setuptools only on older PyPy, then? Something like this: ```toml [build-system] requires = [ "setuptools==72.1.0; platform_python_implementation == 'PyPy' and python_version < '3.11'", "setuptools", ] ```

IMO, you should not be supporting anything other than the (assumed to be final) release of PyPy. Windows Python 3.14t is much more important than pypy The Python build ecosystem...

Here's an example I found of someone using a workaround: https://github.com/pygame/pygame/pull/4538/files > Perhaps a new section on the tips and trick page Maybe, in a setuptools specific section? Many major...

That is a very old beautifulsoup which pins a very old version of cffi that didn’t provide binaries for 3.9 (since it predates Python 3.9). Please use a newer beautifulsoup...

I think a future minor release should be fine, like 3.3, since it was experimental and probably doesn't have a huge number of users. Fine to wait for 4.0 if...

The package is archived and I think it only supported Intel macos and Python 3.7, which was never ported to ARM macs. https://pypi.org/project/SeismicMesh/3.6.2/#files https://github.com/krober10nd/SeismicMesh

The package is archived, which means no one can update it or even open an issue. If you want to resurrect it, you'll likely need to fork it and maintain...

Also, I recommend using a non-Conda Python if you are not installing with conda, especially if you are building packages from source. Conda's packages are compiled with it's own compiler...

I was able to get it to build on 3.12 (on Intel, no idea if it works) by cloning it, and adding the following hard coded paths to `setup.cfg`: ```ini...

I've tried making a scikit-build-core version, would you like to try: ``` pip install -v git+https://github.com/henryiii/SeismicMesh ``` ? Changes: https://github.com/henryiii/SeismicMesh/commit/a9482b057346b9b38e7e5c2e5db76ec08bfe7cab