environment.yml ResolvePackageNotFound again
I hope i just did a stupid mistake... Installed anaconda, tf and opencv
i got this:
`c:\repos\object_detector_app>conda env create -f environment.yml Solving environment: failed
ResolvePackageNotFound:
- libtiff==4.0.6=3
- icu==54.1=0
- freetype==2.5.5=2
- sqlite==3.13.0=0
- tk==8.5.18=0
- jbig==2.1=0
- tbb==4.3_20141023=0
- openssl==1.0.2l=0
- xz==5.2.2=1
- qt==5.6.2=2
- libpng==1.6.27=0
- jpeg==9b=0
- readline==6.2=2
- zlib==1.2.8=3
- opencv3==3.0.0=py35_0`
I tried that: https://github.com/datitran/object_detector_app/issues/41 didn't do much, i tried to install package manually but it doesn't change anything
What could i did wrong? I'm on W10 x64
The same issue, when I run conda env create -f environment.yml
$ conda env create -f environment.yml
Solving environment: ...working... failed
ResolvePackageNotFound:
- jbig==2.1=0
- sqlite==3.13.0=0
- tbb==4.3_20141023=0
- freetype==2.5.5=2
- libpng==1.6.27=0
- zlib==1.2.8=3
- qt==5.6.2=2
- libtiff==4.0.6=3
- xz==5.2.2=1
- openssl==1.0.2l=0
- icu==54.1=0
- jpeg==9b=0
- opencv3==3.0.0=py35_0
- tk==8.5.18=0
- readline==6.2=2
I am using python3.7 and win7 x64
Has anybody solved this issue? I am using the first-time conda, so I don't know much about this.
I've managed to run this.. I had to leave"$ conda env create -f environment.yml", i guess most of that unresolved packages are unnecessary :) I had to install tf and opencv (i think thru conda) then conda uninstall pillow then conda install pillow
Then the project was running
Try this: https://github.com/datitran/face2face-demo/pull/10
It seems to be an issue with the conda channel... https://github.com/datitran/face2face-demo/issues/9