I am new to conda. I read that it makes maintaining different versions of package easy. I cloned a git repo: https://github.com/datitran/face2face-demo using
git clone https://github.com/datitran/face2face-demo
instead of what is asked on the above git page, but sadly when I ran
conda env create -f environment.yml
It gave me following error:
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- mkl==2017.0.3=0
- jpeg==9b=0
- readline==6.2=2
- xz==5.2.2=1
- libpng==1.6.27=0
- tk==8.5.18=0
- numpy==1.13.0=py35_0
- bzip2==1.0.6=3
I ran these in Ubuntu as well as Mac, but got the same error at both the places.
So my question is (all related, basically I was hoping that conda will not give me these errors):
- Why conda is not able to resolve these?
- How to resolve them?
- Whats the point of using conda if I bump into these issues even after installing it. What is there in 500Mb+ installer which I downloaded?
My second question is regarding conda shell on mac which I asked at: How to open conda shell in mac