Henry Schreiner

Results 2521 comments of Henry Schreiner

FYI, everything except Windows scripts seems to work fine with 3.7. I'm guessing I should be skipping 3.7 too then in https://github.com/pypa/manylinux/pull/1590. Edit: Oh, if it's only a warning, probably...

Final has been released, just needs to be updated in images.

Yes. I recommend reading https://learn.scientific-python.org/development/guides/packaging-compiled/ and https://learn.scientific-python.org/development/guides/gha-wheels/ which cover this is much more detail. I'd also use github.com/pybind/scikit_build_example instead of this example as it's much simpler and easier.

What system are you on? It’s actually getting CMake (`/private/var/folders/.../overlay/bin/cmake`) but not finding the package it came from, which is weird. homebrew python 3.10 and 3.11 is currently broken when...

Sorry, can try to look into it. I expect we should be reading more info from sysconfig and setting CMake values for it. How easy is it to reproduce? Can...

Where are you installing the conda compilers?

You didn't install the conda compilers. Conda has its own compiling stack. You only have the system compiler, so I don't see how setuptools could have passed; what is it...

Could you guarantee that the CMake version exactly matched the package version? How would you ensure that someone wouldn't try to distribute this "empty" wheel? Or that they versions would...

As a maintainer of this package, I *strongly* advise against this. This has come up numerous times, and the answer has always been redistributing a redistribution is wrong. See the...

You are welcome to add it in a PR, that page comes from `docs/data/projects.yml`. The docs get updated periodically from there.