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.lock and pyproject.toml inconsistency #410

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

alex-karpov
Copy link
Contributor

Команда poetry lock --check выдаёт ошибку:

Error: poetry.lock is not consistent with pyproject.toml. Run poetry lock [--no-update] to fix it.

Из-за этого не устанавливается окружение командой poetry install из README.md.

Решение. Запустил:

poetry lock --no-update

Результат. Все версии пакетов остались такими же, как и в старой poetry.lock (проверил). Команда poetry install успешно устанавливает виртуальное окружение.

@daxartio
Copy link
Collaborator

daxartio commented Jan 6, 2023

Какая версия poetry?
Сохраним для лога в PR-е

@daxartio daxartio merged commit 93cb616 into sportorg:develop Jan 6, 2023
@alex-karpov
Copy link
Contributor Author

Poetry (version 1.3.1)

@alex-karpov alex-karpov deleted the fix_poetry_lock branch January 7, 2023 12:09
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.

2 participants