magma-nvim icon indicating copy to clipboard operation
magma-nvim copied to clipboard

[Bug] It seems this plugion does not work on M1

Open codeprefect opened this issue 1 year ago • 1 comments

Describe the bug I installed the plugin and it clearly was loaded as confirmed from the "Lazy" prompt, but all its commands including "UpdateRemotePlugins" are not working. I have managed to install most of the plugins except "ueberzug" that is not available for M1

To Reproduce Steps to reproduce the behavior:

  1. Install magma.nvim
  2. Open a python file
  3. Try MagmaInit
  4. See error (Not an editor command: MagmaInit)

Expected behavior Open magma interface

Screenshots Screenshot 2023-08-31 at 22 15 52

Desktop (please complete the following information):

  • OS: MacOS Ventura
  • Version 13.5.1

Additional context Add any other context about the problem here.

codeprefect avatar Aug 31 '23 21:08 codeprefect

I also had issues with UpdateRemotePlugins (on an M2 macbook)

But I was able to get it to work after installing these three python deps: pip3 install jupyter jupyter-client pynvim Is it possible you're missing jupyter? This plugin only lists jupyter-client in the health check and README.

benlubas avatar Sep 13 '23 13:09 benlubas