Win 10, Python 2.7, Miniconda 4.8.3
conda env create -f environment.yml
Package setuptools conflicts for:
pip=19.0.3 -> setuptools ...
Package openssl conflicts for:
pyparsing=2.2.0 -> python -> openssl[version=' ...
Package thrift conflicts for:
impyla=0.14.0 -> thrift
thrift=0.9.3
...(many more)
How to interpret these messages ? What does -> mean ?
How to fix this issue ? I tried some methods mentioned here, but no luck.
My 'channels' in environment.yml:
channels:
- conda-forge
- conda-forge/label/broken
- defaults