torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

Error: File not found: lua-cjson-2.1devel-1.rockspec #274

Open liweiconggood opened 5 years ago

liweiconggood commented 5 years ago

The following error occurred after I executed (. /install ). how do you solve it, please?

Error: File not found: lua-cjson-2.1devel-1.rockspec 2019-01-06 12-45-41

cshouu commented 5 years ago

Enter the directory "/torch(or distro)/extra/lua-cjson" in your repository, you will find it's empty except a git file. You need to download it by yourself. Probably there are other similar things in other directories

jainal09 commented 4 years ago

Thank me later! Use this docker file for torch installation! https://github.com/runwayml/alpha_models/blob/master/densecap/Dockerfile

diaodeyi commented 2 years ago

how to solve it ?