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

install_dependencies.py fails on macosx #19

Closed
vjcitn opened this issue May 21, 2016 · 1 comment
Closed

install_dependencies.py fails on macosx #19

vjcitn opened this issue May 21, 2016 · 1 comment

Comments

@vjcitn
Copy link

vjcitn commented May 21, 2016

there is a stream of errors of this type.

%vjcair> ./install_dependencies.py
Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/torch/rocks/master - Failed downloading https://raw.githubusercontent.com/torch/rocks/master/manifest - /Users/stvjc/.cache/luarocks/https___raw.githubusercontent.com_torch_rocks_master/manifest
Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master - Failed downloading https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/manifest - /Users/stvjc/.cache/luarocks/https___raw.githubusercontent.com_rocks-moonscript-org_moonrocks-mirror_master/manifest

such an error can be found on the web and the proposed solution is to remove ~/.cache/luarocks but this does not rectify in this case. we have such errors as

Error: No results matching query were found.
fatal: destination path 'torch-hdf5' already exists and is not an empty directory.

Missing dependencies for hdf5:
totem

Error: Could not satisfy dependency: totem

To attempt to deal with totem, I used

curl https://raw.githubusercontent.com/deepmind/torch-totem/master/rocks/totem-0-0.rockspec -o totem-0-0.rockspec
sudo luarocks install totem-0-0.rockspec

this seems to have worked.

@davek44
Copy link
Owner

davek44 commented May 24, 2016

This one's beyond my software installation capabilities. Sorry

@davek44 davek44 closed this as completed May 24, 2016
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

No branches or pull requests

2 participants