emacs-jupyter/jupyter

issue installing on windows

Open

#214 opened on Feb 12, 2020

 (1 comment) (0 reactions) (0 assignees)Emacs Lisp (106 forks)auto 404
help wanted

Repository metrics

Stars
 (1,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, I am trying to use this on windows. I was able to install the package from Melpa. When I run a block though it seems to be trying to install a zmq package, and failing because of a signature match. I could not find where in the code this happens, so I am not sure what is happening.

Check for compatible module binary to download? (y or n) y
Downloading https://github.com/dzop/emacs-zmq/releases/download/v0.10.9/emacs-zmq-x86_64-w64-mingw32.tar.gz
Verifying sha256 signature of emacs-zmq-x86_64-w64-mingw32.tar.gz
finalizer failed: (error "Signature did not match content")

Does this look like something I am doing wrong?

Thanks,

Contributor guide