TorchCraft / StarData

Starcraft AI Research Dataset
Other
567 stars 75 forks source link

fatal error: 'TH/TH.h' file not found #5

Closed lefthandwriter closed 6 years ago

lefthandwriter commented 6 years ago

Hi, when trying to install, I get this error:

In file included from py/pyreplayer.cpp:4:
    include/replayer.h:13:10: fatal error: 'TH/TH.h' file not found
    #include <TH/TH.h>

It seems the TH.h file is missing from the folder?

The sequence of commands I ran to install: git clone https://github.com/TorchCraft/StarData git submodule update --init cd TorchCraft pip install .

Would appreciate any help!

ebetica commented 6 years ago

Please install this: http://torch.ch.

lefthandwriter commented 6 years ago

Thanks that solved it.