swipl(バージョン7.5.5;完全インストール済み、githubリポジトリからの苦情なし)にサードパーティ製ソフトウェアをインストールしたいと考えました。source_sink 'ライブラリ(プロセス)'が存在しません
は今、私は次のエラーを得た:
今ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:52: source_sink
library(process)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:52: Goal (directive) failed: prolog_pack:use_module(library(process)) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:56: source_sink
library(filesex)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:56: Goal (directive) failed: prolog_pack:use_module(library(filesex)) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:57: source_sinklibrary(xpath)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:57: Goal (directive) failed: prolog_pack:use_module(library(xpath)) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:59: source_sink
library(uri)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:59: Goal (directive) failed: prolog_pack:use_module(library(uri)) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:60: source_sinklibrary(http/http_open)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:60: Goal (directive) failed: prolog_pack:use_module(library(http/http_open)) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:61: source_sink
library(http/http_client)' does not exist Warning: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:61: Goal (directive) failed: prolog_pack:use_module(library(http/http_client),[]) ERROR: /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:1822:16: Syntax error: Operator expected ERROR: Undefined procedure: prolog_pack:uri_components/2 ERROR: In: ERROR: [11] prolog_pack:uri_components(cplint,_928) ERROR: [10] prolog_pack:git_url(cplint,_960) at /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:1428 ERROR: [9] prolog_pack:pack_default_options(cplint,_992,[],_996) at /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:467 ERROR: [8] prolog_pack:pack_install(cplint) at /usr/local/lib/swipl-7.5.5/library/prolog_pack.pl:431 ERROR: [7] Exception: (11) prolog_pack:uri_components(cplint, _1086) ? creep Exception: (9) prolog_pack:pack_default_options(cplint, _1086, [], _1090) ? creep
、これは特定のサードパーティ製ソフトウェアの問題ではありません。他の2つのパッケージについても同じエラーが発生します。
どうしますか?私のインストールは不完全ですか?
私はどんなヒントもありがとうございます。どうも!
ありがとうございます。どのように私はこれを逃したのか分からない。 – KayHamacher