Skip to content

Commit

Permalink
show error
Browse files Browse the repository at this point in the history
  • Loading branch information
willyao99 committed Oct 4, 2023
1 parent 5441d6a commit ee76ed9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ create tables. Conventional read/write access should be sufficient.
You should be able to go to a page like http://localhost:5000/login or http://localhost:5000/register

# Build Notes
The `PyYAML` dependency may cause a build failure when using Python 3.10.x due to a breaking Cython change. For local development purposes, set `pyyaml = 5.3.x` in the `pyproject.toml` file then run `poetry install`.
The `PyYAML` dependency may cause a build failure when using Python 3.10.x due to a breaking Cython change.
```
Note: This error originates from the build backend, and is likely not a problem with poetry but with PyYAML (5.4.1) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "pyyaml (==5.4.1)"'.
```
For local development purposes, set `pyyaml = 5.3.x` in the `pyproject.toml` file then run `poetry install`.

# Running the tests

Expand Down

0 comments on commit ee76ed9

Please sign in to comment.