Skip to content
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

Add Moses dependency #249

Merged
merged 1 commit into from
Jan 22, 2018
Merged

Add Moses dependency #249

merged 1 commit into from
Jan 22, 2018

Conversation

camillol
Copy link
Contributor

The distro is missing the Moses package, and the included version of luarocks is unable to download it, so installation fails. This patch fixes the issue by adding a submodule for moses and installing it before nn.

This should also fix issues torch/torch7#1045 and torch/nn#1219.

The installation failure I got looks like this:

Missing dependencies for nn:
moses >= 1.0

Warning: Failed searching manifest: Failed loading manifest for https://raw.githubusercontent.com/torch/rocks/master: Error loading file: [string "/Users/camillol/.cache/luarocks/https___raw.g..."]:1: unexpected symbol near 'char(31)'
Warning: Failed searching manifest: Failed loading manifest for https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master: Error loading file: [string "/Users/camillol/.cache/luarocks/https___raw.g..."]:1: unexpected symbol near 'char(31)'

Error: Could not satisfy dependency: moses >= 1.0

The distro is missing the Moses package, and the included version of luarocks is unable to download it, so installation fails. This patch fixes the issue by adding a submodule for moses and installing it before nn.
@soumith soumith merged commit 0219027 into torch:master Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants