GithubHelp home page GithubHelp logo

Comments (11)

lvdmaaten avatar lvdmaaten commented on May 28, 2024 4

Okay so this means you have a problem with your Git setup. Perhaps you have a firewall that is blocking port 9418 (the port that the Git protocol is using)? See, for instance, here for possible solutions / work-arounds.

A possible work-around is to install tds manually:

git clone https://github.com/torch/tds.git
cd tds
luarocks make rocks/tds-scm-1.rockspec

You may have to repeat this for other packages, too, because I presume most packages use the Git protocol. So properly fixing Git is a better solution.

from torchnet.

soumith avatar soumith commented on May 28, 2024 2

you could run the command:

git config --global url.https://github.com/.insteadOf git://github.com/

After that luarocks install tds (and the other packages) might work fine.

from torchnet.

changkaizhao avatar changkaizhao commented on May 28, 2024

solution:
luarocks install tds

from torchnet.

lvdmaaten avatar lvdmaaten commented on May 28, 2024

This should be fixed by 132de7a

from torchnet.

joeyhng avatar joeyhng commented on May 28, 2024

It seems not yet fixed for luarocks install torchnet. Cloning the repo and luarocks install rocks/torchnet-scm-1.rockspec works.

from torchnet.

lvdmaaten avatar lvdmaaten commented on May 28, 2024

Ah, I forgot to make the same change in torch/rocks. Just sent out a PR that should fix this: torch/rocks#120

from torchnet.

mehmedes avatar mehmedes commented on May 28, 2024

When running luarocks install tds it says:

Error: Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec - Failed cloning git repository.

from torchnet.

lvdmaaten avatar lvdmaaten commented on May 28, 2024

@mehmedes I don't see anything wrong in the LuaRocks file. Do you perhaps use git through a proxy? Can you manually clone the TDS repo via git clone git://github.com/torch/tds.git?

from torchnet.

mehmedes avatar mehmedes commented on May 28, 2024

git clone git://github.com/torch/tds.git didn't work with me. When changing to https://github.com/torch/tds.git cloning works

from torchnet.

mehmedes avatar mehmedes commented on May 28, 2024

Great! Thank you

from torchnet.

tylerlindell avatar tylerlindell commented on May 28, 2024

trying to run any of these commands on mac Sierra I get the following error

Undefined symbols for architecture x86_64:
  "_THAtomicSetLong", referenced from:
      _tds_atomic_set in tds_atomic_counter.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libtds.so] Error 1
make[1]: *** [CMakeFiles/tds.dir/all] Error 2
make: *** [all] Error 2

from torchnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.