-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
error loading module 'libcuda_utils #56
Comments
Please help me see this question. thank |
Same issue here. I have reinstalled torch. matthewclarke/torch/install/share/lua/5.1/trepl/init.lua:389: error loading module 'libcuda_utils' from file './libcuda_utils.so': |
@fujinzhou I also met the same issue. have you fixed this problem? |
Has anyone solved this problem? |
Problem? |
Having same issue where after I run the make file and try to run python gen_all.py I receive /usr/share/lua/5.3/trepl/init.lua:389: error loading module 'lubcuda_utils' from file './libcuda_utils.so': I think it may be an issue with torch trying to load libcuda_utils, but I"m not sure yet how to fix this problem. |
I just delete it, and find it all right |
Delete what? |
So it looks like I have solved at least my current issue with this by having to edit the LUA_PATH and LUA_CPATH variables. Now it can find the correct packages. |
Yes set the variables to env_variables path for both 'LUA_PATH' and 'LUA_CPATH', it will probably find the path and correct the package missing issue. |
/home/hckj/torch/install/bin/luajit: /home/hckj/torch/install/share/lua/5.1/trepl/init.lua:389: error loading module 'libcuda_utils' from file './libcuda_utils.so':
libTHC.so.0: cannot open shared object file: No such file or directory
stack traceback:
[C]: in function 'error'
/home/hckj/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
neuralstyle_seg.lua:7: in main chunk
[C]: in function 'dofile'
...hckj/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00406670
The text was updated successfully, but these errors were encountered: