michalfaber / keras_Realtime_Multi-Person_Pose_Estimation

Keras version of Realtime Multi-Person Pose Estimation project
Other
780 stars 372 forks source link

feat: add conda env easy setup #37

Closed kaminskypavel closed 6 years ago

kaminskypavel commented 7 years ago

have the project up and runing with anaconda in no time

michalfaber commented 6 years ago

Hi @kaminskypavel I tried to run the command on my osx but got NoPackagesFoundError: Packages missing in current osx-64 channels.

kaminskypavel commented 6 years ago

Can you copy paste what exact packages are missing?

michalfaber commented 6 years ago

I use conda ver: 4.2.9 and here is the output:

> conda env create -f keras-openpose.yaml                                                                                                                                                  
Using Anaconda API: https://api.anaconda.org
Fetching package metadata ...........
Solving package specifications: .
NoPackagesFoundError: Packages missing in current osx-64 channels:
  - bzip2 1.0.6 vc14_3
  - freetype 2.5.5 vc14_2
  - olefile 0.44 py36h0a7bdd2_0
  - icu 58.2 vc14_0
  - jpeg 9b vc14_2
  - libpng 1.6.28 vc14_2
  - libtiff 4.0.7 vc14_1
  - libwebp 0.5.2 vc14_7
  - opencv 3.3.0 py36_202
  - openssl 1.0.2l vc14_0
  - qt 5.6.2 vc14_1
  - vc 14 0
.....
kaminskypavel commented 6 years ago

@michalfaber, you're correct. I've just added a macOs env file too. I've also tested it and it looks fine. can you please confirm it works on your side?

michalfaber commented 6 years ago

Is this file dependent on the python 3.6 ? Now I got the same error but different packages missing:

Using Anaconda API: https://api.anaconda.org
Fetching package metadata .........
Solving package specifications: .
NoPackagesFoundError: Packages missing in current osx-64 channels:
  - appnope 0.1.0 py36hf537a9a_0
  - ca-certificates 2017.08.26 ha1e5d58_0
  - certifi 2017.11.5 py36ha569be9_0
  - decorator 4.1.2 py36h69a1b52_0
  - h5py 2.7.1 py36h39cdac5_0
....