Replies: 2 comments
-
I guess this issue has been mentioned in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved the issues following this: 3rd/image.nvim#18 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In general, Molten is working great for me either in a quarto document or python file, which is awesome. I have been trying to get images working, though, without luck.
I'm on macOS and using Kitty:
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1692716794
Lua 5.4.6
I have installed
magick
as dependency ofimage.nvim
with$ luarocks --local --lua-version=5.1 install magick
,Checkhelth for molten:
My basic neovim config is this one:
So, basically when initializing the kernel I don't get any errors and normal cells run as expected. Only when running a cell that ask to plot an image I get this error:
Could this be related to the Lua version installed in my system
Lua 5.4.6
, whilemagick
was installed based on version5.1
?Thanks in advance for any help on this issue.
Beta Was this translation helpful? Give feedback.
All reactions