2018-07-01から1ヶ月間の記事一覧

PREFERRED_PROVIDER

If multiple recipes provide an item, this variable determines which recipe should be given preference. You should always suffix the variable with the name of the provided item, and you should set it to the PN of the recipe to which you wan…

PROVIDES

A list of aliases that a recipe also provides. These aliases are useful for satisfying dependencies of other recipes during the build (as specified by DEPENDS). レシピが提供するエイリアスのリストです。これらのエイリアスは、ビルド中に( DEP…

python3 が "No module named 'encodings'" エラーで失敗する

事象 python3 の実行が次のエラーで失敗する $ python3 Fatal Python error: Py_Initialize: Unable to get the locale encoding ImportError: No module named 'encodings' Aborted 翻訳: Python の致命的なエラー: Py_Initialize: ローカルのエンコードを…