Closed svillemot closed 3 months ago
Thanks for reporting. This has been fixed in SPEX 3.2.0.
It's been fixed here: https://github.com/clouren/SPEX/tree/SPEX-3.2.0 . We'll copy those changes into the SuiteSparse repo here.
Fixed in SuiteSparse 7.8.0.
The
setup.py
file distributed with SPEXpy has at least two problems:install_requires
field. They need to be replaced by regular ones, otherwisesetuptools
complains (at least on Debian)SPEXpy
module because of the non-standard layout. This file should ideally be moved to the upper directory level, so that it seesSPEXpy
in a subdirectory.