|
|
Subscribe / Log in / New account

Convergence in the pip and conda worlds?

Convergence in the pip and conda worlds?

Posted Feb 2, 2023 10:38 UTC (Thu) by dottedmag (subscriber, #18590)
In reply to: Convergence in the pip and conda worlds? by kleptog
Parent article: Convergence in the pip and conda worlds?

The tricky part will be the specification.

Conda, Nix, Debian and other closed infrastructures can do it by controlling the whole set of packages.

However Python packages are exposed to the wild world, where even "I need a C compiler" won't do, as there are many C compilers with different supported C versions, bugs, incompatible extensions, CLI interfaces, target platforms, ideas about ABI etc.


to post comments

Convergence in the pip and conda worlds?

Posted Feb 2, 2023 10:38 UTC (Thu) by dottedmag (subscriber, #18590) [Link]

infrastructures -> ecosystems


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds