Andy Neff

Results 45 comments of Andy Neff

Just learned pypi has swig. All failures are the same error. - `4.0.2` on Windows 11 failed - `4.2.1` on Windows 11 works - `4.3.0` on Windows 11 works -...

After #390, I could make an edit to the README either saying we need swig 4.2, or remove mentioning SWIG completely, because `python -m build` will automatically download swig via...

Right. With no version specified, it will download the latest available from pypi with is currently 4.3.0. (With the option of adding a constraint in the future. E.g. 4.4.0 breaks...

This is still an issue in VSCode 1.96.4, I have to downgrade to Better Shell Syntax version 1.6.3 So that the syntax highlighting isn't bugged in the libraries I frequently...

I don't have a lot of macos experience. But my macos notes say: ``` brew install abseil python3.13 python3.13 -m venv ~/venv . ~/venv/bin/activate pip install build python -m build...