Steven Trogdon

Results 129 comments of Steven Trogdon

The `frozen` chatter can be removed by inserting ``` warnings.filterwarnings("ignore", category=DeprecationWarning) ``` as it appears in `/usr/lib/python3.11/site-packages/pydevd_plugins/__init__.py` in ``` /usr/lib/python3.11/site-packages/pydevd_plugins/extensions/__init__.py /usr/lib/python3.11/site-packages/pydevd_plugins/extensions/types/__init__.py ``` I'm not sure why the `warnings.filterwarnings` should be...

As well here ``` AttributeError: Can't pickle local object '_prepare_extension_detection..' ************************************************************************ Error building the Sage library ************************************************************************ * ERROR: sci-mathematics/sagemath-standard-9999::sage-on-gentoo failed (compile phase): * Wheel build failed * * Call...

This happened after switching system python to `python3_12` and rebuilding sagemath pulled in `scikit-core`.

Not sure. I do not have `pandas` installed. Here is a portion of the emerge log ``` 1717392020: >>> emerge (155 of 237) dev-python/scikit-build-core-0.9.4 to / 1717392020: === (155 of...

``` # equery d scikit-build-core * These packages depend on scikit-build-core: dev-python/pyzmq-26.0.3 (>=dev-python/scikit-build-core-0.9.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]) ```

Masking and removing `dev-python/pyzmq-26.0.3`, removing `dev-python/scikit-build-core` and updating world now allows `sage-standard` to build. Sorry for the delay. It was really late last evening.

Amazing, this does seem to work. The original issue was with Sage (maybe python) being unable to pickle a lambda in a package (scikit-build-core) which was not used by Sage....

How did you discover this? I don't see it when running the testsuite, nor when doctesting the file individually. It does appear when running the indicated code from the sage...

Could something other than flint be the issue? I built `sagemath-standard-9999` (which is sagemath-standard-10.4) yesterday without issue and I have `flint-3.1.0` installed.