mtkennerly / poetry-dynamic-versioning

Plugin for Poetry to enable dynamic versioning based on VCS tags
MIT License
588 stars 36 forks source link

Add pipx to the plugin installation options #169

Closed visch closed 4 months ago

visch commented 4 months ago

Add pipx to the plugin installation options. Open to ideas for how to format this, it seems better like this, but it's not perfect!

I hit No module named 'poetry.core.semver' when installing this plugin, and realized I should follow a different plugin installation path for this one, took me a bit to find so I thought I'd take the time to prevent my mistake again and help others!

More information here https://github.com/python-poetry/poetry/issues/8618#issuecomment-1961485761

mtkennerly commented 4 months ago

Thanks!