Skip to content
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

cannot load libtorch.dll #1220

Open
TSSans-art opened this issue Apr 16, 2020 · 1 comment
Open

cannot load libtorch.dll #1220

TSSans-art opened this issue Apr 16, 2020 · 1 comment

Comments

@TSSans-art
Copy link

Following the guide here as best I could (C drive not X, 32 bit), I have reached the stage of testing Torch with

require('torch')
torch.test()

Upon trying to require the torch module I am given this error:

C:\torch\install\lua\torch\init.lua:13: cannot load 'C:\torch\install\libtorch.dll'
stack traceback:
        [C]: in function 'require'
        C:\torch\install\lua\torch\init.lua:13: in main chunk
        [C]: in function 'require'
        stdin:1: in main chunk
        [C]: at 0x003c19a0

torch

libtorch.dll does exist, and the error message doesn't give any reason why it can't load it. I have redone the whole procedure a couple of times now, same result. Googled for similar issues, didn't find any that matched my problem, or if the problem did seems to match a little, like here, the solutions were of no help. At a complete loss on what to do.

@TSSans-art
Copy link
Author

Well I give up, everything is the same architecture, I have no idea how to solve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant