Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment.yml ResolvePackageNotFound again #46

Open
ssarna1 opened this issue Aug 3, 2018 · 3 comments
Open

environment.yml ResolvePackageNotFound again #46

ssarna1 opened this issue Aug 3, 2018 · 3 comments

Comments

@ssarna1
Copy link

ssarna1 commented Aug 3, 2018

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: #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

@mani-repos-link
Copy link

mani-repos-link commented Aug 17, 2018

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.

@ssarna1
Copy link
Author

ssarna1 commented Aug 24, 2018

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

@grisaitis
Copy link

Try this: datitran/face2face-demo#10

It seems to be an issue with the conda channel... datitran/face2face-demo#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants