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

Possible compatibility issue with Sphinx 7.2.6? #166

Open
sr-murthy opened this issue Sep 25, 2023 · 2 comments
Open

Possible compatibility issue with Sphinx 7.2.6? #166

sr-murthy opened this issue Sep 25, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@sr-murthy
Copy link

Describe the bug

context
I'm not sure whether this is a problem with sphinx_design, but I recently tried to Install sphinx_design with PDM
and Sphinx 7.2.6 pre-installed. This triggers an error.
expectation
Successfully install sphinx_design.

bug
I get the following error:

resolvelib.resolvers.InconsistentCandidate: Provided candidate <Candidate [email protected]> does not satisfy NamedRequirement(name='Sphinx', marker=None, extras=set(), specifier=<SpecifierSet('')>, editable=False, prerelease=False)

Reproduce the bug

Run the PDM add command to install sphinx_design as a dev. dependency (with Sphinx 7.2.6 already pre-installed in the venv):

pdm add -v --update-eager --no-editable --no-self --dev -G "docs" sphinx_design

Note: I'm using pyproject.toml in my project, and Sphinx is listed as a docs dev. dependency.

List your environment

Python 3.9.6 virtual environment.
PDM version 2.9.2
Sphinx 7.2.6
MacBook Pro 2020 (core i7)
MacOS Ventura 13.5.2

@sr-murthy sr-murthy added the bug Something isn't working label Sep 25, 2023
@welcome
Copy link

welcome bot commented Sep 25, 2023

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

@sr-murthy
Copy link
Author

Follow up: when I downgraded Sphinx to 7.2.5 and tried to reinstall sphinx_design, with the same PDM command above, it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant