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
503 stars 117 forks source link

conda don't find lsfm #4

Closed marckatzenmaier closed 7 years ago

marckatzenmaier commented 7 years ago

Hi, I have an problem during installing with conda if I do the given command

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

the error occure:

PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels:

but if I search it with:

anaconda search -t conda lsfm it is shown: Using Anaconda API: https://api.anaconda.org Run 'anaconda show <USER/PACKAGE>' to get more details: Packages: Name Version Package Types Platforms
menpo/lsfm conda linux-64, win-32, win-64, osx-64

Found 1 packages

I hope you can help me with that error. Thanks.

adhereyuyu commented 7 years ago

Hi, I installing it on the Windows.I have the same problems with you. I prepared the menpo firstly,Then download the source package of lsfm and open the folder, do the command python setup.py install So done

At 2017-02-28 00:00:58, "Cram13" notifications@github.com wrote:

Hi, I have an problem during installing with conda if I do the given command

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

the error occure:

PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels:

lsfm You can search for packages on anaconda.org with anaconda search -t conda lsfm

but if I search it with:

anaconda search -t conda lsfm it is shown: Using Anaconda API: https://api.anaconda.org Run 'anaconda show <USER/PACKAGE>' to get more details: Packages: Name Version Package Types Platforms
menpo/lsfm conda linux-64, win-32, win-64, osx-64

Found 1 packages

I hope you can help me with that error. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jabooth commented 7 years ago

@Cram13 @adhereyuyu so sorry, the conda packages for lsfm were not uploaded to the correct channels. I'll rectify this in the next day or two and let you know on here when it's ready.

jabooth commented 7 years ago

@Cram13 @adhereyuyu the issue should now be resolved, and I've confirmed it has been on linux. Will close once I've seen confirmation that the issue is resolved for win/mac too.