gpt4 book ai didi

raku - 预编译 xxx 中可能的版本偏差

转载 作者:行者123 更新时间:2023-12-04 14:53:55 24 4
gpt4 key购买 nike

我正在将软件包安装到虚拟机 (ubuntu18.04) 上。
以下是我使用的说明:

apt-get install perl6 && \
git clone https://github.com/ugexe/zef.git && cd zef && perl6 -I. bin/zef install . && \
/usr/lib/perl6/site/bin/zef install Shell::Command && \
PYTHON_CONFIG=/usr/bin/python3-config \
/usr/lib/perl6/site/bin/zef -v install https://github.com/eatingtomatoes/Inline-Python3.git --/test --debug

以下是输出:
....
===> Building [OK] for Inline::Python3:ver<0.1>
===> Installing: LibraryMake:ver<1.0.0>:auth<github:retupmoca>
===> Install [OK] for LibraryMake:ver<1.0.0>:auth<github:retupmoca>
===> Installing: Inline::Python3:ver<0.1>
===> Install [FAIL] for Inline::Python3:ver<0.1>: ===SORRY!===
Probable version skew in pre-compiled
'site#sources/95D204DDA68A3E05E891AA531EBED9270C46B3F7
(Inline::Python3::InstanceConverter)' (cause: no object at index 499)

===SORRY!===
Probable version skew in pre-compiled
'site#sources/95D204DDA68A3E05E891AA531EBED9270C46B3F7
(Inline::Python3::InstanceConverter)' (cause: no object at index 499)

当我执行 perl6 -e "use Inline::Python3; say 'hi'"在 shell 中,它报告:
===SORRY!===
Probable version skew in pre-compiled
'site#sources/95D204DDA68A3E05E891AA531EBED9270C46B3F7
(Inline::Python3::InstanceConverter)' (cause: no object at index 499)

Inline::Python3 包是我自己开发的perl6 包。它在我的电脑上运行良好。
perl6 --version说过:
This is Rakudo version 2018.03 built on MoarVM version 2018.03
implementing Perl 6.c.

我不知道什么是“版本偏差”。我该如何修复错误?

最佳答案

遵循@jjmerelo 的建议,使用 rakudo-pkg 提供的最新编译器解决了这个问题。

关于raku - 预编译 xxx 中可能的版本偏差,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54626457/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com