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

Package Missing and LSFM not found #5

Closed SyedGilani closed 7 years ago

SyedGilani commented 7 years ago

Hi, I have successfully installed the menpo as instructed. However when I run the command C:>conda create -n lsfm -c menpo python=3.5 lsfm, it says:

Fetching package metadata ............. PackageNotFoundError: Package not found: '' Package missing in current win-64 ch annels:


However, when I run the command conda create -n lsfm python=3.5 -c menpo/lsfm The following happens:-

Fetching package metadata .... WARNING: The remote server could not find the noarch directory for the requested channel with url: https://conda.anaconda.org/menpo/lsfm

It is possible you have given conda an invalid channel. Please double-check your conda configuration using conda config --show.

If the requested url is in fact a valid conda channel, please request that the channel administrator create noarch/repodata.json and associated noarch/repodata.json.bz2 files, even if noarch/repodata.json is empty. $ mkdir noarch $ echo '{}' > noarch/repodata.json $ bzip2 -k noarch/repodata.json ......... Solving package specifications: .

Package plan for installation in environment E:\Codes\External_Libs\LSFM\Minicon da2\envs\lsfm:

The following NEW packages will be INSTALLED:

pip:            9.0.1-py35_1
python:         3.5.3-0
setuptools:     27.2.0-py35_1
vs2015_runtime: 14.0.25123-0
wheel:          0.29.0-py35_0

Proceed ([y]/n)? y

To activate this environment, use:

activate lsfm

To deactivate this environment, use:

deactivate lsfm

for power-users using bash, you must source


After activation it is unable to recognize lsfm as a command (lsfm) C:>lsfm --help 'lsfm' is not recognized as an internal or external command, operable program or batch file.

I will greatly appreciate some help on this. Regards Syed

jabooth commented 7 years ago

Hi @SyedGilani,

Really sorry for this problem, we've been caught up a little with issues on our build system, working through this issue now, should have it rectified today

jabooth commented 7 years ago

OK, the Linux build I have just verified is live, haven't got a win machine nearby to test but the issue should be resolved there also

SyedGilani commented 7 years ago

Hi James

Thank you for fixing it. Which Menpo Version do you recommend? The 2.7 or 3.5?

Regards

Syed

On 3 May 2017 9:22 pm, "James Booth" notifications@github.com wrote:

OK, the Linux build I have just verified is live, haven't got a win machine nearby to test but the issue should be resolved there also

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/menpo/lsfm/issues/5#issuecomment-298908963, or mute the thread https://github.com/notifications/unsubscribe-auth/AOyr8_OXt8ayoGZlxJnzQ5Xt5aS2QsN2ks5r2H-jgaJpZM4NIZX- .

jabooth commented 7 years ago

@SyedGilani lsfm actually requires 3.5.

I would recommend you run the original install command with a new environment name to get everything cleanly setup now, e.g.:

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

Then to use this new env,

> source activate lsfmv1

And you should be good to go.

jabooth commented 7 years ago

Closing as I believe this is now fully addressed.