torch/torch7

Installation error

Opened this issue · 2 comments

It seems that something wrong with CONDA_SETUP variables configuration.


(lua) c:\Users\meera\~\torch>set TORCH_LUA_VERSION=LUA52

(lua) c:\Users\meera\~\torch>install
+++++++ Torch7 will be installed under c:\Users\meera\~\torch\.\install with lua-5.2.4, vs14 x64
+++++++ Bin: c:\Users\meera\~\torch\.\install\bin
+++++++ Lib: c:\Users\meera\~\torch\.\install\lib
+++++++ Inc: c:\Users\meera\~\torch\.\install\include
ИНФОРМАЦИЯ: не удается найти файлы по заданным шаблонам
     active environment : lua
    active env location : C:\Users\meera\Anaconda3\envs\lua
            shell level : 1
       user config file : C:\Users\meera\.condarc
 populated config files : C:\Users\meera\.condarc
          conda version : 4.7.10
    conda-build version : 3.18.8
         python version : 3.7.3.final.0
       virtual packages : __cuda=9.2
       base environment : C:\Users\meera\Anaconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\meera\Anaconda3\pkgs
                          C:\Users\meera\.conda\pkgs
                          C:\Users\meera\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\meera\Anaconda3\envs
                          C:\Users\meera\.conda\envs
                          C:\Users\meera\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Windows/10 Windows/10.0.18362
          administrator : True
             netrc file : None
           offline mode : False

+++++++ Installation error!

ИНФОРМАЦИЯ: не удается найти файлы по заданным шаблонам

This message was related to missing nvcc, due to conda cudatoolkit has no nvcc. After cuda installation out of conda environment, this message disappeared, but the installation still stuck at the same place.

Install-deps.bat missing CALLs before conda commands and script processing not returning after conda commands executed. So installation failing.