Hacker News new | ask | show | jobs
by zelphirkalt 1194 days ago
My advice would be to not use Conda or other such "extra tooling". More trouble than benefit. Stick with venv and poetry.
1 comments

poetry is "extra tooling"
It's really nice though.
Until it hangs at dependencies resolution step which happened to me recently on a fastapi/sqlachemy project. Had to add deps one by one not to overwhelm it (rollseyes).

Also doesn't play nice with publishing to custom pypi destinations (e.g. self-hosted Gitlab) in my experience. I could track down the issue but the code around was clearly a mess so that I gave up on that one.