-
-
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
Can't install graphicsmagick #155
Comments
excited@excited:~/Downloads/Software/waifu2x-master$ sudo luarocks install csvigo Error: No results matching query were found. Error: No results matching query were found. |
You should not use
If you are not using lua for other software, I recommend uninstalling it. |
Has this issue been resolved? I still can't seem to install graphicsmagick through luarocks:
it seems to hang at the Cheers |
Actually, sorry, this is the error I receive:
The same seems to happen with |
Okay. Feeling a little embarassed but my issue is resolved. Nothing but improper security group rules for an EC2 instance. Cheers. |
@DrXie
Then restart PC or run in terminal code that Torch added to your user .bashrc file ( cat ~/.bashrc ). In my case it was (linux user: jskalski ):
|
I am having this same issue, and i'm not 100% sure how you all resolved this. |
I fixed it with running git config --global url."https://".insteadOf git:// before |
excited@excited:~/Downloads/Software/waifu2x-master$ th waifu2x.lua
/home/excited/torch/install/bin/luajit: /home/excited/torch/install/share/lua/5.1/trepl/init.lua:389: /home/excited/torch/install/share/lua/5.1/trepl/init.lua:389: module 'graphicsmagick' not found:No LuaRocks module found for graphicsmagick
no field package.preload['graphicsmagick']
no file 'lib/graphicsmagick.lua'
no file '/home/excited/.luarocks/share/lua/5.1/graphicsmagick.lua'
no file '/home/excited/.luarocks/share/lua/5.1/graphicsmagick/init.lua'
no file '/home/excited/torch/install/share/lua/5.1/graphicsmagick.lua'
no file '/home/excited/torch/install/share/lua/5.1/graphicsmagick/init.lua'
no file './graphicsmagick.lua'
no file '/home/excited/torch/install/share/luajit-2.1.0-beta1/graphicsmagick.lua'
no file '/usr/local/share/lua/5.1/graphicsmagick.lua'
no file '/usr/local/share/lua/5.1/graphicsmagick/init.lua'
no file '/home/excited/.luarocks/lib/lua/5.1/graphicsmagick.so'
no file '/home/excited/torch/install/lib/lua/5.1/graphicsmagick.so'
no file '/home/excited/torch/install/lib/graphicsmagick.so'
no file './graphicsmagick.so'
no file '/usr/local/lib/lua/5.1/graphicsmagick.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'error'
/home/excited/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
waifu2x.lua:6: in main chunk
[C]: in function 'dofile'
...ited/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x00405d50
The text was updated successfully, but these errors were encountered: