-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Module 'image' not found #471
Comments
I'm having the same problem |
what if you install the module with: |
|
Solution for arch linux: https://aur.archlinux.org/packages/torch7-image-git/ Install the torch image package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following error:
/usr/share/lua/5.1/trepl/init.lua:389: module 'image' not found:
no field package.preload['image']
no file './image.lua'
no file '/usr/share/luajit-2.1.0-beta3/image.lua'
no file '/usr/local/share/lua/5.1/image.lua'
no file '/usr/local/share/lua/5.1/image/init.lua'
no file '/usr/share/lua/5.1/image.lua'
no file '/usr/share/lua/5.1/image/init.lua'
no file './image.so'
no file '/usr/local/lib/lua/5.1/image.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/image.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'error'
/usr/share/lua/5.1/trepl/init.lua:389: in function 'require'
neural_style.lua:3: in main chunk
[C]: in function 'dofile'
/usr/lib/torch-trepl/th:149: in main chunk
[C]: at 0x5565421471d0
The text was updated successfully, but these errors were encountered: