python-betterproto
python-betterproto copied to clipboard
Troubleshooting docs 244
Resolves https://github.com/danielgtaylor/python-betterproto/issues/224

Hi @ShayNehmad-RecoLabs, thanks for working on this.
Now that I see it explained like this, I'm curious if you tried doing poetry uninstall betterproto; poetry install betterproto, before just rebuilding the env? I guess you did try running poetry install again after updating the prproject.toml?
I'm also still unsure exactly what caused the issue you experienced. It's surprising given that AFAIK neither betterproto nor poetry are doing anything at all unusual with how the entry_point console_script is created/installed into the venv.
I just want to be sure that whatever goes into a troubleshooting section like this represents the problem well and gives the simplest solution.
Also poetry now has a smoother workflow for finding/deleting envs: https://python-poetry.org/docs/managing-environments/#listing-the-environments-associated-with-the-project
I can't really take the time to reproduce - this worked for me, so :shrug: