Comment on Towards a new SymPyparentComments−abdullahkhalids3yMiniconda has a better dependency resolver, and it can resolve in less than a minute in most cases.−StableAlkyne3yMiniconda is faster (I prefer it, personally)......but Miniconda and Anaconda are the same package manager, the difference is that Anaconda comes batteries-inclused with a ton of common packages.The reason Miniconda is faster isn't the solver, it's because it doesn't have 250 packages to go through the long checking process on.If you have a large, complex environment in Miniconda, that environment will get slower and slower to resolve over time.−taeric3y250 is not a big number... :(−VHRanger3yThey have the same resolver (Conda)You just have fewer packages installed with miniconda, so the sat problem is much smaller
Comments
Miniconda has a better dependency resolver, and it can resolve in less than a minute in most cases.
Miniconda is faster (I prefer it, personally)...
...but Miniconda and Anaconda are the same package manager, the difference is that Anaconda comes batteries-inclused with a ton of common packages.
The reason Miniconda is faster isn't the solver, it's because it doesn't have 250 packages to go through the long checking process on.
If you have a large, complex environment in Miniconda, that environment will get slower and slower to resolve over time.
250 is not a big number... :(
They have the same resolver (Conda)
You just have fewer packages installed with miniconda, so the sat problem is much smaller