Sergio Valqui <[email protected]> writes: > Anaconda does the version control for all those packages, for a given > version of Anaconda there is a given version of the packages
Most Python packages do this by declaring the packages (and versions) they depend on, in the Distutils metadata. Why doesn't Anaconda declare that, so I can install Anaconda by telling Pip to bring in all its dependencies in a unified way with other Python packages? > it also manage the environment; so is not as easy as simple installing > the packages. Thank you. Is this more than a Python ‘venv’ environment? What would I need to do to have a ‘venv’ environment set up so the Anaconda assumptions will work? > This is difficult to achieve as anaconda manages the package versions, > and environment; also the packages are quite diverse too manage them > individually I have a list of dependencies (a YAML file) for the ‘conda’ tool. Are they just PyPI packages that I can also install with Pip? -- \ “Generally speaking, the errors in religion are dangerous; | `\ those in philosophy only ridiculous.” —David Hume, _A Treatise | _o__) of Human Nature_, 1739 | Ben Finney _______________________________________________ melbourne-pug mailing list [email protected] https://mail.python.org/mailman/listinfo/melbourne-pug
