几个月前我在一个项目中使用了 Julia,从那以后就没有再使用它。那时我还没有遇到问题。但现在,我绝对无法安装任何软件包。
\n(@v1.5) pkg> add Distributions \n Resolving package versions... \n ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]: \n Distributions [31c24e10] log: \n \xe2\x94\x9c\xe2\x94\x80Distributions [31c24e10] has no known versions! \n \xe2\x94\x94\xe2\x94\x80restricted to versions * by an explicit requirement \xe2\x80\x94 no versions left\n
Run Code Online (Sandbox Code Playgroud)\n我安装的任何软件包都会遇到同样的错误。我如何解决它?
\n这是 Pkg 的状态:
\n(@v1.5) pkg> status \nStatus `C:\\Users\\jaine\\.julia\\environments\\v1.5\\Project.toml` \n[6e4b80f9] BenchmarkTools v0.5.0 \n[7073ff75] IJulia v1.21.2 \n[91a5bcdd] Plots v1.6.0 \n[438e738f] PyCall v1.91.4 \n[d330b81b] PyPlot v2.9.0 \n[2913bbd2] StatsBase v0.33.0 \n
Run Code Online (Sandbox Code Playgroud)\n