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

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

Open mojoee opened 3 years ago

mojoee commented 3 years ago

Hey there,

i got a brand new installation of conda but I receive an dependency issue when following the instructions from the CODE.md file. Any help is appreciated.

Best, Mo

The error is as follows:

conda create -n lsfm -c menpo python=3.5 lsfm 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. failed

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

Output in format: Requested package -> Available versions

Package python conflicts for: python=3.5 lsfm -> python=3.5 lsfm -> docopt[version='>=0.6.2'] -> python[version='2.7.|3.4.|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.6']


My System is : lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codename: xenial

a78239636 commented 3 years ago

I met this problem today, It's seemed no one maintains the repo for too long. I have installed lsfm from source code, but it will take many steps.

EricWang12 commented 3 years ago

I met this problem today, It's seemed no one maintains the repo for too long. I have installed lsfm from source code, but it will take many steps.

What do you mean by "install from the source code"? I am seeing this problem as well and get totally puzzled...

a78239636 commented 3 years ago

I met this problem today, It's seemed no one maintains the repo for too long. I have installed lsfm from source code, but it will take many steps.

What do you mean by "install from the source code"? I am seeing this problem as well and get totally puzzled...

Compile lsfm from source code to install.

EricWang12 commented 3 years ago

Compile lsfm from source code to install.

Did that work? How long did it take you to get all done?

a78239636 commented 3 years ago

Compile lsfm from source code to install.

Did that work? How long did it take you to get all done?

Yeap, 4-5 days.

EricWang12 commented 3 years ago

Yeap, 4-5 days.

WOW..... Thanks a lot. I can tell it's not an easy task..... Could you share the model you've got at the end? That would save weeks of me probably repeating what you have done... orz

a78239636 commented 3 years ago

Yeap, 4-5 days.

WOW..... Thanks a lot. I can tell it's not an easy task..... Could you share the model you've got at the end? That would save weeks of me probably repeating what you have done... orz

Ok, If you're not in a hurry, I may have time on the weekend.

mojoee commented 3 years ago

@a78239636 do you have any guide to compile lsfm from source?

a78239636 commented 3 years ago

@a78239636 do you have any guide to compile lsfm from source?

There is no complete guide, only some personal experience. When you try to install from source, lsfm need menpo3d>=0.6 & <0.7, so you should first install menpo3d==0.6.0 from source. If tripixel.pyx is missing, you can find it from https://github.com/menpo/menpo3d/tree/master/menpo3d/rasterize.

There may be some other issue, however I did not record it,Hope this may help you.

a78239636 commented 3 years ago

Yeap, 4-5 days.

WOW..... Thanks a lot. I can tell it's not an easy task..... Could you share the model you've got at the end? That would save weeks of me probably repeating what you have done... orz

Already sent to you.

Albus-Tan commented 2 years ago

@a78239636 I have met the same problem, and failed to compile from source. Could you share the model you've got at the end to me as well? Thanks a lot!!

Parth0248 commented 1 year ago

@a78239636 I am facing the same problem, and failing to compile from the source code. Can you share the model you got?? Thank you in advance :)