You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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).
Describe the bug
context
I'm not sure whether this is a problem with
sphinx_design
, but I recently tried to Installsphinx_design
with PDMand Sphinx 7.2.6 pre-installed. This triggers an error.
expectation
Successfully install
sphinx_design
.bug
I get the following error:
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):Note: I'm using
pyproject.toml
in my project, and Sphinx is listed as adocs
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
The text was updated successfully, but these errors were encountered: