Skip to content

Error while installing 'tds' #33

@vinaymundada27

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"
}

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions