From 14f7132e6c1f114eaaf3916aa460415c7ccabebe Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 31 Mar 2022 20:17:36 -0400 Subject: [PATCH] [ADD] poetry doc: support error when artifacts directory "relative path can't be expressed as a file URI" --- doc/POETRY.md | 5 +++++ 1 file changed, 5 insertions(+) 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.