Closed SyedGilani closed 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
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
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- .
@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.
Closing as I believe this is now fully addressed.
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 associatednoarch/repodata.json.bz2
files, even ifnoarch/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:
Proceed ([y]/n)? y
To activate this environment, use:
To deactivate this environment, use:
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