Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPEXpy: invalid setup.py #849

Open
svillemot opened this issue Jul 5, 2024 · 2 comments
Open

SPEXpy: invalid setup.py #849

svillemot opened this issue Jul 5, 2024 · 2 comments

Comments

@svillemot
Copy link
Contributor

The setup.py file distributed with SPEXpy has at least two problems:

  • it contains spurious non-breakable whitespaces in the install_requires field. They need to be replaced by regular ones, otherwise setuptools complains (at least on Debian)
  • it cannot find the SPEXpy module because of the non-standard layout. This file should ideally be moved to the upper directory level, so that it sees SPEXpy in a subdirectory.
@LoreMD
Copy link

LoreMD commented Jul 9, 2024

Thanks for reporting.
This has been fixed in SPEX 3.2.0.

@DrTimothyAldenDavis
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants