1

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
d-_-b
  • 761
  • 2
  • 11
  • 26
  • Wild guess: packages from the label `broken` might be actually broken. – Klaus D. Jan 09 '21 at 08:13
  • @KlausD. - I only added that broken stuff on the suggestion of that linked question above – d-_-b Jan 09 '21 at 08:32
  • can you share environment.yml? If it is a yml file for a python 2x env, chances are that it contains quite old package versions as dependencies for which you might need the `free` channel – FlyingTeller Jan 14 '21 at 11:11

0 Answers0