WISDEM / WISDEM

Wind Plant Integrated System Design and Engineering Model
https://wisdem.readthedocs.io
Apache License 2.0
141 stars 87 forks source link

WISDEM GUI example erro[nrel5mw.ymal] #271

Closed SeongwooCheon closed 3 years ago

SeongwooCheon commented 3 years ago

Description

Describe the bug here

Anaconda prompt : wisdem nrel5mw.yaml modeling_options.yaml analysis_options.yaml

error message : UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 5507: illegal multibyte sequence

Steps to reproduce issue

Please provide a minimum working example (MWE) if possible

  1. Run the WISDEM GUI or Anaconda prompt
  2. command "wisdem nrel5mw.yaml modeling_options.yaml analysis_options.yaml"
  3. error message "UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 5507: illegal multibyte sequence"

Code versions

List versions only if relevant

gbarter commented 3 years ago

I cannot recreate this error, but with a Google search, I think I know how to fix it. Can you tell me a little more about your environment? Windows / Mac / Linux? Are you using the WISDEM master or develop branches?

SeongwooCheon commented 3 years ago

Dear Garrett Barter

Thank you for your response

environment : Window WISDEM : develop branch

Best regards

Seongwoo Cheon


Seongwoo Cheon

M.S. Student

Computational Aeroelasticity and Structure Lab. (CAeSL)

Department of Aerospace Engineering

College of Engineering, Jeonbuk National University

567 Baekje-daero, Jeonju-si, Jeollabuk-do 54896, Republic of Korea

Mail) @.***

Web) https://sites.google.com/view/caesl/home


2021년 4월 29일 (목) 오후 10:22, Garrett Barter @.***>님이 작성:

I cannot recreate this error, but with a Google search, I think I know how to fix it. Can you tell me a little more about your environment? Windows / Mac / Linux? Are you using the WISDEM master or develop branches?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WISDEM/WISDEM/issues/271#issuecomment-829233557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASRKYK7ASDT2U7W3RXRTUO3TLFMS7ANCNFSM43Y267LQ .

gbarter commented 3 years ago

If you git pull and sync up with the develop branch, I tried to force the encoding to be utf-8. Not sure that this will fix your issues, so feel free to copy over the full terminal output if you get another error.

Cheers, Garrett

SeongwooCheon commented 3 years ago

Thank you for your response. for git pull, sync up with develop branch, what should I do? (for example, git bash code) If just typing code, can you tell me the code I need to type?

Best regards. Seongwoo Cheon


Seongwoo Cheon

M.S. Student

Computational Aeroelasticity and Structure Lab. (CAeSL)

Department of Aerospace Engineering

College of Engineering, Jeonbuk National University

567 Baekje-daero, Jeonju-si, Jeollabuk-do 54896, Republic of Korea

Mail) @.***

Web) https://sites.google.com/view/caesl/home


2021년 4월 30일 (금) 오후 11:02, Garrett Barter @.***>님이 작성:

If you git pull and sync up with the develop branch, I tried to force the encoding to be utf-8. Not sure that this will fix your issues, so feel free to copy over the full terminal output if you get another error.

Cheers, Garrett

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WISDEM/WISDEM/issues/271#issuecomment-830117166, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASRKYK4SND4WN4GYB6B7YQLTLKZ7NANCNFSM43Y267LQ .

gbarter commented 3 years ago

If you are in the Anaconda prompt and in the environment and directory where you installed WISDEM, something like:

conda activate wisdem-env
cd WISDEM

Then all you should need to do is:

git checkout develop
git pull
python setup.py develop