Closed snunez1 closed 1 year ago
@yitzchak, can you confirm this works with the latest zmq? I've reinstalled everything from scratch using the Miniconda installation instructions for MS Windows and it's still not working:
; Loading "common-lisp-jupyter"
...Unhandled LOAD-FOREIGN-LIBRARY-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {101C540003}>: Unable to load foreign library (LIBZMQ).
Error opening shared object "libzmq.dll":
The specified procedure could not be found.
Confirming the problem still exists in the latest SBCL, version 2.3.8.
Hello, anyone home?
Everything works fine with the same versions on Arch, so this looks like a Windows/MSYS specific issue. I don't have a Windows machine so I'll have to find some time to have to setup a VM to replicate.
Anything discovered? I noticed a new docker issue reported on stackoverflow; not sure if it's related.
Is there something I can do to help here?
I have not been able to replicate this yet.
I did use the JupyterLab that is part of msys2, so it could be a conflict between miniconda and msys2.
OK, closing because it works if jupyter-lab
is invoked from MSYS2 MING64 shell, but not if invoked from PowerShell. Finally, for anyone finding this in future, jupyter-lab is the one installed from windows miniconda, not from MSYS.
I wonder if a self-contained installer would be helpful here?
I recently upgraded my MSYS2 installation, and it includes zeromq 4.3.4-2. Common-lisp-jupyter now fails with the error below:
This doesn't happen if I load at the REPL, only when loading with JupyterLab.
OS: Windows 10, latest update SBCL: 2.1.6
Any ideas? I seem to recall this happening before due to some changes in the underlying zmq library.