問題タブ [energyplus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
65 参照

volttron - Volttron 環境で Energy Plus エージェントを実行中にエラーが発生しました

実行しようとしていますEnergy plus agentが、エージェントの実行中に次のエラーが発生します。

ERROR: /bin/sh: 1: energyplus: Exec format error

https://github.com/VOLTTRON/volttron/tree/main/examples/EnergyPlusAgentの readme ファイルに従いました

- 私が従った手順 ---

  1. インストール済みの Eplus エージェント

wget https://github.com/NREL/EnergyPlus/releases/download/v8.5.0/EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh chmod +x EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh sudo ./EnergyPlus-8.5.0-c87e61b44b-Linux-x86_64.sh

  1. 「bcvtb」および「eplus」フォルダーを VOLTTRON のルートにコピーしました

  2. 構成 (yml) ファイルの正しいアドレスを反映するように構成を更新しました。

  3. VOLTTRON を開始しました ./start-volttron

  4. EnergyPlus シミュレーション サンプル エージェント ソース env/bin/activate python scripts/install-agent.py -s examples/EnergyPlusAgent/ -c examples/EnergyPlusAgent/ep_building1.yml -i platform.actuator --tag eplus --start --force を開始

その後、エラーが発生しました

ここに画像の説明を入力


ログ