[ADD] poetry doc: support error when artifacts directory
"relative path can't be expressed as a file URI"
This commit is contained in:
parent
942cfb6657
commit
14f7132e6c
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue