Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems encountered during the process of attempting to obtain the CP table #21

Open
shipors opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@shipors
Copy link

shipors commented Aug 26, 2024

Hello,everyone

I just downloaded Python and configured the open fast toolbox. Then I ran Python Instance_CPLambdaPitch.py and encountered the following error. Does anyone know what the problem is and how to solve it?
1724654279140

Thanks!

@github-staff github-staff deleted a comment from shipors Aug 27, 2024
@ebranlard
Copy link
Collaborator

This seems like an encoding issue. Can you make sure all your input files are in UTF8 encoding.
You can also try to run the following code for all the inputs files of your template directory:

from openfast_toolbox.input_output import FASTInputFile
f = FASTInputFile('AeroDyn.dat')

until you find the file that seems to be problematic.

Thanks a lot

@ebranlard ebranlard self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ebranlard @shipors and others