hughperkins / pytorch

Python wrappers for torch and lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install pytorch

rylm opened this issue · comments

I've successfully built pytorch but run_tests.sh fails with ./run_tests.sh: line 25: py.test: command not found and installing as library (python3 setup.py install) fails with src/lua.cpp:248:10: fatal error: 'THRandom.h' file not found

What should I do?

Actually now tests can run, THRandom.h is still not found, even though it is located in included directory

Hi @rylm, has the issue been solved? If so, can you post more details