lsfm icon indicating copy to clipboard operation
lsfm copied to clipboard

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

Open mojoee opened this issue 4 years ago • 12 comments

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

mojoee avatar Nov 26 '20 06:11 mojoee

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.

a78239636 avatar Dec 01 '20 16:12 a78239636

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...

EricWang12 avatar Dec 08 '20 09:12 EricWang12

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.

a78239636 avatar Dec 08 '20 12:12 a78239636

Compile lsfm from source code to install.

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

EricWang12 avatar Dec 08 '20 18:12 EricWang12

Compile lsfm from source code to install.

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

Yeap, 4-5 days.

a78239636 avatar Dec 09 '20 02:12 a78239636

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

EricWang12 avatar Dec 09 '20 03:12 EricWang12

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.

a78239636 avatar Dec 09 '20 03:12 a78239636

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

mojoee avatar Dec 09 '20 03:12 mojoee

@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 avatar Dec 12 '20 03:12 a78239636

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.

a78239636 avatar Dec 12 '20 12:12 a78239636

@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!!

Albus-Tan avatar Sep 17 '22 13:09 Albus-Tan

@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 :)

Parth0248 avatar Dec 04 '22 15:12 Parth0248