Muzalevsky / roadLaneSegmentation

Road lane segmentation based on Apolloscape
MIT License
2 stars 0 forks source link

Problems with Poetry #13

Closed Peregalli closed 5 months ago

Peregalli commented 5 months ago

This is the first time I use poetry so probably I'm missing something. I have already installed poetry (version 1.8.2), but when I do make project-init, It returns :

poetry run pre-commit install --hook-type prepare-commit-msg --hook-type pre-commit

The Poetry configuration is invalid:
  - data.homepage must be uri

make: *** [Makefile:27: tools-install] Error 1

I couldn't solve it.

Muzalevsky commented 5 months ago

@Peregalli, please check with v0.1.1

Peregalli commented 5 months ago

It works with that addition, thanks!