Asked
Active
Viewed 341 times
0

Mona Jalal
- 34,860
- 64
- 239
- 408
-
3Have you tried what's suggest by the first error message? `Pkg.build("ZMQ")` – Chisholm Jan 29 '16 at 14:00
-
1Also note it's `Pkg.update()`. I've also seen this error. Sometimes you just need to update, or `exit()` and try again. – daycaster Jan 29 '16 at 14:10
-
1Try `Pkg.build("ZMQ")`, as @Chisholm suggested, and report any error messages here. A "simple" solution could be to try deleting your whole `.julia` directory and reinstalling the packages. – David P. Sanders Jan 29 '16 at 22:03