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
Hey guys, I am running into an issue with the latest release. I can't update the dependencies without disabling some sphinx-dependencies. The culprit seems to be the sphinxcontrib.applehelp dependency. Maybe I am seeing ghosts but I thought to let you know anyway as I haven't been able to crack this one so far and it seems to break on the default release provided.
Anyway thanks for making this template. If I can help any way to resolve this issue then be frank about it :)
To reproduce
cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout=2022.6.3
# enter all default
cd hypermodern-python
poetry install -vvv # ok
poetry update -vvv # hangs on `fact: sphinxcontrib.applehelp (1.0.3) requires Python >=3.8`
Expected
Packages are updated
Actual results
Poetry hangs on resolving dependency sphinxcontrib.applehelp (1.0.3) with error fact: sphinxcontrib.applehelp (1.0.3) requires Python >=3.8
I let it run for some 10 minutes. It's a deadlock.
Hey guys, I am running into an issue with the latest release. I can't update the dependencies without disabling some sphinx-dependencies. The culprit seems to be the
sphinxcontrib.applehelp
dependency. Maybe I am seeing ghosts but I thought to let you know anyway as I haven't been able to crack this one so far and it seems to break on the default release provided.Anyway thanks for making this template. If I can help any way to resolve this issue then be frank about it :)
To reproduce
Expected
Packages are updated
Actual results
Poetry hangs on resolving dependency
sphinxcontrib.applehelp (1.0.3)
with errorfact: sphinxcontrib.applehelp (1.0.3) requires Python >=3.8
I let it run for some 10 minutes. It's a deadlock.
with this output:
Workaround
Disable the following Sphinx dependencies in pyproject.toml:
I have also tried bumping Sphinx to no avail (even when bumping minimal Python requirement to >3.8). Same issue.
Potential culprits
Details
Poetry: 1.1.15 #latest from Pypi
Pip: 22.3.1 #latest from Pypi
Python: 3.10.6
OS: Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered: