首页 > 解决方案 > Pgk.add("PyPlot") 失败;“包 ZMQ 没有版本”。macOS 10.15.7

问题描述

我正在尝试在安装了 Anaconda 并且是最新版本的 macOS 10.15.7 上安装 PyPlot。无论我是在命令行 julia 中还是在 JupyterLab 中的 Jupyter notebook 中使用 IJulia,

Pkg.add("PyPlot")

给出:

Unsatisfiable requirements detected for package ZMQ [c2297ded]:
 ZMQ [c2297ded] log:
 ├─ZMQ [c2297ded] has no known versions!
 └─found to have no compatible versions left with IJulia [7073ff75] 

同样与

Pkg.add("PyCall")

标签: matplotlibzeromq

解决方案


推荐阅读