-
Notifications
You must be signed in to change notification settings - Fork 39
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
installation: error loading module 'libpaths' #17
Comments
before starting torch, try this line: export LD_LIBRARY_PATH=~/torch/install/lib:$LD_LIBRARY_PATH see if it helps. If that does not help, try: LD_PRELOAD=~/torch/install/lib/libluajit.so th let me know if that works. |
Torch was already in the library path, but I found another solution: using qlua instead of lua. Thank you! |
When i check itorch in my terminal(ubuntu) i am getting this following error [ZMQTerminalIPythonApp] Loading IPython extension: storemagic Shutting down kernel and when i check ipython it displays $ ipython IPython 4.0.1 -- An enhanced Interactive Python. |
Thanks, @soumith , that LD_LIBRARY_PATH line solved it for me. I've added that to .bashrc and it's working great. Thanks |
Hi, I have same error when try to require "torch" or "paths". I know windows is not supported officialy, but perhaps You know some trick how to use correct lib. I'm using vanila lua5.1 on MinGW |
Hi, sorry for flooding the topic but I fix it. My LUA lib is: And "make install" does not put "libtorch.dll" and "libpaths.dll" in correct place ("D:\lua5.1\lib\lua\5.1" !). I have build both using this: Where: And my PATH contains (on top): So great it worked :)) I have spend whole day fighting with this :) I will try to read some more about Makefile/CMake and bring path for Windows/MinGW Correct me if I missing something. I'm not C/LUA expert. |
I installed DP but whenever i try to call it i get the following error /home/rajkumar/torch/install/share/lua/5.2/trepl/init.lua:389: /home/rajkumar/torch/install/share/lua/5.2/trepl/init.lua:389: /home/rajkumar/torch/install/share/lua/5.2/trepl/init.lua:389: /home/rajkumar/torch/install/share/lua/5.2/torch/init.lua:102: class nn.ZeroGrad has been already assigned a parent class stack traceback: |
While Extract the features from aligned images with batch-represent I got an error: luajit: error loading module 'libpaths' from file '/home/samar/torch/install/lib/lua/5.2/libpaths.so': So can anyone who help me to solve this issue? |
I installed Torch and DP, but I am getting this error whenever I try to use DP (Torch works):
Since libpaths.so is a binary file, it is impossible to detect why lua_replace is an undefined symbol. Any idea how I could solve this?
Thank you in advance!
The text was updated successfully, but these errors were encountered: