monim67 / poetry-bumpversion

Poetry plugin to update __version__ in __init__ file and other files containing version strings
https://pypi.org/project/poetry-bumpversion/
MIT License
81 stars 4 forks source link

Can't install, no module named 'dulwich' #8

Closed ariffjeff closed 1 year ago

ariffjeff commented 1 year ago

For me, running the initial install command: poetry self add poetry-bumpversion produces an error: No module named 'dulwich'

ariffjeff commented 1 year ago

Looks like my Poetry install is messed up somehow. It was working fine before I tried poetry self add poetry-bumpversion but it seems to have broken Poetry since now I get No module named 'dulwich' when I simply enterpoetry` in the terminal.

ariffjeff commented 1 year ago

Reinstalled Poetry 1.4.2 and tried the poetry self add poetry-bumpversion command again and it worked with no issues. Glad I figured this one out quickly.