JuliaInterop / ZMQ.jl

Julia interface to ZMQ
Other
137 stars 58 forks source link

ZMQ version problem #201

Closed Student2Pro closed 4 years ago

Student2Pro commented 4 years ago

I install JuliaPro 1.3.1-2 today and when I add some pkg and it happened. 图片

I try these but they don't work 图片

I'm a julia beginner and it would be really helpful if anyone could tell me how to fix it.

pablosanjose commented 4 years ago

This problem is likely not due to ZMQ, but to some other package you installed that has an upper bound on compatible versions of ZMQ. You can try to find the offending package (have a look at ~/.julia/environments/v1.3/Manifest.toml to see installed packages and their dependencies), remove it from your environment (doing ] rm packagename) and add ZMQ again. Also, these types of questions should be rather posted in julialang.discourse.org, where you're likely to get a fast answer.