-
Notifications
You must be signed in to change notification settings - Fork 314
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
RecursionError in Dependency Resolution with "sphinx-rtd-theme" in requirements.txt #7960
Comments
If you can reproduce this with stand-alone |
@sschuberth I ran it with standalone
|
Just to double-check: Did you use the same version of Python (3.11.5) and the same version of |
@sschuberth Yes same |
That's not exactly the same command line that ORT uses, though. Please run exactly like ORT:
(With paths adjusted where needed.) I you can't run on Linux, you may replace |
@sschuberth Great thanks for pointing it out. It does fail with the same error when i run the above command. I have added a new issue in python_inspector repo I'm closing this ticket. Thank you once again |
Description
I am encountering a
RecursionError
during the dependency resolution process whensphinx-rtd-theme==2.0.0
is included in myrequirements.txt
file. This issue seems to occur specifically whensphinx-rtd-theme
hassphinx
as a dependency, starting from version 0.4.1 ofsphinx-rtd-theme
.Steps to Reproduce
requirements.txt
file with the following content:analyze
command on the project.Expected Behavior
ORT should successfully analyze the dependencies without encountering a
RecursionError
.Actual Behavior
A
RecursionError
is thrown during the dependency resolution process. Here's a snippet of the error log:Additional Context
sphinx
as a dependency insphinx-rtd-theme
.Possible Solutions
sphinx-rtd-theme
, its dependencies, and thepython-inspector
tool within ORT.Any insights or suggestions on how to resolve or work around this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: