gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.82k stars 265 forks source link

gophernotes: symbol lookup error: gophernotes: undefined symbol: zmq_curve_public #107

Open aa3222119 opened 6 years ago

aa3222119 commented 6 years ago

like it said in title. how can i deal with it

cosmos72 commented 6 years ago

Hi @aa3222119,

can you provide more context?

My guess is the installation of ZeroMQ 4.X.X is either missing, incomplete or simply not found for some reason, but I'd need the following information to understand the cause and find a solution:

  1. operating system name and version
  2. output of go version and go env
  3. a description of the procedure you followed to install the Prerequisites

Thanks

SpencerPark commented 6 years ago

Sebastien and luna put in a lot of work to gomq to implement everything we need to implement a Jupyter kernel. If we can adopt this pure Go zmq replacement to make installation easier and hopefully avoid some of these zmq installation bugs.