|
|
|
|
|
by ElectricalUnion
393 days ago
|
|
The conda ecosystem was a early adopter of standardized binary packages. Now it's mostly behind us, but there used to be a time where pypi didn't have wheels (a 2012 thing), or manylinux wheels (a 2016 thing) for most libraries. pip install was a world of pain if you didn't have the "correct source packages" in your system. And now several of those projects built back then, they're no longer projects but deployed systems, might as well stick to what is working. |
|
The fastest graph library I know, graph-tool, needs to be installed with Conda too.