-
Notifications
You must be signed in to change notification settings - Fork 471
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
Development Setup fails #2532
Comments
Installing from GitHub fails the same way: Detailed log
|
Might be related to the addition of pyproject.toml by #2523. |
@DimitriPapadopoulos, I hope you are using the latest version of |
If a recent version of I have version 59.6.0 of
File pyrpojrct.toml tells me this version is good enough: Lines 48 to 49 in 055cb2a
Upgrading to a more recent of setuptools does not help: Installation of latest setuptools and relevant log
@Saransh-cpp Why exactly do you think this error is related to the version of setuptools? |
Ah, removing the system Deletion of system setuptools and relevant log
Indeed, the system The question remains, which minimal version of setuptools is required: Lines 48 to 49 in 055cb2a
It appears a vanilla installation of |
Technically, |
I guess we need to change:
to:
I'm not sure what |
It should stay as it is - #2523 (comment) |
#2523 (comment) is about keeping setup.py. How does it relate with the version of |
They want to maintain legacy builds, which means they might also want to support older versions of |
Ah, I get it. But the version of
The idea of legacy compatibility in this case is to support running |
Ah, maybe, maybe not. Technically we shouldn't even be using If they do end up removing |
I see. I guess we can leave it as it is for now, and revisit when the need arises. |
Paragraph Development Setup reads:
This command fails for me on Ubuntu 22.04:
Detailed log
First, I had to manually install aspell to run
make check
without a warning:Then, I had to investigate the errors...
The text was updated successfully, but these errors were encountered: