Skip to content

Error while installing 'tds' #33

Description

@vinaymundada27

How to install the tds package?
I have already tried using luarocks install tds, but getting the following error.

> luarocks install tds
> Installing https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec...
> Using https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec...                           switching to 'build' mode
> Cloning into 'tds'...
> https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec
> Error: Failed cloning git repository.

When checked here https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec,

source = {
   url = "git://github.com/torch/tds.git"
}

should it be :

source = {
   url = "https://github.com/torch/tds.git"
}

?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions