diff --git a/doc/POETRY.md b/doc/POETRY.md index a5f17d6..a79a185 100644 --- a/doc/POETRY.md +++ b/doc/POETRY.md @@ -21,3 +21,8 @@ The automatic script will erase this dependency, but you can add it for your loc ```bash poetry add PYTHON_MODULE ``` + +## Error `relative path can't be expressed as a file URI` + +If you got this error `relative path can't be expressed as a file URI` when executing poetry, delete directory +artifacts: `rm -rf artifacts/` and rerun the update.