Skip to content

Commit

Permalink
temp fix for make setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera authored Nov 3, 2023
1 parent 25f7963 commit 8f60bab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ cd my-awesome-schema # using the folder example above
make setup
```

> **NOTE:** Until https://github.com/linkml/linkml-project-cookiecutter/issues/73 is resolved, this will give you an error (`AttributeError: 'str' object has no attribute 'decode'. Did you mean: 'encode'?`), see the issue for details. To circunvent this:

Check failure on line 124 in README.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

circunvent ==> circumvent
> * Delete the file `poetry.lock`
> * In the file `pyproject.toml` add `rdflib = "6"` under `[tool.poetry.dependencies]`
> * Run `make setup` again

### Step 5: Edit the schema

Edit the schema (the .yaml file) in the
Expand Down

0 comments on commit 8f60bab

Please sign in to comment.