-
Notifications
You must be signed in to change notification settings - Fork 3
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
does not build with last version of sphinxcontrib.applehelp #10
Comments
I'm also seeing this. Don't have a workaround yet. |
Looks like this is the cause sphinx-doc/sphinx#11130 |
I experimented with forking xapian-bindings and pinning the sphinx dependency to an old version, but never got it to work. It always tried to get he latest sphinxcontrib.applehelp and I never tracked down why. I've since switched to Whoosh. |
I install (docker) dependencies packages before xapian-bindings installs in requirements.txt:
So, it works for me now. |
pkg_resources.ContextualVersionConflict: (sphinxcontrib.applehelp 1.0.3 (/tmp/pip-install-v55i4vfp/xapian-bindings_81a699d97e7443a98a5d8c2f5e3aa4c7/.eggs/sphinxcontrib.applehelp-1.0.3-py3.10.egg), Requirement.parse('sphinxcontrib-applehelp'), {'sphinx'})
The text was updated successfully, but these errors were encountered: