我使用 Julia 1.6.0(截至今天为测试版)并希望plfit
通过PyCall
.
不幸的是,plfit
在 Anaconda 中不可用,因此我无法使用 Conda 模块安装它:
julia> using Conda
julia> Conda.add("plfit")
[ Info: Running `conda install -y plfit` in root environment
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- plfit
...
如何从 Julia 安装这个软件包?