hughperkins / pytorch

Python wrappers for torch and lua
BSD 2-Clause "Simplified" License
431 stars 70 forks source link

Can't install pytorch #30

Closed rylm closed 1 year ago

rylm commented 7 years 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

What should I do?

rylm commented 7 years ago

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

mingliangfu commented 6 years ago

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