menpo / lsfm

Large Scale Facial Model (LSFM) - an automatic pipeline for constructing 3D Morphable Models from large collections of facial meshes
http://ibug.doc.ic.ac.uk/resources/lsfm/
BSD 3-Clause "New" or "Revised" License
504 stars 117 forks source link

conda failed to install lsfm #29

Closed Mad-Thanos closed 5 years ago

Mad-Thanos commented 5 years ago

When I execute

conda create -n lsfm -c menpo python=3.5 lsfm

I got the following error on windows 10(x64):

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
Examining vs2015_runtime:   3%|█████▎                       | 1/34 [00:00<?, ?
Examining chardet:   6%|███████████                                                                                                                                                                                  | 2/34 [00:00
Examining cachecontrol:   9%|████████████████▏                                                                                                                                                                       | 3/34 
Examining requests:  12%|██████████████████████                                                                                                                                                                      | 
Examining wincertstore:  15%|███████████████████████████                                                                                                                                                          
Examining ca-certificates:  18%|███████████████████████████████▉                                                                                                                                             
Examining urllib3:  21%|██████████████████████████████████████▉                                                                                                                                       
Examining pyopenssl:  24%|████████████████████████████████████████████                                                                                                                           
Examining asn1crypto:  26%|█████████████████████████████████████████████████▏                                                                                                              
Examining html5lib:  29%|███████████████████████████████████████████████████████                                                                                                      
Examining cryptography-vectors:  32%|████████████████████████████████████████████████████████▌                                                                                      
Examining vc:  35%|████████████████████████████████████████████████████████████████████                                                                                  
Examining __cuda:  38%|████████████████████████████████████████████████████████████████████████▎                                                                    
Examining pysocks:  41%|█████████████████████████████████████████████████████████████████████████▋                                                                
 Examining cryptography:  44%|████████████████████████████████████████████████████████████████████████████▊                                                      
Examining msgpack-python:  47%|████████████████████████████████████████████████████████████████████████████████▍                                            
Examining win_inet_pton:  50%|██████████████████████████████████████████████████████████████████████████████████████                                   
Examining progress:  53%|█████████████████████████████████████████████████████████████████████████████████████████████▋                        
Examining wheel:  56%|████████████████████████████████████████████████████████████████████████████████████████████████████▌            
 Examining pip:  59%|███████████████████████████████████████████████████████████████████████████████████████████████████████████   
Examining packaging:  62%|█████████████████████████████████████████████████████████████████████████████████████████████████████████ 
Examining colorama:  65%|██████████████████████████████████████████████████████████████████████████████████████████████████████████
Examining idna:  68%|████████████████████████████████████████████████████████████████████████████████████████████████████████████
Examining python:  71%|███████████████████████████████████████████████████████████████████████████████████████████████████████████
Examining certifi:  74%|██████████████████████████████████████████████████████████████████████████████████████████████████████████ 
Examining six:  76%|████████████████████████████████████████████████████████████████████████████████████████████████████████████
 Examining webencodings:  79%|████████████████████████████████████████████████████████████████████████████████████████████████████████
Examining setuptools:  82%|█████████████████████████████████████████████████████████████████████████████████████████████████████████
Examining distlib:  85%|██████████████████████████████████████████████████████████████████████████████████████████████████████████ 
Examining pyparsing:  88%|█████████████████████████████████████████████████████████████████████████████████████████████████████████ 
Examining openssl:  91%|██████████████████████████████████████████████████████████████████████████████████████████████████████████
 Examining pycparser:  94%|█████████████████████████████████████████████████████████████████████████████████████████████████████████ 
Examining lockfile:  97%|██████████████████████████████████████████████████████████████████████████████████████████████████████████
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Package menpo3d conflicts for:
lsfm -> menpo3d[version='>=0.5.0,<0.6']
Package docopt conflicts for:
lsfm -> docopt[version='>=0.6.2']
Package menpodetect conflicts for:
lsfm -> menpodetect=0.4
Package python conflicts for:
lsfm -> python=3.5
Package vs2015_runtime conflicts for:
python=3.5 -> vs2015_runtime
Package vc conflicts for:
python=3.5 -> vc=14
Package menpofit conflicts for:
lsfm -> menpofit[version='>=0.4.1,<0.5']
Package pip conflicts for:
python=3.5 -> pip
Package joblib conflicts for:
lsfm -> joblib[version='>=0.9.4']

my conda is Miniconda3 v4.7.11

What can I do to fix this?

bilelmnasser commented 4 years ago

hello , any informations on this problem how to fix it ?

YunjieYu commented 4 years ago

Anyone fixed it?