zhangzhizza / Gym-Eplus

GNU General Public License v3.0
60 stars 27 forks source link

EnergyPlus-8-6-0//energyplus: Syntax error: Unterminated quoted string #9

Open ShHasanzadeh opened 10 months ago

ShHasanzadeh commented 10 months ago

Hi dears. one critical issue on my new Environment Running: Be Noted I use this Exsaple > change my Energy puse version > noe ok Try with my New Instance Environment wth Energy pluse 8.6 >> was not ok

~/Gym-Eplus$ virtualenv virt_env_gym_0.19 --python=python3 ~/Gym-Eplus$ source virt_env_gym_0.19/bin/activate ~/Gym-Eplus$ pip install gym==0.19.0 ~/Gym-Eplus$ pip install -e . ~/Gym-Eplus$ python test.py

python test.py [2023-11-09 17:28:55,426] EPLUS_ENV_Eplus-demo-v2_MainThread_ROOT INFO:Creating EnergyPlus simulation environment... [2023-11-09 17:28:55,427] EPLUS_ENV_Eplus-demo-v2_MainThread_ROOT INFO:EnergyPlus working directory is in /home/tacwin-linux-1604/tacwin_AI_basedController/OPENAI/03_SW/01_FinalPackage/Gym-Eplus/Eplus-env-Eplus-demo-v2-res14/Eplus-env-sub_run1 [2023-11-09 17:28:55,430] EPLUS_ENV_Eplus-demo-v2_MainThread-EPLUSPROCESS_EPI_0 ERROR:/home/tacwin-linux-1604/tacwin_AI_basedController/OPENAI/03_SW/01_FinalPackage/Gym-Eplus/eplus_env/envs/EnergyPlus-8-6-0//energyplus: 16: /home/tacwin-linux-1604/tacwin_AI_basedController/OPENAI/03_SW/01_FinalPackage/Gym-Eplus/eplus_env/envs/EnergyPlus-8-6-0//energyplus: Syntax error: Unterminated quoted string

ShHasanzadeh commented 10 months ago

solved

In my issue situation, Just need to sync the host Ubuntu architecture with Energy Plus 👍 For example both of them need to be 32 bit or 64bit OS.