-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_gpu: module 'cutorch' not found #5
Comments
This is probably because you do not have nVidia CUDA toolkit installed.
|
Thanks. Trying that now... |
Still doesn't work. |
Problem is that luarocks install cunn and luarocks install cutorch failed on your system. (Same as on mine with ubuntu 15.10 / CUDA 7.5 ) will try to find a workaround. --- Update --- to build the packages this did work for me: apt-get install g++-4.9 gcc-4.9 now execute the install dependencies.sh again Then if you are using a server that does commandline only open the file comment out (--) line 98 to not use X11 Hope this helps you |
I am having the same issue despite running both g++ and gcc with the same version (4.8.2. in my case). |
I have the same problem in Ubuntu 14.04. Cutorch is already installed. qlua: ./initenv.lua:58: module 'cutorch' not found: Cutorch is in; cutorch scm-1 is now built and installed in /home/mehmet/torch/install/ (license: BSD) How can i make it find cutorch? |
Could you check your path variables (global and user) if you have added the cutorch path from your system? |
Thanks for your answer. I remove torch and cutorch then i install them 2016-06-03 13:50 GMT+03:00 snapo [email protected]:
|
@kuz I finally solved the issue passing two weeks of agony. Thanks! I think 190n didn't just follow the instruction correctly. He should have modified the path and LD_LIBRARY_PATH. 190n, you can check whether your installation completed by running samples specified in step 6-2 |
@190n Have you resolved your problem yet? Cuz I'm having the same issue. |
@kuz What are path and LD_LIBRARY_PATH have you modified? |
@gaohaoyue I lost interest :/ |
I had the same problem. The following solution worked for me: apt-get install g++-4.8 gcc-4.8 now execute the install dependencies.sh again |
When I try to run a game on the GPU, I get the following output:
The text was updated successfully, but these errors were encountered: