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

Cannot import modules with latest Julia #137

Closed
tchajed opened this issue Jan 24, 2014 · 2 comments
Closed

Cannot import modules with latest Julia #137

tchajed opened this issue Jan 24, 2014 · 2 comments

Comments

@tchajed
Copy link

tchajed commented Jan 24, 2014

I upgraded to the latest julia HEAD and discovered that for most modules, when I tried to import them with using in IJulia, I got the error message:

ERROR: StateError("Resource temporarily unavailable")
 in recv at /Users/tej/.julia/ZMQ/src/ZMQ.jl:492
 in recv_ipython at /Users/tej/.julia/IJulia/src/msg.jl:61
 in eventloop at /Users/tej/.julia/IJulia/src/IJulia.jl:66
 in anonymous at multi.jl:1308

The actual errno in the recv function in ZMQ is 2, which corresponds to Base.ENOENT (file not found). I went over the recent commits and I think this pull request JuliaLang/julia#5299 is the culprit; reverting to the revision just before that was merged fixes the issue. I suspect an error is being caught that wasn't before and ZMQ is not correctly catching it. This may be a bug in ZMQ.jl, in which case I can file it there instead, but IJulia is where users are likely to encounter it.

I'm on OS X 10.9 (Mavericks), using Homebrew julia.

@jiahao
Copy link
Member

jiahao commented Jan 24, 2014

I believe this should have just been fixed: JuliaInterop/ZMQ.jl#41

Could you please update and try again.

@tchajed
Copy link
Author

tchajed commented Jan 24, 2014

This is indeed fixed by Stefan's revert as mentioned in that issue. Thanks!

@tchajed tchajed closed this as completed Jan 24, 2014
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

2 participants