-
Notifications
You must be signed in to change notification settings - Fork 117
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
UnsatisfiableError: The following specifications were found to be incompatible with each other: #42
Comments
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. |
Did that work? How long did it take you to get all done? |
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 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. There may be some other issue, however I did not record it,Hope this may help you. |
Already sent to you. |
@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!! |
@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 :) |
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
The text was updated successfully, but these errors were encountered: