我希望尝试一下Raku中的Cro库:https://cro.services/docs
但是,当我尝试使用zef安装它时,我得到以下输出:
zef install Cro::HTTP 1 ⨯
===> Searching for: Cro::HTTP
===> Searching for missing dependencies: IO::Socket::Async::SSL, OO::Monitors, IO::Path::ChildSecure, Base64, HTTP::HPACK, Cro::Core:ver<0.8.6>, Cro::TLS:ver<0.8.6>, JSON::Fast, Crypt::Random, JSON::JWT, DateTime::Parse, Log::Timeline
===> Searching for missing dependencies: MIME::Base64, OpenSSL, Digest::HMAC, if, CBOR::Simple
===> Failed to find dependencies: CBOR::Simple
Failed to resolve some missing dependencies在Ubuntu (WSL2)和Kali linux上也有相同的结果。
发布于 2021-11-04 18:17:35
I asked around on GitHub and IRC。解决方案是下载并使用rakudo-pkg获得更新版本的zef。可以通过apt安装的版本太旧了。
https://stackoverflow.com/questions/69842180
复制相似问题