Closed rylm closed 1 year ago
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
run_tests.sh
./run_tests.sh: line 25: py.test: command not found
(python3 setup.py install)
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
THRandom.h
Hi @rylm, has the issue been solved? If so, can you post more details
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 withsrc/lua.cpp:248:10: fatal error: 'THRandom.h' file not found
What should I do?