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

fix poetry docs #1003

Merged
merged 1 commit into from
Jun 3, 2023
Merged

fix poetry docs #1003

merged 1 commit into from
Jun 3, 2023

Conversation

rmorshea
Copy link
Collaborator

@rmorshea rmorshea commented Jun 3, 2023

Poetry docs are broken:

2023-06-03T22:12:30.486911+00:00 heroku[web.1]: Starting process with command `/bin/sh -c pipx\ run\ poetry\ run\ python\ main.py`
2023-06-03T22:12:32.452922+00:00 app[web.1]: creating virtual environment...
2023-06-03T22:12:32.493175+00:00 app[web.1]: creating shared libraries...
2023-06-03T22:12:36.152850+00:00 app[web.1]: upgrading shared libraries...
2023-06-03T22:12:44.947651+00:00 app[web.1]: installing poetry...
2023-06-03T22:12:56.226991+00:00 app[web.1]: Creating virtualenv docs-DoOuTdRN-py3.9 in /app/docs/.cache/pypoetry/virtualenvs
2023-06-03T22:12:57.064521+00:00 app[web.1]: Traceback (most recent call last):
2023-06-03T22:12:57.064523+00:00 app[web.1]:   File "/app/docs/main.py", line 3, in <module>
2023-06-03T22:12:57.064561+00:00 app[web.1]:     from docs_app import dev, prod
2023-06-03T22:12:57.064561+00:00 app[web.1]:   File "/app/docs/docs_app/dev.py", line 7, in <module>
2023-06-03T22:12:57.064598+00:00 app[web.1]:     from sphinx_autobuild.cli import (
2023-06-03T22:12:57.064604+00:00 app[web.1]: ModuleNotFoundError: No module named 'sphinx_autobuild'

Somehow the venv created by Poetry via pipx was not preserved.

@rmorshea rmorshea marked this pull request as ready for review June 3, 2023 22:20
@rmorshea rmorshea merged commit e950966 into reactive-python:main Jun 3, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant