Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not building with zmq4 #5

Open
smahs opened this issue Mar 2, 2015 · 4 comments
Open

Not building with zmq4 #5

smahs opened this issue Mar 2, 2015 · 4 comments

Comments

@smahs
Copy link

smahs commented Mar 2, 2015

> go version
go version go1.4.2 linux/amd64
> pacman -Qi zeromq
Name           : zeromq
Version        : 4.0.5-1
> go get github.com/takluyver/igo
# github.com/alecthomas/gozmq
could not determine kind of name for C.ZMQ_HWM
could not determine kind of name for C.ZMQ_MCAST_LOOP
could not determine kind of name for C.ZMQ_RECOVERY_IVL_MSEC
could not determine kind of name for C.ZMQ_SWAP

Not sure if this is an igo issue, or of gozmq. But since gozmq is phased out, posting it here.

@takluyver
Copy link
Owner

If you want to update this to use another set of zmq bindings, go ahead. But even when you can install it, the code execution allowed by go-eval is really restricted, so it's not practically useful. Go is not really designed for dynamic, interactive use.

@ChristianKniep
Copy link

Hey, how can I work around this?

@takluyver
Copy link
Owner

I think you'd have to update it to a supported go binding. This was rather a toy project for me to learn go, and the state of dynamic execution for go was never good enough for it to be useful. I'll merge PRs if they look sensible, but I don't plan to spend any time updating it myself.

@takluyver
Copy link
Owner

There is now a new Go kernel called gophernotes that appears to be much more capable than igo. I'd recommend using that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants