Install extras with conda

2019-08-07 07:00发布

问题:

With pip we can install subpackages using square brackets. For example with Apache Airflow:

pip install airflow[all]

Is there something similar in conda or do I have to use pip for packages containing sub-packages?

回答1:

It appears that the issue has been raised but not resolved