当我在Jupyter实验室使用PyPlot时,我开始收到这个消息,我尝试了Pkg.resolve(),但是它没有帮助,有人知道如何解决这个问题吗?
非常感谢!
using PyPlot
┌ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee]
└ @ Base loading.jl:1278
┌ Warning: Package FixedPointNumbers does not have Statistics in its dependencies:
│ - If you have FixedPointNumbers checked out for development and have
│ added Statistics as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with FixedPointNumbers
└ Loading Statistics into FixedPointNumbers from project dependency, future warnings for FixedPointNumbers are suppressed.发布于 2021-02-22 15:34:22
好吧,在jupyter workbook中运行Pkg.resolve()修复了它,我一直在从REPL中尝试,因为我认为它是等效的,并且它不是forking,但是现在很好。
https://stackoverflow.com/questions/66311550
复制相似问题