python-betterproto icon indicating copy to clipboard operation
python-betterproto copied to clipboard

Troubleshooting docs 244

Open ShayNehmad-RecoLabs opened this issue 4 years ago • 2 comments

Resolves https://github.com/danielgtaylor/python-betterproto/issues/224

image

ShayNehmad-RecoLabs avatar Apr 02 '21 20:04 ShayNehmad-RecoLabs

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

nat-n avatar Apr 05 '21 12:04 nat-n

I can't really take the time to reproduce - this worked for me, so :shrug:

ShayNehmad-RecoLabs avatar Apr 07 '21 07:04 ShayNehmad-RecoLabs