| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43386357
Hacker News 上讨论了 Wagtail 用户中 uv(一个 Python 包管理器)对 Poetry 的采用率日益提高。评论者称赞 uv 的速度和效率,使 Python 生态系统感觉更加成熟。用户强调了它有效管理依赖项、创建锁文件、处理虚拟环境以及快速设置项目(甚至管理不同的 Python 版本)的能力。 一些人对 uv 的治理由一家营利性公司驱动以及其对 Python 包规范化工作的潜在影响表示担忧。另一些人则想知道它如何处理 C 库,以及它是否完全取代了 conda、pyenv、pipx 和 tox 等工具。虽然 PDM 的功能集受到赞扬,但 uv 的性能似乎更胜一筹。 尽管有一些保留意见,许多用户报告说他们无缝过渡到 uv,并赞赏其速度和减少的故障模式。普遍共识似乎强烈倾向于 uv 是 Python 依赖项管理的重大改进,并可能成为新的标准。
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Last week, I started developing directly in PyTorch containers using just pip and Docker. With GPU forwarding on Windows no longer being such a hassle, I'm really enjoying the setup. Still, I can’t shake the feeling that I might be overlooking something critical.
I’d love to hear what the HN crowd thinks about this type of env.
reply